From: Paul Eggert Date: Thu, 6 Oct 2005 16:42:22 +0000 (+0000) Subject: Generalize the patch for the AIX bool bug. X-Git-Tag: COREUTILS-5_91~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0d42f7861b5c5df7d625bb311486dad054ad9e3;p=platform%2Fupstream%2Fcoreutils.git Generalize the patch for the AIX bool bug. --- diff --git a/ChangeLog b/ChangeLog index ffe7f81..5dc562e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2005-10-06 Jim Meyering +2005-10-06 Paul Eggert * Version 5.91-cvs. + * src/sort.c (sortlines_temp): Undo previous change, since + today's change to m4/stdbool.m4 should catch it. + +2005-10-06 Jim Meyering + * TODO: rm: add support for a -I option, like that from FreeBSD's. 2005-10-05 Jim Meyering diff --git a/m4/ChangeLog b/m4/ChangeLog index f51363a..742361f 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2005-10-06 Paul Eggert + + * stdbool.m4 (AC_HEADER_STDBOOL): Check that bool + promotes to int, not unsigned int, to catch the AIX 5.3 + compiler bug. + 2005-10-02 Alfred M. Szmidt * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...