aboutsummaryrefslogtreecommitdiff
path: root/include/stddef.h
Commit message (Collapse)AuthorAgeFilesLines
* Corrected spelling mistakes in comments and stringsVincent Lefevre2014-04-071-1/+1
|
* Declare wint_t in <stddef.h> when neededMichael Matz2014-04-071-0/+15
| | | | | Some old glibcs <wctype.h> require <stddef.h> to provide wint_t, accomodate them.
* win32: _mingw.h: do not undef NULLgrischka2013-01-241-1/+1
| | | | | | | | | Not wise if stddef.h was already included. This is related to commit 3aa26a794e24a298493a2bc9d70fbd9aebf6437a Instead hack stddef.h to have identical definition and thus avoid the issue mentionned there.
* win64: defined size_t and ptrdiff_t to unsigned long longgrischka2010-01-141-6/+14
|
* drop alloca #definegrischka2009-05-161-8/+2
| | | | | | | (Because GNU's alloca.h unconditionally #undef's alloca) Also, remove gcc specific sections in headers. and instead change tests such that gcc does not use them.
* new subdirs: include, lib, testsgrischka2009-04-181-0/+26