Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tell in doc in which version things were introduced | Mattias Andrée | 2015-11-25 | 1 | -0/+128 |
* | typo | Mattias Andrée | 2015-11-18 | 1 | -2/+2 |
* | m doc | Mattias Andrée | 2015-11-17 | 1 | -0/+2 |
* | m + split wchar/*.c | Mattias Andrée | 2015-11-17 | 1 | -1/+1 |
* | add wcsset | Mattias Andrée | 2015-11-17 | 1 | -0/+13 |
* | improve attributes | Mattias Andrée | 2015-10-17 | 1 | -53/+53 |
* | the compiler determines how wchar is implement + intconf.h contains the signess of char | Mattias Andrée | 2015-10-16 | 1 | -1/+11 |
* | 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 | 2015-10-15 | 1 | -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ée | 2015-10-15 | 1 | -0/+120 |
* | simplified feature-test macros | Mattias Andrée | 2015-10-12 | 1 | -29/+27 |
* | add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseends | Mattias Andrée | 2015-10-10 | 1 | -0/+56 |
* | m doc | Mattias Andrée | 2015-10-10 | 1 | -2/+2 |
* | add memcasecmp and wmemcasecmp | Mattias Andrée | 2015-09-02 | 1 | -0/+17 |
* | add WEOF to wchar.h | Mattias Andrée | 2015-09-02 | 1 | -0/+8 |
* | m misc wchar | Mattias Andrée | 2015-09-02 | 1 | -9/+8 |
* | m | Mattias Andrée | 2015-09-02 | 1 | -3/+0 |
* | typo | Mattias Andrée | 2015-09-02 | 1 | -5/+5 |
* | start on makefile and fixing warnings and errors | Mattias Andrée | 2015-09-01 | 1 | -29/+38 |
* | add strtok functions | Mattias Andrée | 2015-09-01 | 1 | -0/+45 |
* | add strspn functions | Mattias Andrée | 2015-09-01 | 1 | -0/+40 |
* | add strstr functions | Mattias Andrée | 2015-09-01 | 1 | -0/+134 |
* | add strchr and variants | Mattias Andrée | 2015-09-01 | 1 | -0/+102 |
* | add string/array comparision functions | Mattias Andrée | 2015-09-01 | 1 | -0/+72 |
* | add _LIBRARY_HEADER | Mattias Andrée | 2015-08-31 | 1 | -11/+9 |
* | fix dupa macros | Mattias Andrée | 2015-08-31 | 1 | -12/+15 |
* | add memory copying functions | Mattias Andrée | 2015-08-31 | 1 | -3/+574 |
* | add strlen and wcslen | Mattias Andrée | 2015-08-31 | 1 | -0/+64 |