Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo | Mattias Andrée | 2015-09-02 | 2 | -8/+8 |
* | automate some parts of intconf | Mattias Andrée | 2015-09-02 | 1 | -47/+0 |
* | add incorrection headers that redirect with a warning | Mattias Andrée | 2015-09-02 | 6 | -0/+120 |
* | fix more errors | Mattias Andrée | 2015-09-02 | 3 | -22/+36 |
* | fix some more errors | Mattias Andrée | 2015-09-01 | 2 | -12/+12 |
* | start on makefile and fixing warnings and errors | Mattias Andrée | 2015-09-01 | 10 | -96/+132 |
* | add memfrob | Mattias Andrée | 2015-09-01 | 1 | -1/+13 |
* | add strfry | Mattias Andrée | 2015-09-01 | 1 | -0/+13 |
* | add basename and dirname | Mattias Andrée | 2015-09-01 | 2 | -0/+80 |
* | add strtok functions | Mattias Andrée | 2015-09-01 | 2 | -0/+104 |
* | add strspn functions | Mattias Andrée | 2015-09-01 | 2 | -0/+80 |
* | add strstr functions | Mattias Andrée | 2015-09-01 | 2 | -0/+259 |
* | add strchr and variants | Mattias Andrée | 2015-09-01 | 2 | -2/+204 |
* | add index and rindex | Mattias Andrée | 2015-09-01 | 1 | -0/+19 |
* | add string/array comparision functions | Mattias Andrée | 2015-09-01 | 3 | -1/+151 |
* | fix strdup functions | Mattias Andrée | 2015-08-31 | 1 | -8/+7 |
* | add _LIBRARY_HEADER | Mattias Andrée | 2015-08-31 | 24 | -58/+53 |
* | m | Mattias Andrée | 2015-08-31 | 2 | -2/+2 |
* | fix dupa macros | Mattias Andrée | 2015-08-31 | 2 | -20/+26 |
* | add bcopy | Mattias Andrée | 2015-08-31 | 1 | -1/+12 |
* | add memory copying functions | Mattias Andrée | 2015-08-31 | 2 | -6/+1135 |
* | add strlen and wcslen | Mattias Andrée | 2015-08-31 | 2 | -2/+95 |
* | strerror_l is always MT-Safe | Mattias Andrée | 2015-08-31 | 1 | -2/+0 |
* | 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 | 1 | -0/+4 |
* | add ctype.h: add ASCII character type testers, that do not take locale | Mattias Andrée | 2015-08-31 | 1 | -0/+269 |
* | 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 | 1 | -0/+15 |
* | 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 | 1 | -2/+127 |
* | m | Mattias Andrée | 2015-08-30 | 1 | -1/+1 |
* | move memory allocation functions to malloc.h | Mattias Andrée | 2015-08-30 | 2 | -89/+122 |
* | add memory allocation functions | Mattias Andrée | 2015-08-30 | 3 | -4/+189 |
* | add crealloc | Mattias Andrée | 2015-08-30 | 1 | -0/+12 |
* | 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 | 1 | -0/+78 |
* | add bzero and explicit_bzero | Mattias Andrée | 2015-08-30 | 2 | -0/+69 |
* | m | Mattias Andrée | 2015-08-30 | 1 | -0/+3 |
* | add strerror and variants | Mattias Andrée | 2015-08-30 | 1 | -0/+119 |
* | 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 | 1 | -0/+233 |