]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 28 Jul 2003 08:37:08 +0000 (08:37 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 28 Jul 2003 08:37:08 +0000 (08:37 +0000)
ChangeLog

index 98ecd659203b04295438d3beb4ee1d4be005a06d..5536aad8e33d4a74c0d40aec51984f7ba0dee6a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
 
        * Version 5.0.90.
 
+2003-07-28  Paul Eggert  <eggert@twinsun.com>
+
+       * lib/stdbool.hin (_Bool): Make it signed char, instead of
+       an enum type, so that it's guaranteed to promote to int.
+       * src/sort.c (sortlines_temp): Undo previous change.
+
+2003-07-28  Jim Meyering  <jim@meyering.net>
+
        * src/sort.c (sortlines_temp): Declare local `swap' to be `int', not
        `bool'.  Otherwise, at least one buggy compiler (alpha gcc-2.95.4)
        would cause lines[-1 - swap] (with swap = false) to evaluate to