| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2006-08-21 | Remove from CVS, since the bootstrap script generates them automatically. | Paul Eggert | -115/+0 | |
| 2006-01-26 | Sync stdbool from gnulib. | Paul Eggert | -25/+22 | |
| 2006-01-25 | (true, false) [defined __BEOS__]: undef, as before. | Paul Eggert | -28/+41 | |
| (_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 | -4/+6 | |
| 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 | -22/+32 | |
| 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 | -1/+1 | |
| 2003-10-31 | Update from gnulib. | Jim Meyering | -1/+2 | |
| 2003-08-18 | Sync with gnulib. | Jim Meyering | -8/+47 | |
| 2003-08-03 | (_Bool): Use a #define, not a typedef. | Jim Meyering | -2/+4 | |
| 2003-07-28 | Renamed from stdbool.hin. | Jim Meyering | -0/+51 | |
