Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m | Mattias Andrée | 2015-09-02 | 1 | -4/+1 |
* | typo | Mattias Andrée | 2015-09-02 | 1 | -3/+3 |
* | start on makefile and fixing warnings and errors | Mattias Andrée | 2015-09-01 | 1 | -25/+35 |
* | 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 | 1 | -0/+19 |
* | add strtok functions | Mattias Andrée | 2015-09-01 | 1 | -0/+59 |
* | add strspn functions | Mattias Andrée | 2015-09-01 | 1 | -0/+40 |
* | add strstr functions | Mattias Andrée | 2015-09-01 | 1 | -0/+125 |
* | add strchr and variants | Mattias Andrée | 2015-09-01 | 1 | -2/+102 |
* | add string/array comparision functions | Mattias Andrée | 2015-09-01 | 1 | -0/+44 |
* | fix strdup functions | Mattias Andrée | 2015-08-31 | 1 | -8/+7 |
* | add _LIBRARY_HEADER | Mattias Andrée | 2015-08-31 | 1 | -10/+8 |
* | fix dupa macros | Mattias Andrée | 2015-08-31 | 1 | -8/+11 |
* | add memory copying functions | Mattias Andrée | 2015-08-31 | 1 | -3/+561 |
* | add strlen and wcslen | Mattias Andrée | 2015-08-31 | 1 | -2/+31 |
* | 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 |
* | m | Mattias Andrée | 2015-08-30 | 1 | -0/+3 |
* | add strerror and variants | Mattias Andrée | 2015-08-30 | 1 | -0/+119 |