Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add slibc-human.h and implement escape and unescape | Mattias Andrée | 2015-11-14 | 1 | -0/+226 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add todos | Mattias Andrée | 2015-11-13 | 1 | -0/+24 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-11-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add todos | Mattias Andrée | 2015-11-13 | 1 | -0/+8 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add cleanname | Mattias Andrée | 2015-11-13 | 1 | -0/+21 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | doc | Mattias Andrée | 2015-10-31 | 5 | -0/+126 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-10-18 | 1 | -2/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-10-18 | 1 | -4/+4 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | doc typo | Mattias Andrée | 2015-10-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | doc | Mattias Andrée | 2015-10-18 | 1 | -18/+23 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-10-18 | 1 | -2/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | beginning of implementation of falloc | Mattias Andrée | 2015-10-18 | 1 | -2/+79 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m doc | Mattias Andrée | 2015-10-18 | 1 | -2/+6 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add rememalign: realloc with configurable alignment | Mattias Andrée | 2015-10-18 | 1 | -4/+52 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | derp | Mattias Andrée | 2015-10-18 | 1 | -3/+3 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | the pointer returned by malloc is aligned | Mattias Andrée | 2015-10-18 | 2 | -2/+6 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-10-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-10-18 | 1 | -8/+4 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | feature-test macros | Mattias Andrée | 2015-10-18 | 1 | -3/+9 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | malloc.h should be included via stdlib.h | Mattias Andrée | 2015-10-18 | 1 | -0/+4 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-10-17 | 1 | -2/+3 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add asprintfa and aswprintfa | Mattias Andrée | 2015-10-17 | 1 | -1/+84 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | improve attributes | Mattias Andrée | 2015-10-17 | 18 | -296/+341 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | fix errors | Mattias Andrée | 2015-10-17 | 5 | -5/+26 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m fixes | Mattias Andrée | 2015-10-16 | 1 | -4/+5 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | the compiler determines how wchar is implement + intconf.h contains the signess of char | Mattias Andrée | 2015-10-16 | 2 | -3/+29 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | update todo | Mattias Andrée | 2015-10-16 | 1 | -0/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | some integer types are pointer-like types that are limited to long | Mattias Andrée | 2015-10-16 | 1 | -6/+23 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | do not assume that size(void*) == size(long) | Mattias Andrée | 2015-10-16 | 2 | -4/+23 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m offsetof doc | Mattias Andrée | 2015-10-16 | 1 | -1/+4 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | fix realloc + add extalloc and naive_extalloc | Mattias Andrée | 2015-10-16 | 1 | -0/+62 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add custom_realloc | Mattias Andrée | 2015-10-16 | 1 | -0/+25 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-10-16 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-10-16 | 1 | -3/+3 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | limitations on allocsize | Mattias Andrée | 2015-10-16 | 1 | -0/+5 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | C89 == C90 == ANSI C == Standard C | Mattias Andrée | 2015-10-16 | 1 | -0/+17 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-10-16 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | add missing #endif | Mattias Andrée | 2015-10-16 | 1 | -2/+3 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | index and rindex return with const-quailifier if input has const | Mattias Andrée | 2015-10-15 | 1 | -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 C11 | Mattias Andrée | 2015-10-15 | 3 | -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ée | 2015-10-15 | 1 | -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ée | 2015-10-15 | 1 | -0/+119 | |
| | | | | | | does not work for GNU's basename) Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | semiportable integers were added in c99 | Mattias Andrée | 2015-10-14 | 1 | -95/+98 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-10-13 | 2 | -2/+2 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | whitespace | Mattias Andrée | 2015-10-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-10-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | typo | Mattias Andrée | 2015-10-13 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | error.h requires _gnu_source | Mattias Andrée | 2015-10-13 | 1 | -6/+6 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-10-13 | 2 | -6/+6 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
* | m | Mattias Andrée | 2015-10-13 | 1 | -4/+1 | |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> |