From: Jim Meyering Date: Wed, 5 Oct 2005 18:53:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.91~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b185a8b904a9d89a3d5aaa96dc4da952211678d3;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 1730aa88a7..66d74b4bb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2005-10-03 Jim Meyering +2005-10-05 Jim Meyering * Version 5.91-cvs. + * 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. + +2005-10-03 Jim Meyering + * src/factor.c (MAX_N_FACTORS): Define in terms of sizeof (uintmax_t) rather than hard-coding to 128. From Thomas M.Ott.