comparison lib/ChangeLog @ 6596:043388377196

Work around HP-UX and AIX C compiler bugs with built-in _Bool.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 Jan 2006 21:44:37 +0000
parents be964c1a2ec9
children 9760557db4e2
comparison
equal deleted inserted replaced
6595:0c67f1400c5b 6596:043388377196
1 2006-01-24 Bruno Haible <bruno@clisp.org>
2
3 * stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc] : Define as 'signed char'
4 to avoid problems with the built-in _Bool type.
5 Reported by Paul Eggert on 2005-11-26.
6
1 2006-01-24 Jim Meyering <jim@meyering.net> 7 2006-01-24 Jim Meyering <jim@meyering.net>
2 8
3 * socket_.h: Remove useless parentheses in uses of cpp `defined'. 9 * socket_.h: Remove useless parentheses in uses of cpp `defined'.
4 10
5 2006-01-24 Simon Josefsson <jas@extundo.com> 11 2006-01-24 Simon Josefsson <jas@extundo.com>