aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* typoMattias Andrée2015-10-171-2/+3
* add asprintfa and aswprintfaMattias Andrée2015-10-171-1/+84
* improve attributesMattias Andrée2015-10-1718-296/+341
* fix errorsMattias Andrée2015-10-175-5/+26
* m fixesMattias Andrée2015-10-161-4/+5
* the compiler determines how wchar is implement + intconf.h contains the signess of charMattias Andrée2015-10-162-3/+29
* update todoMattias Andrée2015-10-161-0/+1
* some integer types are pointer-like types that are limited to longMattias Andrée2015-10-161-6/+23
* do not assume that size(void*) == size(long)Mattias Andrée2015-10-162-4/+23
* m offsetof docMattias Andrée2015-10-161-1/+4
* fix realloc + add extalloc and naive_extallocMattias Andrée2015-10-161-0/+62
* add custom_reallocMattias Andrée2015-10-161-0/+25
* typoMattias Andrée2015-10-161-1/+1
* typoMattias Andrée2015-10-161-3/+3
* limitations on allocsizeMattias Andrée2015-10-161-0/+5
* C89 == C90 == ANSI C == Standard CMattias Andrée2015-10-161-0/+17
* typoMattias Andrée2015-10-161-1/+1
* add missing #endifMattias Andrée2015-10-161-2/+3
* index and rindex return with const-quailifier if input has constMattias Andrée2015-10-151-0/+6
* better solution to returning const if input is const, only requires C99 (actually: C99-capable version of GCC) and GCC, or C11Mattias Andrée2015-10-153-202/+135
* solve the const-correct problem for functions, in wchar.h, such as wcschr (requires C11 and this thus only applied if compiling with C11)Mattias Andrée2015-10-151-0/+120
* solve the const-correct problem for functions, in string.h, such as strchr (requires C11 and this thus only applied if compiling with C11, and does...Mattias Andrée2015-10-151-0/+119
* semiportable integers were added in c99Mattias Andrée2015-10-141-95/+98
* mMattias Andrée2015-10-132-2/+2
* whitespaceMattias Andrée2015-10-131-1/+1
* 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