From: Jim Meyering Date: Thu, 6 Oct 2005 14:06:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.91~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1cd990287875854f6058f32e8604ce9223009a1;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 66d74b4bb5..ffe7f81a69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ -2005-10-05 Jim Meyering +2005-10-06 Jim Meyering * Version 5.91-cvs. + * TODO: rm: add support for a -I option, like that from FreeBSD's. + +2005-10-05 Jim Meyering + * src/sort.c (sortlines_temp): Declare temporary as `int' rather than `bool' to work around AIX 5.3 compiler bug in 64-bit mode. From James Lemley.