aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-18mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-18typoMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-18doc typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-18docMattias Andrée1-18/+23
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-18mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-18beginning of implementation of fallocMattias Andrée1-2/+79
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-18m docMattias Andrée1-2/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-18add rememalign: realloc with configurable alignmentMattias Andrée1-4/+52
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-18derpMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-18the pointer returned by malloc is alignedMattias Andrée2-2/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-18mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-18mMattias Andrée1-8/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-18feature-test macrosMattias Andrée1-3/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-18malloc.h should be included via stdlib.hMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-17typoMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-17add asprintfa and aswprintfaMattias Andrée1-1/+84
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-17improve attributesMattias Andrée18-296/+341
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-17fix errorsMattias Andrée5-5/+26
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16m fixesMattias Andrée1-4/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16the compiler determines how wchar is implement + intconf.h contains the signess of charMattias Andrée2-3/+29
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16update todoMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16some integer types are pointer-like types that are limited to longMattias Andrée1-6/+23
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16do not assume that size(void*) == size(long)Mattias Andrée2-4/+23
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16m offsetof docMattias Andrée1-1/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16fix realloc + add extalloc and naive_extallocMattias Andrée1-0/+62
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16add custom_reallocMattias Andrée1-0/+25
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16typoMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16limitations on allocsizeMattias Andrée1-0/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16C89 == C90 == ANSI C == Standard CMattias Andrée1-0/+17
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16add missing #endifMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-15index and rindex return with const-quailifier if input has constMattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-15better solution to returning const if input is const, only requires C99 (actually: C99-capable version of GCC) and GCC, or C11Mattias Andrée3-202/+135
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-15solve 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ée1-0/+120
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-15solve the const-correct problem for functions, in string.h, such as strchr (requires C11 and this thus only applied if compiling with C11, and ↵Mattias Andrée1-0/+119
does not work for GNU's basename) Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-14semiportable integers were added in c99Mattias Andrée1-95/+98
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13mMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13whitespaceMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13error.h requires _gnu_sourceMattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13mMattias Andrée2-6/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13mMattias Andrée1-4/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13m feature-test macro checkingMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13m + info: error reporting facilities from errno.h, string.h and stdio.hMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13CPP directive __func__ requires C99Mattias Andrée1-7/+14
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13m docMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>