aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* mMattias Andrée2015-11-141-2/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2015-11-141-0/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add slibc-human.h and implement escape and unescapeMattias Andrée2015-11-141-0/+226
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add todosMattias Andrée2015-11-131-0/+24
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-11-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add todosMattias Andrée2015-11-131-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add cleannameMattias Andrée2015-11-131-0/+21
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2015-10-315-0/+126
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-181-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-10-181-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* doc typoMattias Andrée2015-10-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2015-10-181-18/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-181-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of implementation of fallocMattias Andrée2015-10-181-2/+79
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2015-10-181-2/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add rememalign: realloc with configurable alignmentMattias Andrée2015-10-181-4/+52
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2015-10-181-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* the pointer returned by malloc is alignedMattias Andrée2015-10-182-2/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-181-8/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* feature-test macrosMattias Andrée2015-10-181-3/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* malloc.h should be included via stdlib.hMattias Andrée2015-10-181-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-10-171-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add asprintfa and aswprintfaMattias Andrée2015-10-171-1/+84
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve attributesMattias Andrée2015-10-1718-296/+341
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix errorsMattias Andrée2015-10-175-5/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m fixesMattias Andrée2015-10-161-4/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* the compiler determines how wchar is implement + intconf.h contains the signess of charMattias Andrée2015-10-162-3/+29
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2015-10-161-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* some integer types are pointer-like types that are limited to longMattias Andrée2015-10-161-6/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* do not assume that size(void*) == size(long)Mattias Andrée2015-10-162-4/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m offsetof docMattias Andrée2015-10-161-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix realloc + add extalloc and naive_extallocMattias Andrée2015-10-161-0/+62
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add custom_reallocMattias Andrée2015-10-161-0/+25
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-10-161-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-10-161-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* limitations on allocsizeMattias Andrée2015-10-161-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* C89 == C90 == ANSI C == Standard CMattias Andrée2015-10-161-0/+17
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-10-161-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add missing #endifMattias Andrée2015-10-161-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* index and rindex return with const-quailifier if input has constMattias Andrée2015-10-151-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* 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
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* 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
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* 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 ↵Mattias Andrée2015-10-151-0/+119
| | | | | | does not work for GNU's basename) Signed-off-by: Mattias Andrée <maandree@operamail.com>
* semiportable integers were added in c99Mattias Andrée2015-10-141-95/+98
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-10-132-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias 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>
* 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>