Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-05 | Don't assign to PROG; no longer needed | Paul Eggert | |
now that Makefile.am sets PROG to the basename. | |||
2006-06-05 | (PROG): Take the basename of $$tst, | Paul Eggert | |
in case Solaris make has prepended the directory. (TESTS): Adjust to test script renamings. | |||
2006-06-03 | Test for this: | Jim Meyering | |
Make `cp --link --no-dereference' work also on systems where the link system call cannot create a hard link to a symbolic link. * src/copy.c (copy_internal) [LINK_FOLLOWS_SYMLINKS]: Don't use the link syscall on a symlink when it would do the wrong thing. Based on the patch by Aurelien Jarno: <http://bugs.debian.org/329451> | |||
2006-06-03 | (TESTS): Add link-no-deref. | Jim Meyering | |
2006-06-01 | Don't assume that >&- works. | Paul Eggert | |
2006-06-01 | Don't assume that >&- works. Add a /dev/full test. | Paul Eggert | |
2006-06-01 | Don't assume that \< \> works in sed. | Paul Eggert | |
2006-05-28 | Source lang-default. From Ralf Wildenhues. | Jim Meyering | |
2006-05-28 | AIX 4.3.3 gives a different diagnostic. | Jim Meyering | |
Recognize it, too. Reported by Ralf Wildenhues, in http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00192.html | |||
2006-05-13 | Test two more cases. | Jim Meyering | |
2006-05-11 | . | Jim Meyering | |
2006-05-11 | *** empty log message *** | Jim Meyering | |
2006-05-11 | (TESTS): Add no-target-dir. | Jim Meyering | |
2006-05-11 | ensure that mv did what it's supposed to | Jim Meyering | |
2006-05-11 | . | Jim Meyering | |
2006-05-11 | (TESTS): Add atomic. | Jim Meyering | |
2006-05-11 | New file/test for yesterday's fix. | Jim Meyering | |
2006-05-11 | Avoid harmless `ambiguous redirect' diagnostic. | Jim Meyering | |
2006-05-06 | . | Jim Meyering | |
2006-05-06 | Expand to test broken links encountered | Jim Meyering | |
implicitly, favoring Solaris 9 and OpenBSD 3.4 behavior. | |||
2006-05-06 | Expand to test inode from readdir case. | Jim Meyering | |
2006-05-06 | (TESTS): Add stat-vs-dirent. | Jim Meyering | |
2006-05-06 | *** empty log message *** | Jim Meyering | |
2006-05-06 | Work even on case-insensitive file system. | Jim Meyering | |
2006-04-25 | (relative-3): New test, derived from a bug report by John Thomas McDole. | Paul Eggert | |
2006-04-18 | Add new programs, base64, sha224sum, sha256sum, sha384sum, sha512sum. | Jim Meyering | |
2006-04-12 | Use \{...\} in test RE, to test that we're conforming to POSIX. | Paul Eggert | |
2006-04-12 | (fail-a): Adjust exit status to match new expr behavior, for status 2 versus 3. | Paul Eggert | |
(anchor): New test. (bre1, bre2, bre3, bre4, bre5, bre6, bre7, bre8, bre9, bre10): (bre11, bre12, bre13, bre14, bre15, bre16, bre17, bre18, bre19, bre20): (bre21, bre22, bre23, bre24, bre25, bre26, bre27, bre28, bre29, bre30): (bre31, bre32, bre33, bre34, bre35, bre36, bre37, bre38, bre39, bre40): (bre41, bre42, bre43, bre44, bre45, bre46, bre47, bre48, bre49, bre50): (bre51, bre52, bre53, bre54, bre55, bre56, bre57, bre58, bre59, bre60): (bre61, bre62): New tests. | |||
2006-04-12 | Do not assume that 'sed' can handle long, newline-free input. | Paul Eggert | |
Evaluate expr once, not $n times. | |||
2006-04-12 | Solaris 8 sh doesn't understand "if !". Do not assume that 'sed' can | Paul Eggert | |
handle long, newline-free input. | |||
2006-03-26 | . | Jim Meyering | |
2006-03-26 | . | Jim Meyering | |
2006-03-26 | remove this entire directory | Jim Meyering | |
2006-03-26 | remove this entire directory | Jim Meyering | |
2006-03-26 | (SUBDIRS): Remove basename. | Jim Meyering | |
2006-03-26 | (TESTS): Sort. Add basename, dirname. | Jim Meyering | |
2006-03-26 | new file -- from Eric Blake | Jim Meyering | |
2006-03-26 | Move to ../misc/basename | Jim Meyering | |
2006-03-26 | Moved from ../basename/basic. | Jim Meyering | |
Add some tests, including fixed behavior for //. | |||
2006-03-23 | Test the new nohup behavior. | Paul Eggert | |
2006-03-12 | . | Jim Meyering | |
2006-03-08 | Add test cases for append, nofollow, directory, | Paul Eggert | |
and nolinks flags. Simplify redirection to /dev/null in some cases. | |||
2006-03-08 | iflags->iflag. This fixes a typo that meant the | Paul Eggert | |
noatime test never tested anything. | |||
2006-03-05 | Set SHELL, if not already set, in order to | Jim Meyering | |
avoid failure when `make check' is run through debuild; dircolors would fail due to lack of $SHELL. Reported by Sven Joachim. | |||
2006-03-05 | . | Jim Meyering | |
2006-03-03 | add warning comment | Jim Meyering | |
2006-03-03 | Don't fail when run from an environment with SHELL not a Bourne | Jim Meyering | |
shell, e.g. `env SHELL=/bin/csh make check' would fail this test. Invoke each non-failing test with -b. Reported by Michael Stone. | |||
2006-02-27 | Derive --decode-using tests from the encode-based ones. | Jim Meyering | |
2006-02-27 | Factor out a long constant string. | Jim Meyering | |
Split lines to stay within 80 columns. | |||
2006-02-27 | (TESTS): Add base64. | Jim Meyering | |