Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-02 | Regenerate. | Paul Eggert | |
2005-05-30 | Regenerate. | Paul Eggert | |
2005-05-27 | (eq-6, gt-5, lt-5): New tests. | Paul Eggert | |
2005-05-27 | (bigcmp): New test. | Paul Eggert | |
2005-05-26 | Add tests using arithmetic on negative integers. | Jim Meyering | |
2005-05-18 | Regenerate. | Paul Eggert | |
2005-05-14 | Regenerate. | Paul Eggert | |
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2005-05-14 | . | Jim Meyering | |
2005-05-14 | . | Jim Meyering | |
2005-05-13 | . | Jim Meyering | |
2005-05-10 | Skip this test if the user running it owns `/' or has write access to it. | Jim Meyering | |
2005-05-10 | Skip the test if the user running it has write access to `/'. | Jim Meyering | |
2005-05-10 | . | Jim Meyering | |
2005-05-10 | (TESTS): Add reply-no. | Jim Meyering | |
2005-05-10 | *** empty log message *** | Jim Meyering | |
2005-05-10 | Don't print PATH to stderr. | Jim Meyering | |
2005-05-04 | Regenerate. | Paul Eggert | |
2005-05-04 | Initial version. | Paul Eggert | |
2005-05-04 | (TESTS): Add umask-x | Paul Eggert | |
2005-04-30 | Regenerate. | Paul Eggert | |
2005-04-29 | (tv): Rename tests from obs to obs-plus | Paul Eggert | |
if they use file names starting with +. (test_vector): Don't set _POSIX2_VERSION if obs but not obs-plus. | |||
2005-04-29 | (tv): Rename tests from obs to obs-plus | Paul Eggert | |
if they use file names starting with +. (test_vector): Don't set _POSIX2_VERSION if obs but not obs-plus. | |||
2005-04-29 | Fix comment to match new behavior of "sort". | Paul Eggert | |
2005-04-29 | Don't set _POSIX2_VERSION; no longer needed. | Paul Eggert | |
2005-04-29 | Don't use 'set -' | Paul Eggert | |
2005-04-29 | Don't use 'set -'. | Paul Eggert | |
2005-04-29 | Don't use 'set -'. Simplify test construction. | Paul Eggert | |
Work even if the underyling system attaches ACLs to new dirs. | |||
2005-04-29 | Don't use 'set -'. Also, don't set _POSIX2_VERSION. | Paul Eggert | |
2005-04-29 | Test for new -p behavior. Omit -1 option. | Paul Eggert | |
The "ls --color" test wasn't being checked; add a check for "ls --color=auto" instead. | |||
2005-04-28 | Check for ug+r and ug,+x bugs. | Paul Eggert | |
2005-04-28 | Check for =u bug. | Paul Eggert | |
2005-04-28 | Check for =xX bug. | Paul Eggert | |
2005-04-22 | Test for "mkdir -m =+x dir" bug. | Paul Eggert | |
2005-04-21 | Regenerate. | Paul Eggert | |
2005-04-21 | Undo previous change. | Paul Eggert | |
(sig): New var. Use it insted of "trap '' CHLD". Append $EXEEXT to executable name. | |||
2005-04-21 | Undo previous change. | Paul Eggert | |
(dd, dd2): New vars, which use $EXEEXT. All uses of dd and dd2 changed. | |||
2005-04-21 | (TESTS_ENVIRONMENT): Add EXEEXT. | Paul Eggert | |
2005-04-20 | Fetish.pm renamed to Coreutils.pm. | Paul Eggert | |
2005-04-20 | Renamed Fetish package to Coreutils. | Paul Eggert | |
2005-04-20 | (EXTRA_DIST): Add Coreutils.pm and remove Fetish.pm. | Paul Eggert | |
2005-04-20 | (package Coreutils): Renamed from package Fetish. | Paul Eggert | |
2005-04-19 | (dot_mount_point): Use stat -L, in case the | Paul Eggert | |
directory is actually a symbolic link. | |||
2005-04-19 | Use test -p to test for fifos, rather | Paul Eggert | |
than the (incorrect) test -f and the (inadequate) ls. ls is inadequate because on some hosts a buggy mv will create a file of the wrong type (problem reported by Eric Blake). Skip this test if test -p doesn't work. | |||
2005-04-19 | Use numeric group ids, not symbolic group names, | Paul Eggert | |
since the latter can have shell metacharacters in them (e.g., spaces). | |||
2005-04-18 | (FETISH_GROUP): Renamed from COREUTILS_GROUP. | Paul Eggert | |
2005-04-18 | (COREUTILS_GROUPS): Renamed from FETISH_GROUPS. | Paul Eggert | |
2005-04-18 | Fix typo in comment. | Paul Eggert | |
2005-04-18 | Use "cat", not "test", to test for | Paul Eggert | |
../../src/dd. Problem reported by Eric Blake. | |||
2005-04-18 | Skip this test if "trap '' CHLD" doesn't work. | Paul Eggert | |