History log of /freebsd-10.1-release/lib/libstand/assert.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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


# 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()