summaryrefslogtreecommitdiff
path: root/lib/libc/gen/assert.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix SCM ID's.David E. O'Brien2002-02-011-3/+0
| | | | Notes: svn path=/head/; revision=90039
* Make the output from assert() look more like the example in the C99Mike Barcroft2001-10-291-2/+2
| | | | | | | | | standard. Requested by: bde Notes: svn path=/head/; revision=85671
* Only provide function information in compile environments that supportMike Barcroft2001-10-271-5/+10
| | | | | | | | | | 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
* Restore K&R prototype. Fix other style bugs.Mike Barcroft2001-10-271-2/+3
| | | | | | | Reviewed by: asmodai, bde Notes: svn path=/head/; revision=85605
* Add __FBSDID.Jeroen Ruigrok van der Werven2001-10-241-5/+10
| | | | | | | | | Change __assert() function to print failing function name. #if 0 the sccsid block. This makes us C99 conforming. Notes: svn path=/head/; revision=85422
* Don't include <sys/types.h> when it isn't used.Bruce Evans1996-04-191-1/+0
| | | | | | | | This commit covers most of the ANSI library functions. Many others only need <sys/types.h> because they use u_xxx. Notes: svn path=/head/; revision=15312
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+53
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573