Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-26 | Sync 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, to | Paul Eggert | |
work around compilers that have a (possibly-broken) _Bool but lack a working <stdbool.h>. | |||
2005-11-26 | Simplify greatly, under the assumption that these | Paul 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-14 | Update FSF postal mail address. | Jim Meyering | |
2003-10-31 | Update from gnulib. | Jim Meyering | |
2003-08-18 | Sync with gnulib. | Jim Meyering | |
2003-08-03 | (_Bool): Use a #define, not a typedef. | Jim Meyering | |
2003-07-28 | Renamed from stdbool.hin. | Jim Meyering | |