aboutsummaryrefslogtreecommitdiffstats
path: root/include/wchar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bump yearMattias Andrée2016-01-011-1/+1
* tell in doc in which version things were introducedMattias Andrée2015-11-251-0/+128
* typoMattias Andrée2015-11-181-2/+2
* m docMattias Andrée2015-11-171-0/+2
* m + split wchar/*.cMattias Andrée2015-11-171-1/+1
* add wcssetMattias Andrée2015-11-171-0/+13
* improve attributesMattias Andrée2015-10-171-53/+53
* the compiler determines how wchar is implement + intconf.h contains the signess of charMattias Andrée2015-10-161-1/+11
* better solution to returning const if input is const, only requires C99 (actually: C99-capable version of GCC) and GCC, or C11Mattias Andrée2015-10-151-101/+41
* solve the const-correct problem for functions, in wchar.h, such as wcschr (requires C11 and this thus only applied if compiling with C11)Mattias Andrée2015-10-151-0/+120
* 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