History log of /openbsd/include/stdbool.h (Results 1 – 7 of 7)
Revision Date Author Comments
# f7094e11 04-Sep-2015 daniel <daniel@openbsd.org>

These days pcc defines __GNUC__ and we don't support gcc2. Also needed
for upcoming CompCert port.

Final version of the diff is from kettenis@ with input from jsg@ and tedu@.

ok kettenis@, jsg@, "I

These days pcc defines __GNUC__ and we don't support gcc2. Also needed
for upcoming CompCert port.

Final version of the diff is from kettenis@ with input from jsg@ and tedu@.

ok kettenis@, jsg@, "I agree" millert@

show more ...


# acf82b0a 16-Mar-2014 guenther <guenther@openbsd.org>

lint is dead (long live the lint!), so stop using it as a cpp conditional
(namespace pollution!) or talking about its opinion on code.

ok krw@


# 5fdc3117 24-Jul-2010 guenther <guenther@openbsd.org>

Teach lint about C99's _Bool and _Complex, plus some related gcc
extensions: __real__ and __imag__ operators, the use of '~' for
complex conjugation, and 'i' or 'j' as a suffix for complex constants.

Teach lint about C99's _Bool and _Complex, plus some related gcc
extensions: __real__ and __imag__ operators, the use of '~' for
complex conjugation, and 'i' or 'j' as a suffix for complex constants.
While this doesn't handle folding and overflow detection for complex
constants correctly, it's good enough to make it through libm...and
found several bugs once it could do so.

"no objections" miod@, krw@

show more ...


# 780a6ae7 02-Oct-2007 otto <otto@openbsd.org>

pcc knows _Bool. ok beck@ miod @millert


# 139a1b95 02-Oct-2004 espie <espie@openbsd.org>

let stdbool.h work with recent gcc, since they modified the interface,
again...


okay millert@ a while back, needed some more paranoid testing from my
part...


# 9e5915d4 24-Sep-1999 espie <espie@openbsd.org>

Copyright...


# a85af443 24-Sep-1999 espie <espie@openbsd.org>

stdbool.h conforming to C9X