From: Jim Meyering Date: Wed, 14 May 2003 06:30:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~488 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f62a53f9c596077d8eefcb76e969af0f9706a9c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 53471ec809..3e7668dca2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,21 @@ -2003-05-13 Jim Meyering +2003-05-14 Jim Meyering * 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 + * 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.