aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar (follow)
Commit message (Expand)AuthorAgeFilesLines
* tell in doc in which version things were introducedMattias Andrée2015-11-2561-0/+122
* mMattias Andrée2015-11-202-2/+2
* add optimised variants of *casecmpMattias Andrée2015-11-201-0/+72
* docMattias Andrée2015-11-191-1/+1
* reorder new functionsMattias Andrée2015-11-181-85/+85
* add more string.h and wchar.h functionsMattias Andrée2015-11-181-0/+213
* add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpyMattias Andrée2015-11-181-0/+22
* typoMattias Andrée2015-11-182-2/+2
* fix errorsMattias Andrée2015-11-188-8/+8
* implement additional string.h and wchar.h functionsMattias Andrée2015-11-181-0/+336
* mMattias Andrée2015-11-181-2/+2
* m docMattias Andrée2015-11-171-0/+2
* m + split wchar/*.cMattias Andrée2015-11-1759-1067/+2018
* add wcssetMattias Andrée2015-11-171-0/+39
* improve performance on strstr and wcsstr if the needle is one character wideMattias Andrée2015-11-131-0/+2
* fix errorsMattias Andrée2015-10-175-35/+35
* fix strrchr bug, return the end of the string if c is 0Mattias Andrée2015-10-131-1/+1
* add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée2015-10-101-0/+84
* m docMattias Andrée2015-10-101-2/+2
* miscMattias Andrée2015-09-021-4/+8
* add memcasecmp and wmemcasecmpMattias Andrée2015-09-021-0/+24
* fix some warnings and errorsMattias Andrée2015-09-022-2/+2
* mMattias Andrée2015-09-021-1/+1
* m misc wcharMattias Andrée2015-09-023-4/+4
* typoMattias Andrée2015-09-021-5/+5
* fix more errorsMattias Andrée2015-09-022-5/+14
* fix some more errorsMattias Andrée2015-09-011-0/+1
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-0112-33/+29
* add strtok functionsMattias Andrée2015-09-011-0/+90
* add strspn functionsMattias Andrée2015-09-011-0/+81
* add strstr functionsMattias Andrée2015-09-012-6/+198
* wcswcs is deprecatedMattias Andrée2015-09-012-4/+4
* add strchr and variantsMattias Andrée2015-09-011-0/+151
* add string/array comparision functionsMattias Andrée2015-09-011-0/+125
* add memory copying functionsMattias Andrée2015-08-318-0/+815
* add strlen and wcslenMattias Andrée2015-08-311-0/+52