summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2004-09-24(main): Revamp option processing to support "chmod -r -w file".Paul Eggert-24/+40
2004-09-24(xalloc_die): Declare to be `extern', not `static'Jim Meyering-1/+1
2004-09-23(parse_obsolete_option): Bring back supportPaul Eggert-32/+29
2004-09-22(struct dirstack_state) [current_arg_jumpbuf]: Improve the comment.Jim Meyering-1/+5
2004-09-22(enum) [ALG_MD5]: Define to be 1, not 0.Jim Meyering-1/+1
2004-09-22(xalloc_die): Declare to be static.Jim Meyering-1/+1
2004-09-22(remember_created): Declare as `extern'.Jim Meyering-1/+1
2004-09-22(copy): Declare as `extern'.Jim Meyering-1/+1
2004-09-22(chown_files): Declare as `extern'.Jim Meyering-1/+1
2004-09-22.Jim Meyering-4/+26
2004-09-22(check-AUTHORS): New rule.Jim Meyering-1/+23
2004-09-22Remove trailing blanks.Jim Meyering-1/+1
2004-09-22Remove trailing blanks.Jim Meyering-1/+1
2004-09-22remove trailing blankJim Meyering-2/+2
2004-09-22(decode_switches): Don't compare a short valuePaul Eggert-1/+1
2004-09-21Remove unused "case 0".Paul Eggert-116/+0
2004-09-21(main): Remove unused "case 0".Paul Eggert-6/+14
2004-09-21Don't include "long-options.h".Paul Eggert-1/+0
2004-09-21Don't include "long-options.h".Paul Eggert-3/+0
2004-09-21(longopts): Add --help, --version.Paul Eggert-4/+6
2004-09-21(longopts): Add --help, --version.Paul Eggert-8/+7
2004-09-21Remove unused "case 0".Paul Eggert-5/+2
2004-09-21(main): Remove unused "case 0".Paul Eggert-8/+5
2004-09-21Remove now-unused long-options static var.Paul Eggert-118/+14
2004-09-21(main): Use getopt where it suffices, not getopt_long.Paul Eggert-4/+3
2004-09-21Reject unknown options.Paul Eggert-25/+13
2004-09-21Reject unknown options.Paul Eggert-15/+9
2004-09-21Include <getopt.h>.Paul Eggert-2/+2
2004-09-21Include <getopt.h>.Paul Eggert-91/+53
2004-09-21Include <getopt.h>.Paul Eggert-13/+9
2004-09-20(main): Don't dump core if POSIXLY_CORRECT and given no arguments.Paul Eggert-1/+1
2004-09-19(STRING_OPTION): Remove.Paul Eggert-45/+2
2004-09-19(STATUS_OPTION, STRING_OPTION): New enums.Paul Eggert-9/+12
2004-09-19(usage): Distinguish between options and operands.Paul Eggert-12/+18
2004-09-19(main): Usage failure is EXIT_FAIL, not EXIT_FAILURE.Paul Eggert-1/+1
2004-09-19Fix typo in previous change.Paul Eggert-1/+1
2004-09-19(main): Reject unknown options instead ofPaul Eggert-11/+7
2004-09-19Remove obsolete comment about POSIX 1003.2/D11.2.Paul Eggert-87/+66
2004-09-13Regenerate.Paul Eggert-3/+4
2004-09-13(localedir.h): Don't redirect directly to target.Paul Eggert-3/+4
2004-09-13Adjust to backup enum rename.Paul Eggert-5/+5
2004-09-13Adjust to backup file rename.Paul Eggert-2/+2
2004-09-13Adjust to backup enum rename.Paul Eggert-9/+9
2004-09-13(print_full_info): Don't exit with failure status simplyPaul Eggert-15/+5
2004-09-10(parse_obsolete_option): Renamed fromPaul Eggert-122/+70
2004-09-09(usage): Document -r, -w, -x more carefully.Paul Eggert-3/+3
2004-09-09(usage): Mention that -h and -L don't dereference.Paul Eggert-0/+1
2004-09-09(usage): Document "test" (with no args) and "[ ]".Paul Eggert-0/+3
2004-09-09(main): Don't reorder options.Paul Eggert-1/+1
2004-09-07(main): Fix POSIX-conformance bug: "touch --Paul Eggert-2/+1