projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7960f5
)
* stdbool_.h (_Bool): Make it signed char, instead of an enum type.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 3 Aug 2003 07:13:25 +0000
(07:13 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 3 Aug 2003 07:13:25 +0000
(07:13 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 478f6e4a471ac55fb0b66d77c8ce9def2bad5748..66c575c89b5acead79ecc477b0ef0af351e199fa 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,3
+1,9
@@
+2003-08-03 Paul Eggert <eggert@twinsun.com>
+
+ * stdbool_.h (_Bool): Make it signed char, instead of
+ an enum type, so that it's guaranteed to promote to int. See:
+ <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
+
2003-07-31 Paul Eggert <eggert@twinsun.com>
* strerror.c: Include config.h, limits.h. Declare sprintf.