aboutsummaryrefslogtreecommitdiffstats
path: root/include/wchar.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-18typoMattias Andrée1-2/+2
2015-11-17m docMattias Andrée1-0/+2
2015-11-17m + split wchar/*.cMattias Andrée1-1/+1
2015-11-17add wcssetMattias Andrée1-0/+13
2015-10-17improve attributesMattias Andrée1-53/+53
2015-10-16the compiler determines how wchar is implement + intconf.h contains the signess of charMattias Andrée1-1/+11
2015-10-15better solution to returning const if input is const, only requires C99 (actually: C99-capable version of GCC) and GCC, or C11Mattias Andrée1-101/+41
2015-10-15solve 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ée1-0/+120
2015-10-12simplified feature-test macrosMattias Andrée1-29/+27
2015-10-10add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée1-0/+56
2015-10-10m docMattias Andrée1-2/+2
2015-09-02add memcasecmp and wmemcasecmpMattias Andrée1-0/+17
2015-09-02add WEOF to wchar.hMattias Andrée1-0/+8
2015-09-02m misc wcharMattias Andrée1-9/+8
2015-09-02mMattias Andrée1-3/+0
2015-09-02typoMattias Andrée1-5/+5
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-29/+38
2015-09-01add strtok functionsMattias Andrée1-0/+45
2015-09-01add strspn functionsMattias Andrée1-0/+40
2015-09-01add strstr functionsMattias Andrée1-0/+134
2015-09-01add strchr and variantsMattias Andrée1-0/+102
2015-09-01add string/array comparision functionsMattias Andrée1-0/+72
2015-08-31add _LIBRARY_HEADERMattias Andrée1-11/+9
2015-08-31fix dupa macrosMattias Andrée1-12/+15
2015-08-31add memory copying functionsMattias Andrée1-3/+574
2015-08-31add strlen and wcslenMattias Andrée1-15/+22
2015-08-30add bzero and explicit_bzeroMattias Andrée1-16/+20
2015-08-30remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro namesMattias Andrée1-1/+1
2015-08-29add _PORTABLE_SOURCEMattias Andrée1-0/+2
2015-08-29add alloca.hMattias Andrée1-18/+17
2015-08-29add __C11__, __C99__, __C90__, and __noreturnMattias Andrée1-2/+5
2015-08-29add stdalign.hMattias Andrée1-6/+19
2015-08-29add stdnoreturn.hMattias Andrée1-3/+13
2015-08-29add assert.hMattias Andrée1-0/+26