]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 14 May 2003 06:30:23 +0000 (06:30 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 14 May 2003 06:30:23 +0000 (06:30 +0000)
ChangeLog

index 53471ec8093b49602dc2563651c6cd750620f1dd..3e7668dca208ccec1f7fd6b4fab1c9f71b91cddf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,21 @@
-2003-05-13  Jim Meyering  <jim@meyering.net>
+2003-05-14  Jim Meyering  <jim@meyering.net>
 
        * Version 5.0.1.
 
+       * tests/rm/rm3: Use tr's \n notation rather than \012.
+       This package can afford to do that, since its tests are guaranteed use
+       GNU tr, which has accepted the more modern notation for 10 years.
+       * tests/rm/rm5: Likewise.
+       * tests/cp/same-file: Likewise.
+       * tests/stty/row-col-1: Likewise.
+       * tests/stty/basic-1: Likewise.
+       * tests/rm/deep-1: Likewise.
+       * tests/mv/part-symlink: Likewise.
+       * tests/mkdir/perm: Likewise.
+       * tests/misc/nice: Likewise.
+
+2003-05-13  Jim Meyering  <jim@meyering.net>
+
        * src/copy.c (struct F_triple) [name]: Remove const attribute.
        (triple_free): Don't apply cast to argument of free.
        (seen_file): Add cast here instead.