aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* typoMattias Andrée2015-10-131-1/+1
* typoMattias Andrée2015-10-131-1/+1
* error.h requires _gnu_sourceMattias Andrée2015-10-131-6/+6
* mMattias Andrée2015-10-132-6/+6
* mMattias Andrée2015-10-131-4/+1
* typoMattias Andrée2015-10-131-1/+1
* m feature-test macro checkingMattias Andrée2015-10-131-2/+2
* m + info: error reporting facilities from errno.h, string.h and stdio.hMattias Andrée2015-10-131-0/+4
* typoMattias Andrée2015-10-131-1/+1
* CPP directive __func__ requires C99Mattias Andrée2015-10-131-7/+14
* m docMattias Andrée2015-10-131-2/+2
* __noreturn shall be at the beginning of the prototypesMattias Andrée2015-10-134-13/+13
* static_assert is only defined if C11 is usedMattias Andrée2015-10-131-1/+3
* inclusion guard for assert.h do not guard definitions that depend on NDEBUG being unsetMattias Andrée2015-10-131-12/+15
* c revision warnings for stdarg.hMattias Andrée2015-10-131-0/+8
* add todo about undefined behaviour of offsetofMattias Andrée2015-10-131-0/+2
* m docMattias Andrée2015-10-131-4/+10
* warning if stdalign or stdnoreturn are included without C11Mattias Andrée2015-10-132-0/+8
* guard stdbool.h with __bool_true_false_are_defined rather than _STDBOOL_H to let the macros to be undefined, and then redefined by including stdboo...Mattias Andrée2015-10-131-2/+1
* stdbool.h requires c99Mattias Andrée2015-10-131-0/+3
* feature-test macrosMattias Andrée2015-10-124-131/+467
* some feature-test macrosMattias Andrée2015-10-121-1/+62
* _PORTABLE_SOURCES does not disable POSIX extensionsMattias Andrée2015-10-121-6/+6
* m docMattias Andrée2015-10-121-6/+6
* simplified feature-test macrosMattias Andrée2015-10-1211-105/+131
* add zallocMattias Andrée2015-10-111-0/+25
* beginning of scanf functionsMattias Andrée2015-10-111-0/+518
* m + m docMattias Andrée2015-10-112-5/+10
* add fexec functionsMattias Andrée2015-10-111-0/+91
* add execat functionsMattias Andrée2015-10-111-4/+311
* m doc: exec will use . and default PATH if PATH is not setMattias Andrée2015-10-111-4/+12
* add exec functionsMattias Andrée2015-10-111-0/+186
* string.h may include strings.hMattias Andrée2015-10-101-0/+5
* add SCN* and PRI* constantsMattias Andrée2015-10-101-0/+1025
* inttypes.h defines wchar_tMattias Andrée2015-10-101-0/+1
* inttypes.h includes stdint.hMattias Andrée2015-10-101-0/+3
* add abs, labs, llabs, and imaxabsMattias Andrée2015-10-102-0/+57
* mMattias Andrée2015-10-101-16/+20
* add atofMattias Andrée2015-10-101-0/+15
* add atoi, atol, atoll, and atoqMattias Andrée2015-10-101-0/+57
* add abspath and relpathMattias Andrée2015-10-101-0/+40
* add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée2015-10-102-0/+112
* m docMattias Andrée2015-10-102-4/+4
* on some systems, va_start and va_end contains { and }, respetively, therefore, if _PORTABLE_SOURCE or _LIBRARY_HEADER is defined, they should here tooMattias Andrée2015-10-081-2/+10
* m slibc_perrorMattias Andrée2015-10-071-1/+1
* add _l functions in ctype.hMattias Andrée2015-09-031-5/+218
* add some integer typesMattias Andrée2015-09-032-5/+117
* add printf functions, not fully implementedMattias Andrée2015-09-033-19/+1084
* miscMattias Andrée2015-09-0210-8/+112
* add memcasecmp and wmemcasecmpMattias Andrée2015-09-022-0/+34