Mercurial > hg > octave-kai > gnulib-hg
changeset 13447:6d9c300c28a5
stdbool: Update doc.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 02 Jul 2010 02:48:01 +0200 |
parents | 6a37ca840ab5 |
children | 6b0f8c52218d |
files | ChangeLog doc/posix-headers/stdbool.texi |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-07-01 Bruno Haible <bruno@clisp.org> + + stdbool: Update doc. + * doc/posix-headers/stdbool.texi: Mention OpenBSD bug. + Info from Christian Weisgerber <naddy@mips.inka.de>. + 2010-07-01 Jim Meyering <meyering@redhat.com> hash: extend module to deal with non-pointer keys
--- a/doc/posix-headers/stdbool.texi +++ b/doc/posix-headers/stdbool.texi @@ -12,6 +12,9 @@ AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1. @item Some compilers have bugs relating to @samp{bool}. +@item +This header file defines @code{true} incorrectly on some platforms: +OpenBSD 4.7 with gcc 2.95. @end itemize Portability problems not fixed by Gnulib: