Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-09 | (fowler-1): New test case. | Paul Eggert | |
2004-09-07 | Test for "touch -- MMDDmm file" bug. Also, set | Paul Eggert | |
_POSIX2_VERSION=199209 and POSIXLY_CORRECT=1 so that it's a better test for obsolescent features. | |||
2004-09-05 | Check for the fixed stty option-parsing bugs. | Paul Eggert | |
2004-08-24 | Fix infloop-3 to match POSIX. | Paul Eggert | |
Add blanks-1 through blanks-13. | |||
2004-08-20 | Regenerate. | Paul Eggert | |
2004-08-19 | Regenerate. | Paul Eggert | |
2004-08-19 | New file, partly taken from | Paul Eggert | |
Dmitry V. Levin's suggestion in <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html> | |||
2004-08-19 | (TESTS): Add separator. | Paul Eggert | |
2004-08-19 | Test "chgrp '' file". | Paul Eggert | |
2004-08-11 | Regenerate. | Paul Eggert | |
2004-08-11 | Further fix for -d regression. | Paul Eggert | |
2004-08-11 | Test for the -d regression. | Paul Eggert | |
2004-08-10 | Convert to UTF-8. | Paul Eggert | |
2004-08-09 | Regenerate. | Paul Eggert | |
2004-08-05 | Regenerate. | Paul Eggert | |
2004-08-03 | (wide-1, wide-2, bad-suffix): Adjust to today's fmt.c fixes. | Paul Eggert | |
2004-08-02 | Regenerate. | Paul Eggert | |
2004-07-28 | Test for proper handling of uids like | Paul Eggert | |
"010", which must be parsed as decimal. | |||
2004-07-28 | Regenerate. | Paul Eggert | |
2004-07-28 | Don't assume that Perl's getpwd agrees with our | Paul Eggert | |
pwd when there are multiple names for the working directory (which can happen with an automounter, sigh). | |||
2004-07-28 | Regenerate. | Paul Eggert | |
2004-07-28 | Don't assume that we can remove the working directory in tests. | Paul Eggert | |
2004-07-23 | Regenerate. | Paul Eggert | |
2004-07-22 | Regenerate. | Paul Eggert | |
2004-07-22 | Reinstate f-1 test, since we now pass. | Paul Eggert | |
Add a new commented-out f-2 test, which we still fail. (test_vector): All f-* tests are special cases, not just f-1. | |||
2004-07-12 | Regenerate. | Paul Eggert | |
2004-07-08 | printf cleanup, to avoid undefined behavior, to add support for | Jim Meyering | |
formats that Bash supports, and to support wide integers like Bash does. Add tests for the above. | |||
2004-07-06 | . | Jim Meyering | |
2004-07-06 | . | Jim Meyering | |
2004-07-06 | renamed from ../misc/readline | Jim Meyering | |
2004-07-06 | . | Jim Meyering | |
2004-07-06 | From Dmitry V. Levin | Jim Meyering | |
2004-07-06 | (SUBDIRS): Add readlink. | Jim Meyering | |
2004-07-06 | (TESTS): Remove basic readlink test. | Jim Meyering | |
2004-07-06 | renamed to ../readlink/rl-1 | Jim Meyering | |
2004-06-30 | Change `filesystem' to `file system' in a comment. | Jim Meyering | |
2004-06-29 | Don't let verbose-mode output from a subshell obscure actual differences. | Jim Meyering | |
Turn off command-echoing just before invoking subshell, then turn it back on if VERBOSE=yes afterward. | |||
2004-06-28 | Add a test to verify that we get the new | Jim Meyering | |
diagnostic when failing to copy through a symlink-to-inaccessible-dir. | |||
2004-06-28 | Don't assume "mv --target=nonexistentdir" will complain about the arg count. | Jim Meyering | |
Adjust to new (briefer) diagnostics. | |||
2004-06-27 | See whether a trailing slash is followed too far. | Jim Meyering | |
2004-06-25 | Add test for ln subscript error. | Jim Meyering | |
2004-06-23 | Replace all occurrences of `(exit N); exit' with | Jim Meyering | |
`(exit N); exit N'. Otherwise, those many tests could exit with improper exit status when exiting via e.g., a trapped interrupt. Thanks to a report from Bob Proulx. | |||
2004-06-21 | Quote "$PATH" in PATH=$PATH. | Jim Meyering | |
2004-06-21 | When running as root, be sure to propagate | Jim Meyering | |
PATH through to the process we exec as non-root. | |||
2004-06-21 | Adjust to new diagnostics. | Jim Meyering | |
2004-06-15 | Adjust to the new semantics for \x if POSIXLY_CORRECT. | Jim Meyering | |
2004-06-14 | . | Jim Meyering | |
2004-06-14 | (TESTS): Add pwd. | Jim Meyering | |
(BUILD_SRC_DIR): Define BUILD_SRC_DIR. | |||
2004-06-14 | New test, for fix of 2004-04-19. | Jim Meyering | |
2004-06-09 | Adjust to accommodate Paul Eggert's changes of 2004-06-08. | Jim Meyering | |