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 | |
parent | 1a9e9d670d66f4e41f86720eabbf15775fe31812 (diff) | |
download | coreutils-a768b3ebec152e5bcce589f2cdd9891254a7796a.tar.xz |
Merge stdbool from gnulib; we're still not quite there yet.
-rw-r--r-- | lib/ChangeLog | 8 | ||||
-rw-r--r-- | m4/ChangeLog | 6 |
2 files changed, 14 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. diff --git a/m4/ChangeLog b/m4/ChangeLog index ac9efaf54..a188ea34b 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,9 @@ +2006-01-25 Paul Eggert <eggert@cs.ucla.edu> + + * stdbool.m4: Merge from gnulib; we still don't quite match + exactly, but we're getting closer. + (AC_HEADER_STDBOOL): Add some comments. + 2006-01-24 Jim Meyering <jim@meyering.net> * openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]). |