aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-13error.h requires _gnu_sourceMattias Andrée1-6/+6
2015-10-13info: err.hMattias Andrée1-0/+82
2015-10-13mMattias Andrée2-6/+6
2015-10-13mMattias Andrée1-4/+1
2015-10-13typoMattias Andrée1-1/+1
2015-10-13info: customary prefixes for perrorMattias Andrée1-0/+11
2015-10-13m feature-test macro checkingMattias Andrée1-2/+2
2015-10-13m + info: error reporting facilities from errno.h, string.h and stdio.hMattias Andrée2-2/+261
2015-10-13typoMattias Andrée1-1/+1
2015-10-13info: errnoMattias Andrée2-0/+55
2015-10-13m infoMattias Andrée1-7/+11
2015-10-13fix strrchr bug, return the end of the string if c is 0Mattias Andrée2-2/+2
2015-10-13info: assertionsMattias Andrée1-0/+109
2015-10-13CPP directive __func__ requires C99Mattias Andrée2-15/+23
2015-10-13info typoMattias Andrée1-1/+1
2015-10-13m infoMattias Andrée1-1/+1
2015-10-13m docMattias Andrée1-2/+2
2015-10-13__noreturn shall be at the beginning of the prototypesMattias Andrée4-13/+13
2015-10-13static_assert is only defined if C11 is usedMattias Andrée1-1/+3
2015-10-13inclusion guard for assert.h do not guard definitions that depend on NDEBUG being unsetMattias Andrée1-12/+15
2015-10-13info: variadic functionsMattias Andrée1-4/+98
2015-10-13fix use of va_copyMattias Andrée3-0/+3
2015-10-13c revision warnings for stdarg.hMattias Andrée1-0/+8
2015-10-13info: member offsetsMattias Andrée1-0/+37
2015-10-13add todo about undefined behaviour of offsetofMattias Andrée1-0/+2
2015-10-13info: stdalign.hMattias Andrée1-0/+29
2015-10-13info: non-returning functionsMattias Andrée1-0/+41
2015-10-13m docMattias Andrée1-4/+10
2015-10-13warning if stdalign or stdnoreturn are included without C11Mattias Andrée2-0/+8
2015-10-13guard 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ée1-2/+1
2015-10-13info: booleansMattias Andrée1-3/+46
2015-10-13stdbool.h requires c99Mattias Andrée1-0/+3
2015-10-13info: iso646Mattias Andrée2-0/+80
2015-10-13info: hfindexMattias Andrée1-0/+9
2015-10-12feature-test macrosMattias Andrée5-131/+521
2015-10-12some feature-test macrosMattias Andrée2-1/+158
2015-10-12info: some feature-test macrosMattias Andrée1-1/+62
2015-10-12_PORTABLE_SOURCES does not disable POSIX extensionsMattias Andrée1-6/+6
2015-10-12mMattias Andrée1-3/+3
2015-10-12reserved namesMattias Andrée1-1/+142
2015-10-12info: update copyingMattias Andrée2-4/+5
2015-10-12info: add appendix Free Software Needs Free DocumentationMattias Andrée2-0/+33
2015-10-12info: introMattias Andrée2-5/+45
2015-10-12derpMattias Andrée1-6/+6
2015-10-12beginning of info manualMattias Andrée6-1/+1713
2015-10-12m docMattias Andrée2-12/+12
2015-10-12simplified feature-test macrosMattias Andrée11-105/+131
2015-10-11add zallocMattias Andrée2-0/+50
2015-10-11beginning of scanf functionsMattias Andrée2-0/+1159
2015-10-11mMattias Andrée1-3/+3