aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* info: more on allocaMattias Andrée2015-10-171-0/+19
* typoMattias Andrée2015-10-171-2/+3
* add asprintfa and aswprintfaMattias Andrée2015-10-171-1/+84
* info: allocaMattias Andrée2015-10-171-1/+65
* info indexMattias Andrée2015-10-171-5/+70
* info: sections for the memory allocation chapterMattias Andrée2015-10-171-0/+53
* m infoMattias Andrée2015-10-171-1/+1
* info: styloMattias Andrée2015-10-171-7/+7
* info: brief introduction to memory managementMattias Andrée2015-10-172-0/+171
* improve attributesMattias Andrée2015-10-1719-297/+342
* fix errorsMattias Andrée2015-10-1724-156/+241
* m fixesMattias Andrée2015-10-162-9/+10
* mMattias Andrée2015-10-161-7/+6
* 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