Age | Commit message (Expand) | Author |
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 |
2004-09-22 | Remove trailing blanks. | Jim Meyering |
2004-09-22 | Remove trailing blanks. | Jim Meyering |
2004-09-22 | remove trailing blank | Jim Meyering |
2004-09-22 | (decode_switches): Don't compare a short value | Paul Eggert |
2004-09-21 | Remove unused "case 0". | Paul Eggert |
2004-09-21 | (main): Remove unused "case 0". | Paul Eggert |
2004-09-21 | Don't include "long-options.h". | Paul Eggert |
2004-09-21 | Don't include "long-options.h". | Paul Eggert |
2004-09-21 | (longopts): Add --help, --version. | Paul Eggert |
2004-09-21 | (longopts): Add --help, --version. | Paul Eggert |
2004-09-21 | Remove unused "case 0". | Paul Eggert |
2004-09-21 | (main): Remove unused "case 0". | Paul Eggert |
2004-09-21 | Remove now-unused long-options static var. | Paul Eggert |
2004-09-21 | (main): Use getopt where it suffices, not getopt_long. | Paul Eggert |
2004-09-21 | Reject unknown options. | Paul Eggert |
2004-09-21 | Reject unknown options. | Paul Eggert |
2004-09-21 | Include <getopt.h>. | Paul Eggert |
2004-09-21 | Include <getopt.h>. | Paul Eggert |
2004-09-21 | Include <getopt.h>. | Paul Eggert |
2004-09-20 | (main): Don't dump core if POSIXLY_CORRECT and given no arguments. | Paul Eggert |
2004-09-19 | (STRING_OPTION): Remove. | Paul Eggert |
2004-09-19 | (STATUS_OPTION, STRING_OPTION): New enums. | Paul Eggert |
2004-09-19 | (usage): Distinguish between options and operands. | Paul Eggert |
2004-09-19 | (main): Usage failure is EXIT_FAIL, not EXIT_FAILURE. | Paul Eggert |
2004-09-19 | Fix typo in previous change. | Paul Eggert |
2004-09-19 | (main): Reject unknown options instead of | Paul Eggert |
2004-09-19 | Remove obsolete comment about POSIX 1003.2/D11.2. | Paul Eggert |
2004-09-13 | Regenerate. | Paul Eggert |
2004-09-13 | (localedir.h): Don't redirect directly to target. | Paul Eggert |
2004-09-13 | Adjust to backup enum rename. | Paul Eggert |
2004-09-13 | Adjust to backup file rename. | Paul Eggert |
2004-09-13 | Adjust to backup enum rename. | Paul Eggert |
2004-09-13 | (print_full_info): Don't exit with failure status simply | Paul Eggert |
2004-09-10 | (parse_obsolete_option): Renamed from | Paul Eggert |
2004-09-09 | (usage): Document -r, -w, -x more carefully. | Paul Eggert |
2004-09-09 | (usage): Mention that -h and -L don't dereference. | Paul Eggert |
2004-09-09 | (usage): Document "test" (with no args) and "[ ]". | Paul Eggert |
2004-09-09 | (main): Don't reorder options. | Paul Eggert |
2004-09-07 | (main): Fix POSIX-conformance bug: "touch -- | Paul Eggert |
2004-09-07 | (main): Emulate Solaris 8 and 9 "sort -y", so that | Paul Eggert |
2004-09-06 | Several changes for POSIX and FreeBSD compatibility. | Paul Eggert |
2004-09-06 | Sort options in usage message. | Paul Eggert |
2004-09-05 | (recover_mode): Arg is now char const *, not char *. | Paul Eggert |