summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-10-06 16:42:22 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-10-06 16:42:22 +0000
commita0d42f7861b5c5df7d625bb311486dad054ad9e3 (patch)
treec2314125bd173aecf420b74456949f69a84404eb
parentcb797070ced949a7987a0e02cd93805967ac8c8d (diff)
downloadcoreutils-a0d42f7861b5c5df7d625bb311486dad054ad9e3.tar.xz
Generalize the patch for the AIX bool bug.
-rw-r--r--ChangeLog7
-rw-r--r--m4/ChangeLog6
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ffe7f81a6..5dc562e97 100644
--- 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>
diff --git a/m4/ChangeLog b/m4/ChangeLog
index f51363aee..742361f75 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -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...