Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add index and rindex | Mattias Andrée | 2015-09-01 | 2 | -0/+62 |
* | add string/array comparision functions | Mattias Andrée | 2015-09-01 | 7 | -2/+427 |
* | fix strdup functions | Mattias Andrée | 2015-08-31 | 2 | -11/+10 |
* | add _LIBRARY_HEADER | Mattias Andrée | 2015-08-31 | 25 | -60/+64 |
* | m | Mattias Andrée | 2015-08-31 | 2 | -2/+2 |
* | update todo | Mattias Andrée | 2015-08-31 | 1 | -0/+20 |
* | typo | Mattias Andrée | 2015-08-31 | 1 | -1/+1 |
* | fix dupa macros | Mattias Andrée | 2015-08-31 | 2 | -20/+26 |
* | add bcopy | Mattias Andrée | 2015-08-31 | 2 | -1/+46 |
* | add memory copying functions | Mattias Andrée | 2015-08-31 | 18 | -6/+2756 |
* | add strlen and wcslen | Mattias Andrée | 2015-08-31 | 4 | -2/+200 |
* | strerror_l is always MT-Safe | Mattias Andrée | 2015-08-31 | 2 | -4/+0 |
* | m doc | Mattias Andrée | 2015-08-31 | 1 | -2/+4 |
* | typo | Mattias Andrée | 2015-08-31 | 1 | -2/+2 |
* | do not define strerror_r if _SLIBC_SOURCE is used | Mattias Andrée | 2015-08-31 | 1 | -1/+3 |
* | 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 | 2015-08-31 | 2 | -12/+19 |
* | wchar_t and wint_t not safe for marshalling | Mattias Andrée | 2015-08-31 | 1 | -0/+10 |
* | typo | Mattias Andrée | 2015-08-31 | 1 | -1/+1 |
* | update todo: character class determination | Mattias Andrée | 2015-08-31 | 2 | -0/+5 |
* | add ctype.h: add ASCII character type testers, that do not take locale | Mattias Andrée | 2015-08-31 | 2 | -0/+537 |
* | update todo: paging locking | Mattias Andrée | 2015-08-30 | 1 | -0/+2 |
* | null considered harmful considered harmful | Mattias Andrée | 2015-08-30 | 1 | -0/+12 |
* | add prototypes for brk and sbrk | Mattias Andrée | 2015-08-30 | 1 | -0/+105 |
* | add empty obstack.h, as a remainer to implement it later | Mattias Andrée | 2015-08-30 | 1 | -0/+34 |
* | add todos about adding mallopt and mallinfo | Mattias Andrée | 2015-08-30 | 1 | -0/+2 |
* | add malloc_usable_size | Mattias Andrée | 2015-08-30 | 2 | -0/+30 |
* | add memory.h | Mattias Andrée | 2015-08-30 | 1 | -0/+19 |
* | malloc: add overflow checks and add aligned alloc-functions | Mattias Andrée | 2015-08-30 | 3 | -12/+313 |
* | m | Mattias Andrée | 2015-08-30 | 1 | -1/+1 |
* | move memory allocation functions to malloc.h | Mattias Andrée | 2015-08-30 | 3 | -89/+122 |
* | readme: on extensions | Mattias Andrée | 2015-08-30 | 1 | -1/+12 |
* | add memory allocation functions | Mattias Andrée | 2015-08-30 | 5 | -10/+466 |
* | add crealloc | Mattias Andrée | 2015-08-30 | 1 | -0/+12 |
* | add missing inclusions of stddef.h to define NULL | Mattias Andrée | 2015-08-30 | 3 | -0/+4 |
* | whitespace | Mattias Andrée | 2015-08-30 | 1 | -4/+4 |
* | add __warning and __slibc_warning macros | Mattias Andrée | 2015-08-30 | 1 | -4/+16 |
* | add __SLIBC_ONLY macro | Mattias Andrée | 2015-08-30 | 1 | -0/+10 |
* | add slibc-alloc.h | Mattias Andrée | 2015-08-30 | 2 | -0/+128 |
* | add bzero and explicit_bzero | Mattias Andrée | 2015-08-30 | 4 | -0/+125 |
* | m | Mattias Andrée | 2015-08-30 | 1 | -0/+3 |
* | add strerror and variants | Mattias Andrée | 2015-08-30 | 2 | -0/+244 |
* | m fix slibc-error | Mattias Andrée | 2015-08-30 | 1 | -3/+4 |
* | remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro names | Mattias Andrée | 2015-08-30 | 5 | -18/+15 |
* | add slibc-error.h | Mattias Andrée | 2015-08-30 | 2 | -0/+309 |
* | m | Mattias Andrée | 2015-08-30 | 1 | -1/+1 |
* | typo | Mattias Andrée | 2015-08-30 | 2 | -2/+2 |
* | add error.h | Mattias Andrée | 2015-08-30 | 2 | -0/+339 |
* | m err.h | Mattias Andrée | 2015-08-29 | 2 | -8/+36 |
* | add _PORTABLE_SOURCE | Mattias Andrée | 2015-08-29 | 5 | -0/+17 |
* | add err.h + add _SLIBC_SUPPRESS_WARNINGS | Mattias Andrée | 2015-08-29 | 3 | -0/+263 |