Age | Commit message (Expand) | Author |
2004-09-21 | Include <getopt.h>. | Paul Eggert |
2004-09-21 | The following commands now reject unknown options: | Paul Eggert |
2004-09-21 | * man/rm.x: Say "the response is affirmative". | Paul Eggert |
2004-09-21 | Say "the response is affirmative" rather than "the | Paul Eggert |
2004-09-21 | * coreutils.texi (mv invocation, rm invocation): Say "the response | Paul Eggert |
2004-09-21 | (mv invocation, rm invocation): Say "the response | Paul Eggert |
2004-09-20 | Fix echo off-by-1 bug. | Paul Eggert |
2004-09-20 | (main): Don't dump core if POSIXLY_CORRECT and given no arguments. | Paul Eggert |
2004-09-19 | Remove md5sum --string. | Paul Eggert |
2004-09-19 | (STRING_OPTION): Remove. | Paul Eggert |
2004-09-19 | Fix sticky-directory test case bug reported by Bert Fischer. | Paul Eggert |
2004-09-19 | Don't try to remove writeable files in a sticky /tmp directory, as | Paul Eggert |
2004-09-19 | m5sum cleanup | Paul Eggert |
2004-09-19 | (STATUS_OPTION, STRING_OPTION): New enums. | Paul Eggert |
2004-09-19 | dd invocation fixes | Paul Eggert |
2004-09-19 | Log changes to dd, chroot, cksum. | Paul Eggert |
2004-09-19 | (dd invocation): Distinguish between options | Paul Eggert |
2004-09-19 | (usage): Distinguish between options and operands. | Paul Eggert |
2004-09-19 | Check for "dd --". | 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 | * src/Makefile.am (localedir.h): Don't redirect directly to target. | Paul Eggert |
2004-09-13 | Regenerate. | Paul Eggert |
2004-09-13 | Add -Wshadow. | Paul Eggert |
2004-09-13 | Rename backup enum to avoid shadowing problems. | 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 | (enum backuptype): Rename none -> no_backups, | Paul Eggert |
2004-09-13 | (check_extension, numbered_backup): | Paul Eggert |
2004-09-13 | (enum backuptype): Rename none -> no_backups, | Paul Eggert |
2004-09-13 | (my-distcheck): When building with -Werror, also require -Wshadow. | Paul Eggert |
2004-09-13 | id shouldn't fail simply because some numbers can't be resolved. | Paul Eggert |
2004-09-13 | (print_full_info): Don't exit with failure status simply | Paul Eggert |
2004-09-10 | "tail" now handles obscure POSIX 1003.2-1992 cases better. | Paul Eggert |
2004-09-10 | (test_vector): minus-* requires | Paul Eggert |
2004-09-10 | (parse_obsolete_option): Renamed from | Paul Eggert |
2004-09-10 | "tail" now handles obscure POSIX 1003.2-1992 cases better. | Paul Eggert |
2004-09-09 | src/test.c (usage): Document -r, -w, -x more carefully. | Paul Eggert |
2004-09-09 | Document test -r, -w, -x more carefully. | Paul Eggert |
2004-09-09 | (test invocation): Document -r, -w, -x more carefully. | Paul Eggert |
2004-09-09 | (usage): Document -r, -w, -x more carefully. | Paul Eggert |
2004-09-09 | Revamp sort last-resort comparison description. | Paul Eggert |
2004-09-09 | (sort invocation): -u disables the last-resort | Paul Eggert |
2004-09-09 | Document that test -h and -L don't dereference. | Paul Eggert |
2004-09-09 | src/test.c: document that -h and -L don't dereference. | Paul Eggert |