Age | Commit message (Expand) | Author |
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 |
2004-09-09 | (usage): Mention that -h and -L don't dereference. | Paul Eggert |
2004-09-09 | (test invocation): Mention that -h and -L don't dereference symlinks. | Paul Eggert |
2004-09-09 | * src/test.c (usage): Document "test" (with no args) and "[ ]". | Paul Eggert |
2004-09-09 | (test invocation): Use better synopses. | Paul Eggert |
2004-09-09 | (usage): Document "test" (with no args) and "[ ]". | Paul Eggert |
2004-09-09 | Mention option-reordering, particularly with tr. | Paul Eggert |
2004-09-09 | (Common options): Some programs don't reorder | Paul Eggert |
2004-09-09 | Fix "tr xy -z" bug. | Paul Eggert |
2004-09-09 | (fowler-1): New test case. | Paul Eggert |
2004-09-09 | (main): Don't reorder options. | Paul Eggert |
2004-09-09 | Document that "tr xy -z" now works as per POSIX. | Paul Eggert |
2004-09-08 | Undo previous change. | Paul Eggert |
2004-09-08 | sort -u versus sort | uniq. | Paul Eggert |
2004-09-08 | (sort invocation): Add remarks about sort -u versus sort | uniq. | Paul Eggert |
2004-09-08 | c-strtod.c sets LC_ALL, not LC_NUMERIC. | Paul Eggert |
2004-09-08 | (C_STRTOD): Set LC_ALL to "C", not just LC_NUMERIC, to avoid the | Paul Eggert |
2004-09-07 | Fix "touch -- MMDDhhmm file" bug. | Paul Eggert |
2004-09-07 | Test for "touch -- MMDDmm file" bug. Also, set | Paul Eggert |
2004-09-07 | Document "touch" POSIX-conformance fix. | Paul Eggert |
2004-09-07 | (main): Fix POSIX-conformance bug: "touch -- | Paul Eggert |
2004-09-07 | Emulate Solaris 8 "sort -y" better. | Paul Eggert |
2004-09-07 | (main): Emulate Solaris 8 and 9 "sort -y", so that | Paul Eggert |
2004-09-06 | Add NEWS item for "od" changes. | Paul Eggert |
2004-09-06 | Several "od" changes for POSIX and FreeBSD compatibility. | Paul Eggert |
2004-09-06 | Several od changes for POSIX and FreeBSD compatibility. | Paul Eggert |
2004-09-06 | (od invocation): Several changes for POSIX | Paul Eggert |
2004-09-06 | Several changes for POSIX and FreeBSD compatibility. | Paul Eggert |
2004-09-06 | Improve quoting doc. | Paul Eggert |