| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-11-18 | typo | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-17 | m doc | Mattias Andrée | 1 | -0/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-17 | m + split wchar/*.c | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-17 | add wcsset | Mattias Andrée | 1 | -0/+13 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-17 | improve attributes | Mattias Andrée | 1 | -53/+53 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-16 | the compiler determines how wchar is implement + intconf.h contains the signess of char | Mattias Andrée | 1 | -1/+11 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-15 | better solution to returning const if input is const, only requires C99 (actually: C99-capable version of GCC) and GCC, or C11 | Mattias Andrée | 1 | -101/+41 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-15 | 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ée | 1 | -0/+120 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-12 | simplified feature-test macros | Mattias Andrée | 1 | -29/+27 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-10 | add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseends | Mattias Andrée | 1 | -0/+56 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-10 | m doc | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-02 | add memcasecmp and wmemcasecmp | Mattias Andrée | 1 | -0/+17 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-02 | add WEOF to wchar.h | Mattias Andrée | 1 | -0/+8 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-02 | m misc wchar | Mattias Andrée | 1 | -9/+8 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-02 | m | Mattias Andrée | 1 | -3/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-02 | typo | Mattias Andrée | 1 | -5/+5 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | start on makefile and fixing warnings and errors | Mattias Andrée | 1 | -29/+38 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add strtok functions | Mattias Andrée | 1 | -0/+45 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add strspn functions | Mattias Andrée | 1 | -0/+40 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add strstr functions | Mattias Andrée | 1 | -0/+134 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add strchr and variants | Mattias Andrée | 1 | -0/+102 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add string/array comparision functions | Mattias Andrée | 1 | -0/+72 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | add _LIBRARY_HEADER | Mattias Andrée | 1 | -11/+9 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | fix dupa macros | Mattias Andrée | 1 | -12/+15 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | add memory copying functions | Mattias Andrée | 1 | -3/+574 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-31 | add strlen and wcslen | Mattias Andrée | 1 | -15/+22 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | add bzero and explicit_bzero | Mattias Andrée | 1 | -16/+20 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-30 | remove parameter names from header files to avoid potential errors on inclusion caused by conflictig macro names | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-29 | add _PORTABLE_SOURCE | Mattias Andrée | 1 | -0/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-29 | add alloca.h | Mattias Andrée | 1 | -18/+17 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-29 | add __C11__, __C99__, __C90__, and __noreturn | Mattias Andrée | 1 | -2/+5 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-29 | add stdalign.h | Mattias Andrée | 1 | -6/+19 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-29 | add stdnoreturn.h | Mattias Andrée | 1 | -3/+13 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-29 | add assert.h | Mattias Andrée | 1 | -0/+26 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
