| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use int for ssize_t, (u)intptr_t instead of long in stddef.h | Matthias Gatto | 2017-07-25 | 1 | -1/+8 |
| | | |||||
| * | remove inside_generic hack | Matthias Gatto | 2017-07-24 | 1 | -0/+8 |
| | | | | | | define uint64_t and int64_t as 'long' instead of 'long long' when __LP64__ is define. | ||||
| * | include/stddef.h: define NULL only if undefined | seyko | 2015-10-25 | 1 | -0/+3 |
| | | |||||
| * | Corrected spelling mistakes in comments and strings | Vincent Lefevre | 2014-04-07 | 1 | -1/+1 |
| | | |||||
| * | Declare wint_t in <stddef.h> when needed | Michael Matz | 2014-04-07 | 1 | -0/+15 |
| | | | | | | Some old glibcs <wctype.h> require <stddef.h> to provide wint_t, accomodate them. | ||||
| * | win32: _mingw.h: do not undef NULL | grischka | 2013-01-24 | 1 | -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 long | grischka | 2010-01-14 | 1 | -6/+14 |
| | | |||||
| * | drop alloca #define | grischka | 2009-05-16 | 1 | -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, tests | grischka | 2009-04-18 | 1 | -0/+26 |
