Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-11 | Setting TIME_STYLE=long-iso in the environment would make the | Jim Meyering | |
cp/same-file test fail. * tests/envvar-check (vars): Add TIME_STYLE to the list. * tests/cp/same-file: Revert last change. Source the envvar-check script, to ensure that TIME_STYLE settings don't affect these tests. | |||
2006-06-11 | * tests/cp/same-file: Execute 'ls' in the C locale, so that it | Paul Eggert | |
uses POSIX time stamp formats. Problem reported by John Nixon in <http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00062.html>. | |||
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-05-28 | Source lang-default. From Ralf Wildenhues. | Jim Meyering | |
2006-05-06 | . | Jim Meyering | |
2006-03-26 | . | Jim Meyering | |
2006-03-12 | . | Jim Meyering | |
2006-02-20 | . | Jim Meyering | |
2006-02-04 | *** empty log message *** | Jim Meyering | |
2006-02-04 | tweak comment | Jim Meyering | |
2006-02-04 | add a comment | Jim Meyering | |
2006-02-04 | (TESTS): Add cp-deref. | Jim Meyering | |
2006-02-04 | New file. Test for today's fix. | Jim Meyering | |
2006-01-12 | . | Jim Meyering | |
2006-01-04 | . | Jim Meyering | |
2005-12-21 | . | Jim Meyering | |
2005-12-17 | . | Jim Meyering | |
2005-12-15 | . | Jim Meyering | |
2005-12-03 | . | Jim Meyering | |
2005-11-22 | . | Jim Meyering | |
2005-11-17 | s/filesystem/file system/ in a comment | Jim Meyering | |
2005-11-17 | . | Jim Meyering | |
2005-11-17 | remove commented-out lines | Jim Meyering | |
2005-11-17 | (XFAIL_TESTS): Add acl. | Jim Meyering | |
2005-11-17 | (TESTS): Add acl. | Jim Meyering | |
2005-11-17 | no need to do `cd $pwd; rm -rf $tmp'; the traps handle that | Jim Meyering | |
2005-11-17 | split long line | Jim Meyering | |
2005-11-17 | New tests, from Andreas Gruenbacher. | Jim Meyering | |
2005-11-16 | Accommodate HPUX. It appears to fail with EACCES rather than EPERM. | Jim Meyering | |
Reported by Peter O'Gorman here: http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/5766 | |||
2005-11-04 | Mark this test as `very-expensive' | Jim Meyering | |
2005-10-23 | . | Jim Meyering | |
2005-09-23 | . | Jim Meyering | |
2005-09-22 | . | Jim Meyering | |
2005-09-22 | Regenerate. | Paul Eggert | |
2005-09-16 | Regenerate. | Paul Eggert | |
2005-09-10 | . | Jim Meyering | |
2005-09-09 | Regenerate. | Paul Eggert | |
2005-09-04 | . | Jim Meyering | |
2005-08-02 | . | Jim Meyering | |
2005-07-12 | . | Jim Meyering | |
2005-07-08 | Regenerate. | Paul Eggert | |
2005-07-07 | . | Jim Meyering | |
2005-07-03 | . | Jim Meyering | |
2005-07-03 | Regenerate. | Paul Eggert | |
2005-07-02 | . | Jim Meyering | |
2005-06-30 | . | Jim Meyering | |
2005-06-27 | . | Jim Meyering | |
2005-06-22 | Use umask-check instead of chmod. | Paul Eggert | |
2005-06-22 | * tests/cp/cp-parents: Use chmod to work around some hosts with | Paul Eggert | |
ACL problems. |