From: Jim Meyering Date: Fri, 23 Jan 2004 09:26:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7574b1cde37c2f9cf8c55fd7c1b88b08aac670d2;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 86ce013ccc..47cb384f01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ -2004-01-22 Jim Meyering +2004-01-23 Jim Meyering * Version 5.1.2. + * src/paste.c (paste_parallel): Declare local, chr, to be of type + `int', not `char', since it must hold EOF. This bug would make + paste infloop on some systems. Reported by Nelson H. F. Beebe + and Christian Krackowizer. + +2004-01-22 Jim Meyering + * tests/rmdir/fail-perm: New file. Test for just-fixed rmdir bug. * tests/rmdir/Makefile.am (TESTS): Add fail-perm.