index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
stddef.h
Age
Commit message (
Expand
)
Author
2017-01-06
Add max_align_t.
Mark Kettenis
2016-09-09
Move the 10 (!) defintions of NULL to their own mini header file and
Todd C. Miller
2011-07-03
As pointed out by Richard Guenther our definition
Jonathan Gray
2011-04-06
Define NULL as a void * instead of a long integer, as required by Single Unix.
Miod Vallat
2009-09-22
Use __builtin_offsetof for offsetof definition on gcc >= 4
Jonathan Gray
2006-01-06
Adapt things to use __type_t instead of _BSD_TYPE_T_
Todd C. Miller
2005-05-11
major abi changes:
Marc Espie
2005-04-14
introduce some wchar functions (from citrus and an itojun@ diff)
Marc Espie
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-10-25
NULL is now 0L so it is the same size as a pointer.
Todd C. Miller
1999-11-27
In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly.
Marc Espie
1999-06-11
Define NULL to be __null for C++: better quality of implementation.
Marc Espie
1997-09-21
Well, as we are heading for a release people are encouraged to rebuild their
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt