diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-14 15:35:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-14 15:35:19 +0000 |
commit | c2329c797c1639f963ddf05e00b4e8abaf91deb3 (patch) | |
tree | 623628944c3f7d4ffb20f66cf36a862721c6c28b /old/fileutils | |
parent | 4d8de6887fc53ff2bf58be72004dbbeb1841d41c (diff) | |
download | coreutils-c2329c797c1639f963ddf05e00b4e8abaf91deb3.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 6fc6e9ecd..41c25267e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,11 @@ +2001-01-02 Volker Borchert <bt@teknon.de> + + Work around a broken rename system call, e.g. on SunOS 4.1.1_U1, + that fails when the source path has a trailing slash. + * src/copy.h [RENAME_TRAILING_SLASH_BUG]: Use the rename wrapper. + * tests/mv/trailing-slash: Test whether the workaround works. + * tests/m4/Makefile.am (TESTS): Add trailing-slash. + 2001-01-03 Alexandre Duret-Lutz <duret_g@epita.fr> * po/Makefile.in.in (update-po): Merge po-files in temporary files |