summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-21Quote "$PATH" in PATH=$PATH.Jim Meyering
2004-06-21*** empty log message ***Jim Meyering
2004-06-21When running as root, be sure to propagateJim Meyering
PATH through to the process we exec as non-root.
2004-06-21*** empty log message ***Jim Meyering
2004-06-21.Jim Meyering
2004-06-21*** empty log message ***Jim Meyering
2004-06-21(main): Don't segfault when calculating theJim Meyering
expected number of operands for `mknod NAME'.
2004-06-21Adjust to new diagnostics.Jim Meyering
2004-06-21.Jim Meyering
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering
too few operands ("missing operand after `xxx'") or too many operands ("extra operand `xxx'"). Include "quote.h" and/or "error.h" if it wasn't already being included.
2004-06-21Standardize on the diagnostics given when someone givesJim Meyering
too few operands ("missing operand after `xxx'") or too many operands ("extra operand `xxx'"). Include "quote.h" and/or "error.h" if it wasn't already being included. (do_copy): Likewise.
2004-06-21Standardize on the diagnostics given when someone givesJim Meyering
too few operands ("missing operand after `xxx'") or too many operands ("extra operand `xxx'"). Include "quote.h" and/or "error.h" if it wasn't already being included. (add_file_name, main): Likewise.
2004-06-21Standardize on the diagnostics given when someone givesJim Meyering
too few operands ("missing operand after `xxx'") or too many operands ("extra operand `xxx'"). Include "quote.h" and/or "error.h" if it wasn't already being included. (beyond, main): Likewise.
2004-06-20(input_seek_errno): Declare file-scoped variable as static.Jim Meyering
2004-06-20.Jim Meyering
2004-06-20*** empty log message ***Jim Meyering
2004-06-20Remove declaration of yesno.Jim Meyering
Instead, include yesno.h.
2004-06-20(obstack_base): Cast to (void *), per documentation.Jim Meyering
2004-06-20Include yesno.h.Jim Meyering
(top_dir): Remove now-unnecessary cast of obstack_base. (pop_dir): Likewise. (full_filename_): Likewise.
2004-06-20*** empty log message ***Jim Meyering
2004-06-20*** empty log message ***Jim Meyering
2004-06-20(libfetish_a_SOURCES): Add yesno.h.Jim Meyering
2004-06-20*** empty log message ***Jim Meyering
2004-06-20Include "yesno.h".Jim Meyering
2004-06-20*** empty log message ***Jim Meyering
2004-06-20*** empty log message ***Jim Meyering
2004-06-20Don't dump core if ctime returns NULL; this is possible onJim Meyering
hosts with 64-bit time_t and 32-bit int. Include "inttostr.h". (time_string): New function, copied from who.c. (print_entry): Use it.
2004-06-20Don't dump core if ctime returns NULL; this is possible onJim Meyering
hosts with 64-bit time_t and 32-bit int. Include "inttostr.h". (time_string): If ctime fails, print the raw time as an integer instead of dumping core.
2004-06-20*** empty log message ***Jim Meyering
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