Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add memfrob | Mattias Andrée | 2015-09-01 | 1 | -0/+39 |
* | add strfry | Mattias Andrée | 2015-09-01 | 1 | -0/+46 |
* | add strtok functions | Mattias Andrée | 2015-09-01 | 1 | -0/+112 |
* | add strspn functions | Mattias Andrée | 2015-09-01 | 1 | -0/+96 |
* | add strstr functions | Mattias Andrée | 2015-09-01 | 3 | -6/+258 |
* | add strchr and variants | Mattias Andrée | 2015-09-01 | 1 | -0/+149 |
* | add string/array comparision functions | Mattias Andrée | 2015-09-01 | 1 | -0/+122 |
* | fix strdup functions | Mattias Andrée | 2015-08-31 | 1 | -3/+3 |
* | typo | Mattias Andrée | 2015-08-31 | 1 | -1/+1 |
* | add memory copying functions | Mattias Andrée | 2015-08-31 | 8 | -0/+806 |
* | add strlen and wcslen | Mattias Andrée | 2015-08-31 | 1 | -0/+53 |
* | 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 missing inclusions of stddef.h to define NULL | Mattias Andrée | 2015-08-30 | 1 | -0/+2 |
* | add strerror and variants | Mattias Andrée | 2015-08-30 | 1 | -0/+125 |