diff options
author | Jim Meyering <jim@meyering.net> | 2003-05-14 06:30:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-05-14 06:30:23 +0000 |
commit | 5f62a53f9c596077d8eefcb76e969af0f9706a9c (patch) | |
tree | 33d4341aaa2085bfb12902d112468e389fa9d140 /ChangeLog | |
parent | 01d63f13e81d0623d753d6521076c79d355d1921 (diff) | |
download | coreutils-5f62a53f9c596077d8eefcb76e969af0f9706a9c.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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. |