summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-23Fix obsolete "tail" option description.Paul Eggert
2004-09-23(tail invocation): Fix bugs in the description ofPaul Eggert
the obsolete syntax (e.g., it does not support -k or -m). Warn about usages like "tail -" and "tail -c 4" that are ambigous on older systems.
2004-09-23More backward-compatibility fixes for "tail".Paul Eggert
2004-09-23Describe SUSv2 etc. tail fixes.Paul Eggert
2004-09-22*** empty log message ***Jim Meyering
2004-09-22Remove lib/xmalloc.c.Jim Meyering
Add +lib/xalloc-die.c.
2004-09-22Use automake-1.9.2. Regenerate dependent files.Jim Meyering
2004-09-22*** empty log message ***Jim Meyering
2004-09-22Use automake-1.9.2. Regenerate dependent files.Jim Meyering
2004-09-22Use automake-1.9.2. Regenerate dependent files.Jim Meyering
2004-09-22*** empty log message ***Jim Meyering
2004-09-22Remove trailing blanks.Jim Meyering
2004-09-22Remove extraneous spaces before TAB.Jim Meyering
2004-09-22*** empty log message ***Jim Meyering
2004-09-22Remove trailing blank.Jim Meyering
2004-09-22*** empty log message ***Jim Meyering
2004-09-22(struct dirstack_state) [current_arg_jumpbuf]: Improve the comment.Jim Meyering
2004-09-22*** empty log message ***Jim Meyering
2004-09-22(enum) [ALG_MD5]: Define to be 1, not 0.Jim Meyering
2004-09-22(xalloc_die): Declare to be static.Jim Meyering
2004-09-22(remember_created): Declare as `extern'.Jim Meyering
2004-09-22(copy): Declare as `extern'.Jim Meyering
2004-09-22(chown_files): Declare as `extern'.Jim Meyering
2004-09-22.Jim Meyering
2004-09-22(check-AUTHORS): New rule.Jim Meyering
(check): Depend on it.
2004-09-22Generate.Jim Meyering
2004-09-22(syntax-check-rules): Remove duplicate sc_tight_scope.Jim Meyering
(sc_system_h_headers): Also exclude copy.h; it includes <stdbool.h>.
2004-09-22Remove trailing blanks.Jim Meyering
2004-09-22Remove trailing blanks.Jim Meyering
2004-09-22remove trailing blankJim Meyering
2004-09-22* src/ls.c (decode_switches): Don't compare a short value to SIZE_MAX.Paul Eggert
2004-09-22(decode_switches): Don't compare a short valuePaul Eggert
to SIZE_MAX: GCC sometimes complains.
2004-09-21getopt cleanup.Paul Eggert
2004-09-21Remove unused "case 0".Paul Eggert
2004-09-21Adjust to new wording in diagnostic.Paul Eggert
2004-09-21(main): Remove unused "case 0".Paul Eggert
(verbose): Now bool, not int. (VERBOSE_OPTION): New enum. (longopts, main): Use it.
2004-09-21Don't include "long-options.h".Paul Eggert
2004-09-21Don't include "long-options.h".Paul Eggert
(main): Remove unused "case 0".
2004-09-21(longopts): Add --help, --version.Paul Eggert
(main): Use longopts rather than parse_long_options. Don't include "long-options.h".
2004-09-21(longopts): Add --help, --version.Paul Eggert
(main): Use longopts rather than parse_long_options. (main): Don't reorder arguments, so that we can check weird file names.
2004-09-21Remove unused "case 0".Paul Eggert
(long_opts): Standardize on NULL vs 0.
2004-09-21(main): Remove unused "case 0".Paul Eggert
(long_options): Standardize on NULL vs 0.
2004-09-21Remove now-unused long-options static var.Paul Eggert
(main): Use getopt where it suffices, not getopt_long.
2004-09-21(main): Use getopt where it suffices, not getopt_long.Paul Eggert
2004-09-21Reject unknown options.Paul Eggert
2004-09-21Reject unknown options.Paul Eggert
2004-09-21Include <getopt.h>.Paul Eggert
(main): Use getopt where it suffices, not getopt_long.
2004-09-21Include <getopt.h>.Paul Eggert
(main): Reject unknown options.
2004-09-21Include <getopt.h>.Paul Eggert
(main): Reject unknown options.
2004-09-21The following commands now reject unknown options:Paul Eggert
basename dirname factor hostname link nohup sync unlink yes Also, pathchk no longer accepts trailing options.