aboutsummaryrefslogtreecommitdiffstats
path: root/include/wchar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* simplified feature-test macrosMattias Andrée2015-10-121-29/+27
* add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée2015-10-101-0/+56
* m docMattias Andrée2015-10-101-2/+2
* add memcasecmp and wmemcasecmpMattias Andrée2015-09-021-0/+17
* add WEOF to wchar.hMattias Andrée2015-09-021-0/+8
* m misc wcharMattias Andrée2015-09-021-9/+8
* mMattias Andrée2015-09-021-3/+0
* typoMattias Andrée2015-09-021-5/+5
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-29/+38
* add strtok functionsMattias Andrée2015-09-011-0/+45
* add strspn functionsMattias Andrée2015-09-011-0/+40
* add strstr functionsMattias Andrée2015-09-011-0/+134
* add strchr and variantsMattias Andrée2015-09-011-0/+102
* add string/array comparision functionsMattias Andrée2015-09-011-0/+72
* add _LIBRARY_HEADERMattias Andrée2015-08-311-11/+9
* fix dupa macrosMattias Andrée2015-08-311-12/+15
* add memory copying functionsMattias Andrée2015-08-311-3/+574
* add strlen and wcslenMattias Andrée2015-08-311-0/+64