diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-10-06 16:42:22 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-10-06 16:42:22 +0000 |
commit | a0d42f7861b5c5df7d625bb311486dad054ad9e3 (patch) | |
tree | c2314125bd173aecf420b74456949f69a84404eb | |
parent | cb797070ced949a7987a0e02cd93805967ac8c8d (diff) | |
download | coreutils-a0d42f7861b5c5df7d625bb311486dad054ad9e3.tar.xz |
Generalize the patch for the AIX bool bug.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | m4/ChangeLog | 6 |
2 files changed, 12 insertions, 1 deletions
@@ -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... |