Merge stdbool from gnulib; we're still not quite there yet.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 25 Jan 2006 18:32:46 +0000 (18:32 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 25 Jan 2006 18:32:46 +0000 (18:32 +0000)
lib/ChangeLog
m4/ChangeLog

index f406cb5..0cfaa57 100644 (file)
@@ -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.
index ac9efaf..a188ea3 100644 (file)
@@ -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]).