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