aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-13improve performance on strstr and wcsstr if the needle is one character wideMattias Andrée1-0/+2
2015-10-17fix errorsMattias Andrée5-35/+35
2015-10-13fix strrchr bug, return the end of the string if c is 0Mattias Andrée1-1/+1
2015-10-10add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée1-0/+84
2015-10-10m docMattias Andrée1-2/+2
2015-09-02miscMattias Andrée1-4/+8
2015-09-02add memcasecmp and wmemcasecmpMattias Andrée1-0/+24
2015-09-02fix some warnings and errorsMattias Andrée2-2/+2
2015-09-02mMattias Andrée1-1/+1
2015-09-02m misc wcharMattias Andrée3-4/+4
2015-09-02typoMattias Andrée1-5/+5
2015-09-02fix more errorsMattias Andrée2-5/+14
2015-09-01fix some more errorsMattias Andrée1-0/+1
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée12-33/+29
2015-09-01add strtok functionsMattias Andrée1-0/+90
2015-09-01add strspn functionsMattias Andrée1-0/+81
2015-09-01add strstr functionsMattias Andrée2-6/+198
2015-09-01wcswcs is deprecatedMattias Andrée2-4/+4
2015-09-01add strchr and variantsMattias Andrée1-0/+151
2015-09-01add string/array comparision functionsMattias Andrée1-0/+125
2015-08-31add memory copying functionsMattias Andrée8-0/+815
2015-08-31add strlen and wcslenMattias Andrée1-0/+52