summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parentcb797070ced949a7987a0e02cd93805967ac8c8d (diff)
downloadcoreutils-a0d42f7861b5c5df7d625bb311486dad054ad9e3.tar.xz
Generalize the patch for the AIX bool bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 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>