summaryrefslogtreecommitdiff
path: root/lib/libstand/assert.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the output from assert() look more like the example in the C99Mike Barcroft2001-10-291-4/+4
| | | | | | | | | standard. Requested by: bde Notes: svn path=/head/; revision=85671
* Only provide function information in compile environments that supportMike Barcroft2001-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 Notes: svn path=/head/; revision=85607
* Add __FBSDID.Jeroen Ruigrok van der Werven2001-10-241-3/+5
| | | | | | | | Change __assert() function to print failing function name. This makes us C99 conforming. Notes: svn path=/head/; revision=85423
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-2/+3
| | | | Notes: svn path=/head/; revision=84221
* Make include file consistent with the rest of libstand.Mark Peek2001-07-311-1/+2
| | | | Notes: svn path=/head/; revision=80736
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add:Mike Smith1998-11-011-0/+37
assert() setjmp()/longjmp() vsprintf() Notes: svn path=/head/; revision=40805