History log of /freebsd-9.3-release/lib/libstand/assert.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 205900 30-Mar-2010 jhb

Use panic() (which the environment is required to provide to libstand) to
implement assert() instead of relying on a non-required exit(). The exit()
invocation also did not match the semantics of the exit() routine that
current boot environments happen to require.

PR: kern/144749
Discussed with: bde
MFC after: 1 week


# 85671 29-Oct-2001 mike

Make the output from assert() look more like the example in the C99
standard.

Requested by: bde


# 85607 27-Oct-2001 mike

Only provide function information in compile environments that support
the C99 variable __func__ and never for C++. Provide a more meaningful
example in the assert(3) manual.

Reviewed by: asmodai, bde


# 85423 24-Oct-2001 asmodai

Add __FBSDID.
Change __assert() function to print failing function name.
This makes us C99 conforming.


# 84221 30-Sep-2001 dillon

Add __FBSDID()s to libstand


# 80736 31-Jul-2001 mp

Make include file consistent with the rest of libstand.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 40805 01-Nov-1998 msmith

Add:
assert()
setjmp()/longjmp()
vsprintf()