diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-25 18:32:46 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-25 18:32:46 +0000 |
commit | a768b3ebec152e5bcce589f2cdd9891254a7796a (patch) | |
tree | b58444c000a321e43dd3ed125a8a70caff37654c /lib/ChangeLog | |
parent | 1a9e9d670d66f4e41f86720eabbf15775fe31812 (diff) | |
download | coreutils-a768b3ebec152e5bcce589f2cdd9891254a7796a.tar.xz |
Merge stdbool from gnulib; we're still not quite there yet.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index f406cb56b..0cfaa577e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2006-01-25 Paul Eggert <eggert@cs.ucla.edu> + + * stdbool_.h: Merge from gnulib; we still don't quite match exactly, + but we're getting closer. + (true, false) [defined __BEOS__]: undef, as before. + (_Bool) [!@HAVE__BOOL@ && defined __GNUC__]: Use an enum + rather than a #define. + 2006-01-25 Jim Meyering <jim@meyering.net> * fileblocks.c: Remove useless parentheses in cpp directive. |