summaryrefslogtreecommitdiffstats
path: root/include/assert.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use __STDC_VERSION__ instead of __ISO_C_VISIBLE to guard _Static_assert.millert2020-09-061-2/+2
* Add C11's static_assert.bentley2020-09-051-1/+6
* half-guard the actual function prototypes.espie2011-06-261-1/+4
* Annotate _assert()/__assert2() as __dead.hshoexer2006-01-311-3/+3
* Include the function name in assert() output. From espie@millert2006-01-131-7/+11
* proto _assert2()deraadt2003-07-151-1/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* back-out header change for now.espie2002-06-101-12/+6
* put back in the assert changes for ISO C 99 (put __func__ in it)espie2002-06-101-6/+12
* avoid cranking libc minors for another few weeksderaadt2002-04-191-12/+6
* Use __func__ in assert.espie2002-04-171-6/+12
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-5/+1
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
* Well, as we are heading for a release people are encouraged to rebuild theirniklas1997-09-211-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+67