summaryrefslogtreecommitdiff
path: root/include/stdbool.h
AgeCommit message (Expand)Author
12 daysstdbool.h: Update for C23Minsoo Choo
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-10-24Remove obsolete check for GCC < 3 and support for Intel CompilerWarner Losh
2017-11-25include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2011-12-25Remove unneeded guard.Ed Schouten
2011-12-12 - Define true and false in sys/types.h for _KERNEL consumers, andMatthew D Fleming
2005-02-19The Intel C/C++ compiler doesn't require a typedef for _Bool when compilingMarius Strobl
2002-08-16add a check for GNUC < 3 to typedef bool because gcc 3 always seems toAlfred Perlstein
2002-06-19Guard definitions for use with C++ code.David E. O'Brien
2001-08-13Remove comment, which didn't even help anyway.Jeroen Ruigrok van der Werven
2001-02-06Fix some nits:Jeroen Ruigrok van der Werven
2000-11-29Fix stdbool.h to actually work as advertised.Jeroen Ruigrok van der Werven
2000-09-16Welcome stdbool.h. A header file from the ANSI C99 specification.Jeroen Ruigrok van der Werven