Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump year | Mattias Andrée | 2016-01-01 | 62 | -62/+62 |
* | tell in doc in which version things were introduced | Mattias Andrée | 2015-11-25 | 61 | -0/+122 |
* | m | Mattias Andrée | 2015-11-20 | 2 | -2/+2 |
* | add optimised variants of *casecmp | Mattias Andrée | 2015-11-20 | 1 | -0/+72 |
* | doc | Mattias Andrée | 2015-11-19 | 1 | -1/+1 |
* | reorder new functions | Mattias Andrée | 2015-11-18 | 1 | -85/+85 |
* | add more string.h and wchar.h functions | Mattias Andrée | 2015-11-18 | 1 | -0/+213 |
* | add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpy | Mattias Andrée | 2015-11-18 | 1 | -0/+22 |
* | typo | Mattias Andrée | 2015-11-18 | 2 | -2/+2 |
* | fix errors | Mattias Andrée | 2015-11-18 | 8 | -8/+8 |
* | implement additional string.h and wchar.h functions | Mattias Andrée | 2015-11-18 | 1 | -0/+336 |
* | m | Mattias Andrée | 2015-11-18 | 1 | -2/+2 |
* | m doc | Mattias Andrée | 2015-11-17 | 1 | -0/+2 |
* | m + split wchar/*.c | Mattias Andrée | 2015-11-17 | 59 | -1067/+2018 |
* | add wcsset | Mattias Andrée | 2015-11-17 | 1 | -0/+39 |
* | 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 |