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