Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | |
2007-06-10 | bug-fix: cp would fail to write through a dangling symlink | Jim Meyering | |
* NEWS: Mention the bug fix. * src/copy.c (copy_reg): When open fails with EEXIST, the destination is lstat'able, and a symlink, call open again, but now without O_EXCL. * tests/cp/thru-dangling: New file, to test for the above fix. * tests/cp/Makefile.am (TESTS): Add thru-dangling. * THANKS: Add Michael McLagan. Bug report from Michael McLagan in <http://bugzilla.redhat.com/243588>. |