| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2015-11-13 | improve performance on strstr and wcsstr if the needle is one character wide | Mattias Andrée | 1 | -0/+2 |
| 2015-10-17 | fix errors | Mattias Andrée | 5 | -35/+35 |
| 2015-10-13 | fix strrchr bug, return the end of the string if c is 0 | Mattias Andrée | 1 | -1/+1 |
| 2015-10-10 | add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseends | Mattias Andrée | 1 | -0/+84 |
| 2015-10-10 | m doc | Mattias Andrée | 1 | -2/+2 |
| 2015-09-02 | misc | Mattias Andrée | 1 | -4/+8 |
| 2015-09-02 | add memcasecmp and wmemcasecmp | Mattias Andrée | 1 | -0/+24 |
| 2015-09-02 | fix some warnings and errors | Mattias Andrée | 2 | -2/+2 |
| 2015-09-02 | m | Mattias Andrée | 1 | -1/+1 |
| 2015-09-02 | m misc wchar | Mattias Andrée | 3 | -4/+4 |
| 2015-09-02 | typo | Mattias Andrée | 1 | -5/+5 |
| 2015-09-02 | fix more errors | Mattias Andrée | 2 | -5/+14 |
| 2015-09-01 | fix some more errors | Mattias Andrée | 1 | -0/+1 |
| 2015-09-01 | start on makefile and fixing warnings and errors | Mattias Andrée | 12 | -33/+29 |
| 2015-09-01 | add strtok functions | Mattias Andrée | 1 | -0/+90 |
| 2015-09-01 | add strspn functions | Mattias Andrée | 1 | -0/+81 |
| 2015-09-01 | add strstr functions | Mattias Andrée | 2 | -6/+198 |
| 2015-09-01 | wcswcs is deprecated | Mattias Andrée | 2 | -4/+4 |
| 2015-09-01 | add strchr and variants | Mattias Andrée | 1 | -0/+151 |
| 2015-09-01 | add string/array comparision functions | Mattias Andrée | 1 | -0/+125 |
| 2015-08-31 | add memory copying functions | Mattias Andrée | 8 | -0/+815 |
| 2015-08-31 | add strlen and wcslen | Mattias Andrée | 1 | -0/+52 |
