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