]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Generalize the patch for the AIX bool bug.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Oct 2005 16:42:22 +0000 (16:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Oct 2005 16:42:22 +0000 (16:42 +0000)
ChangeLog
m4/ChangeLog

index ffe7f81a698381f9c18c1493a2eea0df6a9be5e2..5dc562e97dde2fad7654da45238854d35b1abc90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2005-10-06  Jim Meyering  <jim@meyering.net>
+2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
 
        * 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  <jim@meyering.net>
+
        * TODO: rm: add support for a -I option, like that from FreeBSD's.
 
 2005-10-05  Jim Meyering  <jim@meyering.net>
index f51363aee5d2d8e77f21f16f243c210ff8babb5f..742361f75d063e1cbc4def83146d85a9eff01bd9 100644 (file)
@@ -1,3 +1,9 @@
+2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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  <ams@gnu.org>
 
        * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...