Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a check for GNUC < 3 to typedef bool because gcc 3 always seems to | alfred | 2002-08-16 | 1 | -1/+1 |
| | | | | | | define it. Suggested by: tjr | ||||
* | Guard definitions for use with C++ code. | obrien | 2002-06-19 | 1 | -0/+4 |
| | | | | Submitted by: Ed Hall <edhall@yahoo-inc.com> | ||||
* | Remove comment, which didn't even help anyway. | asmodai | 2001-08-13 | 1 | -1/+0 |
| | | | | Submitted by: bde, long ago | ||||
* | Fix some nits: | asmodai | 2001-02-06 | 1 | -8/+5 |
| | | | | | | | | - whitespace: incorrect usage of tab or space - removal of comments which served either no purpose or were misleading Submitted by: bde [a while ago] | ||||
* | Fix stdbool.h to actually work as advertised. | asmodai | 2000-11-29 | 1 | -11/+3 |
| | | | | | | PR: 22936 Submitted by: Donald J. Maddox <Donald.J.Maddox@cae88-102-101.sc.rr.com> bde | ||||
* | Welcome stdbool.h. A header file from the ANSI C99 specification. | asmodai | 2000-09-16 | 1 | -0/+54 |
It defines the boolean values. |