Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo | Mattias Andrée | 2015-10-11 | 1 | -4/+4 |
* | execvpe: simplify and fix errors | Mattias Andrée | 2015-10-11 | 1 | -37/+16 |
* | m doc: exec will use . and default PATH if PATH is not set | Mattias Andrée | 2015-10-11 | 1 | -4/+12 |
* | add exec functions | Mattias Andrée | 2015-10-11 | 1 | -0/+376 |
* | add abs, labs, llabs, and imaxabs | Mattias Andrée | 2015-10-10 | 2 | -0/+108 |
* | m | Mattias Andrée | 2015-10-10 | 2 | -16/+20 |
* | add atof | Mattias Andrée | 2015-10-10 | 1 | -0/+38 |
* | add atoi, atol, atoll, and atoq | Mattias Andrée | 2015-10-10 | 1 | -0/+116 |
* | add abspath and relpath | Mattias Andrée | 2015-10-10 | 2 | -0/+204 |
* | add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseends | Mattias Andrée | 2015-10-10 | 2 | -0/+168 |
* | m doc | Mattias Andrée | 2015-10-10 | 2 | -4/+4 |
* | m slibc_perror | Mattias Andrée | 2015-10-07 | 1 | -2/+2 |
* | add _l functions in ctype.h | Mattias Andrée | 2015-09-03 | 1 | -3/+29 |
* | m | Mattias Andrée | 2015-09-03 | 2 | -2/+1 |
* | remove some todos | Mattias Andrée | 2015-09-03 | 5 | -5/+0 |
* | add printf functions, not fully implemented | Mattias Andrée | 2015-09-03 | 2 | -0/+1405 |
* | misc | Mattias Andrée | 2015-09-02 | 6 | -10/+20 |
* | 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 |