Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stdbool.h should define __bool_true_false_are_defined even for C++ | Rich Felker | 2013-08-28 | 1 | -2/+2 |
| | | | | | | | | while the incorporation of this requirement from C99 into C++11 was likely an accident, some software expects it to be defined, and it doesn't hurt. if the requirement is removed, then presumably __bool_true_false_are_defined would just be in the implementation namespace and thus defining it would still be legal. | ||||
* | make stdbool.h conform to c99 | Rich Felker | 2011-09-20 | 1 | -1/+2 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+13 |