| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-09-01 | add strfry | Mattias Andrée | 1 | -0/+13 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add basename and dirname | Mattias Andrée | 2 | -0/+80 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add strtok functions | Mattias Andrée | 2 | -0/+104 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add strspn functions | Mattias Andrée | 2 | -0/+80 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add strstr functions | Mattias Andrée | 2 | -0/+259 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add strchr and variants | Mattias Andrée | 2 | -2/+204 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add index and rindex | Mattias Andrée | 1 | -0/+19 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add string/array comparision functions | Mattias Andrée | 3 | -1/+151 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | fix strdup functions | Mattias Andrée | 1 | -8/+7 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | add _LIBRARY_HEADER | Mattias Andrée | 24 | -58/+53 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | m | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | fix dupa macros | Mattias Andrée | 2 | -20/+26 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | add bcopy | Mattias Andrée | 1 | -1/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | add memory copying functions | Mattias Andrée | 2 | -6/+1135 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | add strlen and wcslen | Mattias Andrée | 2 | -2/+95 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | strerror_l is always MT-Safe | Mattias Andrée | 1 | -2/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | typo | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | do not define strerror_r if _SLIBC_SOURCE is used | Mattias Andrée | 1 | -1/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | wint_t and wchar_t are not portable, additionally they are not guaranteed to be defined as expected and thus should not be used | Mattias Andrée | 2 | -12/+19 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | wchar_t and wint_t not safe for marshalling | Mattias Andrée | 1 | -0/+10 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | update todo: character class determination | Mattias Andrée | 1 | -0/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | add ctype.h: add ASCII character type testers, that do not take locale | Mattias Andrée | 1 | -0/+269 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | null considered harmful considered harmful | Mattias Andrée | 1 | -0/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | add prototypes for brk and sbrk | Mattias Andrée | 1 | -0/+105 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | add empty obstack.h, as a remainer to implement it later | Mattias Andrée | 1 | -0/+34 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | add todos about adding mallopt and mallinfo | Mattias Andrée | 1 | -0/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | add malloc_usable_size | Mattias Andrée | 1 | -0/+15 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | add memory.h | Mattias Andrée | 1 | -0/+19 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | malloc: add overflow checks and add aligned alloc-functions | Mattias Andrée | 1 | -2/+127 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | move memory allocation functions to malloc.h | Mattias Andrée | 2 | -89/+122 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | add memory allocation functions | Mattias Andrée | 3 | -4/+189 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | add crealloc | Mattias Andrée | 1 | -0/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | whitespace | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | add __warning and __slibc_warning macros | Mattias Andrée | 1 | -4/+16 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | add __SLIBC_ONLY macro | Mattias Andrée | 1 | -0/+10 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | add slibc-alloc.h | Mattias Andrée | 1 | -0/+78 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | add bzero and explicit_bzero | Mattias Andrée | 2 | -0/+69 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | m | Mattias Andrée | 1 | -0/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | add strerror and variants | Mattias Andrée | 1 | -0/+119 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro names | Mattias Andrée | 5 | -18/+15 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | add slibc-error.h | Mattias Andrée | 1 | -0/+233 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | typo | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | add error.h | Mattias Andrée | 1 | -0/+151 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-29 | m err.h | Mattias Andrée | 1 | -8/+20 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-29 | add _PORTABLE_SOURCE | Mattias Andrée | 4 | -0/+8 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-29 | add err.h + add _SLIBC_SUPPRESS_WARNINGS | Mattias Andrée | 2 | -0/+121 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-29 | whitespace | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-29 | add program_invocation_name and program_invocation_short_name | Mattias Andrée | 1 | -0/+34 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
