From a0d42f7861b5c5df7d625bb311486dad054ad9e3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 6 Oct 2005 16:42:22 +0000 Subject: [PATCH] Generalize the patch for the AIX bool bug. --- ChangeLog | 7 ++++++- m4/ChangeLog | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) 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... -- 2.7.4