Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |