aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix strrchr bug, return the end of the string if c is 0Mattias Andrée2015-10-132-2/+2
* info: assertionsMattias Andrée2015-10-131-0/+109
* CPP directive __func__ requires C99Mattias Andrée2015-10-132-15/+23
* info typoMattias Andrée2015-10-131-1/+1
* m infoMattias Andrée2015-10-131-1/+1
* 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
* info: variadic functionsMattias Andrée2015-10-131-4/+98
* fix use of va_copyMattias Andrée2015-10-133-0/+3
* c revision warnings for stdarg.hMattias Andrée2015-10-131-0/+8
* info: member offsetsMattias Andrée2015-10-131-0/+37
* add todo about undefined behaviour of offsetofMattias Andrée2015-10-131-0/+2
* info: stdalign.hMattias Andrée2015-10-131-0/+29
* info: non-returning functionsMattias Andrée2015-10-131-0/+41
* 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
* info: booleansMattias Andrée2015-10-131-3/+46
* stdbool.h requires c99Mattias Andrée2015-10-131-0/+3
* info: iso646Mattias Andrée2015-10-132-0/+80
* info: hfindexMattias Andrée2015-10-131-0/+9
* feature-test macrosMattias Andrée2015-10-125-131/+521
* some feature-test macrosMattias Andrée2015-10-122-1/+158
* info: some feature-test macrosMattias Andrée2015-10-121-1/+62
* _PORTABLE_SOURCES does not disable POSIX extensionsMattias Andrée2015-10-121-6/+6
* mMattias Andrée2015-10-121-3/+3
* reserved namesMattias Andrée2015-10-121-1/+142
* info: update copyingMattias Andrée2015-10-122-4/+5
* info: add appendix Free Software Needs Free DocumentationMattias Andrée2015-10-122-0/+33
* info: introMattias Andrée2015-10-122-5/+45
* derpMattias Andrée2015-10-121-6/+6
* beginning of info manualMattias Andrée2015-10-126-1/+1713
* m docMattias Andrée2015-10-122-12/+12
* simplified feature-test macrosMattias Andrée2015-10-1211-105/+131
* add zallocMattias Andrée2015-10-112-0/+50
* beginning of scanf functionsMattias Andrée2015-10-112-0/+1159
* mMattias Andrée2015-10-111-3/+3
* mMattias Andrée2015-10-111-1/+0
* m + m docMattias Andrée2015-10-113-9/+12
* fix inclusionsMattias Andrée2015-10-112-2/+2
* add fexec functionsMattias Andrée2015-10-111-0/+91
* mMattias Andrée2015-10-112-3/+191
* add execat functionsMattias Andrée2015-10-112-4/+818
* fix m errorMattias Andrée2015-10-111-1/+1
* typoMattias Andrée2015-10-111-4/+4
* execvpe: simplify and fix errorsMattias Andrée2015-10-111-37/+16
* m doc: exec will use . and default PATH if PATH is not setMattias Andrée2015-10-112-8/+24
* add exec functionsMattias Andrée2015-10-112-0/+562