summaryrefslogtreecommitdiffstats
path: root/lib/libstand/assert.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the output from assert() look more like the example in the C99mike2001-10-291-4/+4
| | | | | | standard. Requested by: bde
* Only provide function information in compile environments that supportmike2001-10-271-4/+7
| | | | | | | the C99 variable __func__ and never for C++. Provide a more meaningful example in the assert(3) manual. Reviewed by: asmodai, bde
* Add __FBSDID.asmodai2001-10-241-3/+5
| | | | | Change __assert() function to print failing function name. This makes us C99 conforming.
* Add __FBSDID()s to libstanddillon2001-09-301-2/+3
|
* Make include file consistent with the rest of libstand.mp2001-07-311-1/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add:msmith1998-11-011-0/+37
assert() setjmp()/longjmp() vsprintf()
OpenPOWER on IntegriCloud