summaryrefslogtreecommitdiff
path: root/lib/libc/gen/assert.c
AgeCommit message (Expand)Author
2017-05-15Don't make assert use stdio; saves >100K on an empty static binary.christos
2012-06-25Update old-style definitions to ANSI, remove a couple of registerabs
2005-02-09A little libc namespace housekeeping exercise:kleink
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2001-02-20nuke a last-minute addition in the getprogname() cleanup that didn't work.cgd
2001-02-19convert from __progname to getprogname()cgd
2001-01-03* Change __diagassert13() so that by default it only syslogs the error (itlukem
2000-12-19fix missing formatting escape.christos
2000-12-19C99: Print the name of the function enclosing the assertion, if possible.kleink
2000-12-10unnest nested extern declaration.christos
1999-09-15implement __diagassert(). currently this just prints the assertion tolukem
1997-07-13Fix RCSID'schristos
1995-02-25clean up Id's on files previously imported...cgd
1994-05-17new assert helpercgd
1994-01-28Fix spelling error in Copyright noticejtc
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-07-30Add even more RCS frobs.mycroft
1993-06-16Make assert macro ansi complient.jtc