aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* the compiler determines how wchar is implement + intconf.h contains the signess of charMattias Andrée2015-10-164-3/+62
* 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
* heuristically determine int_fastN_tMattias Andrée2015-10-162-15/+112
* info: fnindexMattias Andrée2015-10-161-0/+2
* inf: (U)INT_LEAST/_FAST{N}_C does not exist, (U)INT{N}_C is usedMattias Andrée2015-10-161-4/+4
* do not assume that size(void*) == size(long)Mattias Andrée2015-10-164-4/+25
* whitespaceMattias Andrée2015-10-161-0/+1
* improve and fix bprintfMattias Andrée2015-10-161-12/+25
* mMattias Andrée2015-10-161-0/+9
* m offsetof docMattias Andrée2015-10-161-1/+4
* m infoMattias Andrée2015-10-161-21/+28
* mMattias Andrée2015-10-161-1/+1
* fix realloc + add extalloc and naive_extallocMattias Andrée2015-10-162-1/+130
* add custom_reallocMattias Andrée2015-10-162-0/+60
* typoMattias Andrée2015-10-162-2/+2
* typoMattias Andrée2015-10-162-6/+6
* limitations on allocsizeMattias Andrée2015-10-162-0/+10
* info. add section for specialised integer typesMattias Andrée2015-10-161-0/+7
* C89 == C90 == ANSI C == Standard CMattias Andrée2015-10-162-1/+26
* 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
* info: portable integer types that should not be used in headersMattias Andrée2015-10-141-0/+15
* m info indexMattias Andrée2015-10-141-0/+6
* info: semiportable integer typesMattias Andrée2015-10-141-1/+247
* semiportable integers were added in c99Mattias Andrée2015-10-141-95/+98
* info: limitsMattias Andrée2015-10-141-4/+38
* info: intrinsic integer typesMattias Andrée2015-10-142-0/+123
* mMattias Andrée2015-10-132-2/+2
* whitespaceMattias Andrée2015-10-131-1/+1
* info: slibc-error.hMattias Andrée2015-10-132-0/+269
* info styleMattias Andrée2015-10-131-6/+6
* m infoMattias Andrée2015-10-131-1/+2
* info styleMattias Andrée2015-10-135-22/+22
* m infoMattias Andrée2015-10-131-1/+1
* m infoMattias Andrée2015-10-131-5/+5
* info: error.hMattias Andrée2015-10-131-1/+126
* 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
* info: err.hMattias Andrée2015-10-131-0/+82
* mMattias Andrée2015-10-132-6/+6
* mMattias Andrée2015-10-131-4/+1
* typoMattias Andrée2015-10-131-1/+1
* info: customary prefixes for perrorMattias Andrée2015-10-131-0/+11
* m feature-test macro checkingMattias Andrée2015-10-131-2/+2