summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-20(print_line): Don't truncate user names at 8 bytes.Jim Meyering
Problem reported by Guido Leenders in: http://lists.gnu.org/archive/html/bug-coreutils/2004-06/msg00056.html
2004-06-19*** empty log message ***Jim Meyering
2004-06-19Remove all S_IS* and S_IF* definitions.Jim Meyering
Instead, just include "stat-macros.h".
2004-06-19Remove all S_IS* and S_IF* definitions.Jim Meyering
Instead, just include "stat-macros.h".
2004-06-19Remove all S_IS* and S_IF* definitions.Jim Meyering
Instead, just include "stat-macros.h".
2004-06-19Remove all S_IS* and S_IF* definitions.Jim Meyering
Instead, just include "stat-macros.h".
2004-06-19Remove all S_IS* and S_IF* definitions.Jim Meyering
Instead, just include "stat-macros.h".
2004-06-19*** empty log message ***Jim Meyering
2004-06-19Add S_IS* definitions from filemode.c.Jim Meyering
(S_ISCTG): Define to zero if not already defined. (S_ISOFD): Likewise. (S_ISOFL): Likewise.
2004-06-19*** empty log message ***Jim Meyering
2004-06-19(case_GETOPT_VERSION_CHAR): Switch back to using GNU_PACKAGE (fromJim Meyering
PACKAGE) once again. This restores `GNU' to the parenthesized package name in --version output. Before, the first argument from AC_INIT, `GNU coreutils', would be propagated to the PACKAGE variable. Now, `GNU ' is trimmed. Reported by Richard Stallman.
2004-06-17*** empty log message ***Jim Meyering
2004-06-17(to_uchar): Rename function from `uchar'. The latterJim Meyering
would clash with a typedef in Tru64's <sys/types.h>. From Albert Chin.
2004-06-17.Jim Meyering
2004-06-17.Jim Meyering
2004-06-17*** empty log message ***Jim Meyering
2004-06-17*** empty log message ***Jim Meyering
2004-06-17(yes invocation): "--" is now supported.Jim Meyering
(false invocation, true invocation): --help and --version now work unconditionally.
2004-06-17(main): Recognize --help and --version even if POSIXLY_CORRECT is set.Jim Meyering
2004-06-17(main): Handle "--".Jim Meyering
2004-06-17*** empty log message ***Jim Meyering
2004-06-17(GL_FUNC_GETCWD_PATH_MAX): Fix typo: getcwdJim Meyering
was being replaced when it shouldn't have been, and vice versa.
2004-06-15Remove special cases for POSIXLY_CORRECT when POSIX allows the GNU behavior.Jim Meyering
(pr invocation, unlink invocation): Document this.
2004-06-15*** empty log message ***Jim Meyering
2004-06-15*** empty log message ***Jim Meyering
2004-06-15Adjust to the new semantics for \x if POSIXLY_CORRECT.Jim Meyering
2004-06-15(main): Recognize --help, --version even ifJim Meyering
POSIXLY_CORRECT. POSIX does not specify any options, but it does not prohibit options either, so "unlink" is like "expr" here.
2004-06-15(parse_obsolescent_option): Support multiple file operandsJim Meyering
even if POSIXLY_CORRECT, since POSIX does not require a diagnostic.
2004-06-15(print_esc): Support \x, \u, \U even if POSIXLY_CORRECT,Jim Meyering
since POSIX says the behavior is unspecified here. (main): Recognize --help, --version even if POSIXLY_CORRECT. POSIX does not specify any options, but it does not prohibit options either, so "printf" is like "expr" here.
2004-06-15Include "hard-locale.h".Jim Meyering
(main): When in a non-POSIX locale, ignore POSIXLY_CORRECT, since POSIX specifies the behavior only in the POSIX locale.
2004-06-15(decode_switches): Pay attention to TABSIZE even if POSIXLY_CORRECTJim Meyering
is set. POSIX reserves upper-case environment variables to the implementation, so it's OK for ls to depend on TABSIZE.
2004-06-14*** empty log message ***Jim Meyering
2004-06-14.Jim Meyering
2004-06-14*** empty log message ***Jim Meyering
2004-06-14(TESTS): Add pwd.Jim Meyering
(BUILD_SRC_DIR): Define BUILD_SRC_DIR.
2004-06-14*** empty log message ***Jim Meyering
2004-06-14New test, for fix of 2004-04-19.Jim Meyering
2004-06-14*** empty log message ***Jim Meyering
2004-06-14Remove declaration of euidaccess.Jim Meyering
Instead, include "euidaccess.h".
2004-06-13*** empty log message ***Jim Meyering
2004-06-13(PIDSTR_DECL_AND_INIT): Don't assume pid_t fits in int.Jim Meyering
(UT_ID) [!HAVE_STRUCT_XTMP_UT_ID]: Remove bogus comment, as (sizeof "??") reliably returns 3. (print_line): Guard against idle and pid being too long (which is possible when printing headers). (print_user): Allocate enough bytes for idlestr. Use IDLESTR_LEN. Avoid unnecessary cast of sizeof to int. (make_id_equals_comment): Do not assume that UT_ID returns a string; it might return a non-null-terminated array. Use strncat instead. It's not very often where strncat is exactly what you want, but this is one of those rare cases.
2004-06-12*** empty log message ***Jim Meyering
2004-06-12(extract_trimmed_name): Don't apply strchr to aJim Meyering
non-string; this leads to undefined behavior.
2004-06-12*** empty log message ***Jim Meyering
2004-06-12(list_entries_who): Don't output a trailing space.Jim Meyering
2004-06-09*** empty log message ***Jim Meyering
2004-06-09(AC_FUNC_CALLOC): Remove use of AN_FUNCTION.Jim Meyering
2004-06-09*** empty log message ***Jim Meyering
2004-06-09(usage): Improve wording in description of the --time=WORD option.Jim Meyering
2004-06-09Adjust to accommodate Paul Eggert's changes of 2004-06-08.Jim Meyering