summaryrefslogtreecommitdiff
path: root/lib/stdbool_.h
AgeCommit message (Collapse)Author
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert
2006-01-26Sync stdbool from gnulib.Paul Eggert
2006-01-25(true, false) [defined __BEOS__]: undef, as before.Paul Eggert
(_Bool) [!@HAVE__BOOL@ && defined __GNUC__]: Use an enum rather than a #define.
2005-12-13(_Bool): Resurrect the "#if !@HAVE__BOOL@" check, toPaul Eggert
work around compilers that have a (possibly-broken) _Bool but lack a working <stdbool.h>.
2005-11-26Simplify greatly, under the assumption that thesePaul Eggert
days most people use C99-compatible compilers to debug, so it's not worth worrying about catering to older compilers for that. This works around some porting problems with HP-UX compilers. (false, true) [defined __BEOS__]: Don't #undef; no longer needed. (_Bool): typedef to bool if C++ or BeOS, and #define to signed char otherwise.
2005-05-14Update FSF postal mail address.Jim Meyering
2003-10-31Update from gnulib.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2003-08-03(_Bool): Use a #define, not a typedef.Jim Meyering
2003-07-28Renamed from stdbool.hin.Jim Meyering