index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
assert.h
Age
Commit message (
Expand
)
Author
2020-04-17
Remove the static_assert() fallback for pre-C11 and pre-C++11
kamil
2019-05-27
As a _NETBSD_SOURCE extension define static_assert for pre-c11/c++99
kamil
2019-05-22
Limit static_assert visibility to C11.
maya
2016-10-03
Add static_assert macro definition in <assert.h>
kamil
2011-08-26
__assert and __assert13 are dead
joerg
2008-11-02
include <sys/null.h> because _DIAGASSERT(foo == NULL) is too common and some
christos
2008-08-17
Define away __assert_function__ if __lint__.
gmcgarry
2005-02-03
de-__P -- the hack is long since useless. Discussed with christos,
perry
2004-07-01
Tidy up the namespace: lint -> __lint__.
kleink
2004-05-18
Remove _assert() again. As has been noted by Ben Harris, this had been
kleink
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-05
EBENISANIDIOT: Remove a spurious '#endif' that crept in under the radar.
bjh21
2003-06-05
Namespace cleanup: _assert is in the application's namespace, and thus should
bjh21
2001-05-06
Employ __static_cast(); suggested by Dave Sainty in PR lib/11766.
kleink
2000-12-20
avoid multiple declarations.
christos
2000-12-19
C99: Print the name of the function enclosing the assertion, if possible.
kleink
2000-08-07
#ifdef __STDC__ -> #if __STDC__
kleink
1999-09-15
if _DIAGNOSTIC is defined, define _DIAGASSERT() to call __diagassert(),
lukem
1998-11-14
Define assert and _assert macros for lint when NDEBUG is present as nothing.
christos
1994-10-26
new RCS ID format.
cgd
1994-05-16
update all but ctype.h, dumprestore.h, time.h to 4.4-Lite versions.
cgd
1993-10-07
Use _ASSERT_H_ guard macro so that <sys/cdefs.h> is only included once and
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-06-16
Make assert macro ansi complient.
jtc
1993-03-21
initial import of 386bsd-0.1 sources
cgd