Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add memcasecmp and wmemcasecmp | Mattias Andrée | 2015-09-02 | 2 | -0/+53 | |
* | fix some warnings and errors | Mattias Andrée | 2015-09-02 | 3 | -3/+3 | |
* | m | Mattias Andrée | 2015-09-02 | 2 | -2/+2 | |
* | add div functions | Mattias Andrée | 2015-09-02 | 2 | -0/+106 | |
* | m misc wchar | Mattias Andrée | 2015-09-02 | 3 | -4/+4 | |
* | stpbrk => strpbrk | Mattias Andrée | 2015-09-02 | 1 | -1/+1 | |
* | add ffs functions | Mattias Andrée | 2015-09-02 | 1 | -0/+55 | |
* | typo | Mattias Andrée | 2015-09-02 | 2 | -10/+10 | |
* | assert shall flush all streams | Mattias Andrée | 2015-09-02 | 1 | -0/+1 | |
* | fix more errors | Mattias Andrée | 2015-09-02 | 6 | -13/+35 | |
* | fix more warnings | Mattias Andrée | 2015-09-01 | 3 | -1/+7 | |
* | fix some more errors | Mattias Andrée | 2015-09-01 | 3 | -2/+7 | |
* | start on makefile and fixing warnings and errors | Mattias Andrée | 2015-09-01 | 29 | -67/+119 | |
* | add memfrob | Mattias Andrée | 2015-09-01 | 1 | -0/+39 | |
* | add strfry | Mattias Andrée | 2015-09-01 | 1 | -0/+46 | |
* | add basename and dirname | Mattias Andrée | 2015-09-01 | 1 | -0/+102 | |
* | add strtok functions | Mattias Andrée | 2015-09-01 | 2 | -0/+202 | |
* | add strspn functions | Mattias Andrée | 2015-09-01 | 2 | -0/+177 | |
* | add strstr functions | Mattias Andrée | 2015-09-01 | 5 | -12/+456 | |
* | wcswcs is deprecated | Mattias Andrée | 2015-09-01 | 2 | -4/+4 | |
* | add strchr and variants | Mattias Andrée | 2015-09-01 | 2 | -0/+300 | |
* | add index and rindex | Mattias Andrée | 2015-09-01 | 1 | -0/+43 | |
* | add string/array comparision functions | Mattias Andrée | 2015-09-01 | 3 | -0/+276 | |
* | fix strdup functions | Mattias Andrée | 2015-08-31 | 1 | -3/+3 | |
* | typo | Mattias Andrée | 2015-08-31 | 1 | -1/+1 | |
* | add bcopy | Mattias Andrée | 2015-08-31 | 1 | -0/+34 | |
* | add memory copying functions | Mattias Andrée | 2015-08-31 | 16 | -0/+1621 | |
* | add strlen and wcslen | Mattias Andrée | 2015-08-31 | 2 | -0/+105 | |
* | strerror_l is always MT-Safe | Mattias Andrée | 2015-08-31 | 1 | -2/+0 | |
* | m doc | Mattias Andrée | 2015-08-31 | 1 | -2/+4 | |
* | add ctype.h: add ASCII character type testers, that do not take locale | Mattias Andrée | 2015-08-31 | 1 | -0/+268 | |
* | add malloc_usable_size | Mattias Andrée | 2015-08-30 | 1 | -0/+15 | |
* | malloc: add overflow checks and add aligned alloc-functions | Mattias Andrée | 2015-08-30 | 2 | -10/+186 | |
* | move memory allocation functions to malloc.h | Mattias Andrée | 2015-08-30 | 1 | -0/+0 | |
* | add memory allocation functions | Mattias Andrée | 2015-08-30 | 2 | -6/+277 | |
* | add missing inclusions of stddef.h to define NULL | Mattias Andrée | 2015-08-30 | 3 | -0/+4 | |
* | add slibc-alloc.h | Mattias Andrée | 2015-08-30 | 1 | -0/+50 | |
* | add bzero and explicit_bzero | Mattias Andrée | 2015-08-30 | 1 | -0/+55 | |
* | add strerror and variants | Mattias Andrée | 2015-08-30 | 1 | -0/+125 | |
* | m fix slibc-error | Mattias Andrée | 2015-08-30 | 1 | -3/+4 | |
* | add slibc-error.h | Mattias Andrée | 2015-08-30 | 1 | -0/+76 | |
* | m | Mattias Andrée | 2015-08-30 | 1 | -1/+1 | |
* | add error.h | Mattias Andrée | 2015-08-30 | 1 | -0/+188 | |
* | m err.h | Mattias Andrée | 2015-08-29 | 1 | -0/+16 | |
* | add err.h + add _SLIBC_SUPPRESS_WARNINGS | Mattias Andrée | 2015-08-29 | 1 | -0/+142 | |
* | add __C11__, __C99__, __C90__, and __noreturn | Mattias Andrée | 2015-08-29 | 1 | -2/+1 | |
* | add assert.h | Mattias Andrée | 2015-08-29 | 1 | -0/+58 |