aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/gpl.texinfo (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-10-11mMattias Andrée1-1/+0
2015-10-11m + m docMattias Andrée3-9/+12
2015-10-11fix inclusionsMattias Andrée2-2/+2
2015-10-11add fexec functionsMattias Andrée1-0/+91
2015-10-11mMattias Andrée2-3/+191
2015-10-11add execat functionsMattias Andrée2-4/+818
2015-10-11fix m errorMattias Andrée1-1/+1
2015-10-11typoMattias Andrée1-4/+4
2015-10-11execvpe: simplify and fix errorsMattias Andrée1-37/+16
2015-10-11m doc: exec will use . and default PATH if PATH is not setMattias Andrée2-8/+24
2015-10-11add exec functionsMattias Andrée2-0/+562
2015-10-10string.h may include strings.hMattias Andrée1-0/+5
2015-10-10add SCN* and PRI* constantsMattias Andrée1-0/+1025
2015-10-10inttypes.h defines wchar_tMattias Andrée1-0/+1
2015-10-10inttypes.h includes stdint.hMattias Andrée1-0/+3
2015-10-10add abs, labs, llabs, and imaxabsMattias Andrée4-0/+165
2015-10-10m todoMattias Andrée1-1/+5
2015-10-10mMattias Andrée3-32/+40