aboutsummaryrefslogtreecommitdiff
path: root/include/stdbool.h
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete check for GCC < 3 and support for Intel CompilerWarner Losh2020-10-241-3/+0
* include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Remove unneeded guard.Ed Schouten2011-12-251-5/+0
* - Define true and false in sys/types.h for _KERNEL consumers, andMatthew D Fleming2011-12-121-0/+2
* The Intel C/C++ compiler doesn't require a typedef for _Bool when compilingMarius Strobl2005-02-191-1/+1
* add a check for GNUC < 3 to typedef bool because gcc 3 always seems toAlfred Perlstein2002-08-161-1/+1
* Guard definitions for use with C++ code.David E. O'Brien2002-06-191-0/+4
* Remove comment, which didn't even help anyway.Jeroen Ruigrok van der Werven2001-08-131-1/+0
* Fix some nits:Jeroen Ruigrok van der Werven2001-02-061-8/+5
* Fix stdbool.h to actually work as advertised.Jeroen Ruigrok van der Werven2000-11-291-11/+3
* Welcome stdbool.h. A header file from the ANSI C99 specification.Jeroen Ruigrok van der Werven2000-09-161-0/+54