Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a few errors | Mattias Andrée | 2015-12-27 | 1 | -1/+1 |
* | tell in doc in which version things were introduced | Mattias Andrée | 2015-11-25 | 1 | -0/+138 |
* | m doc | Mattias Andrée | 2015-11-17 | 1 | -0/+2 |
* | add strset | Mattias Andrée | 2015-11-17 | 1 | -0/+13 |
* | m + typo + split (almost all) string/*.c | Mattias Andrée | 2015-11-17 | 1 | -1/+1 |
* | improve attributes | Mattias Andrée | 2015-10-17 | 1 | -55/+55 |
* | add missing #endif | Mattias Andrée | 2015-10-16 | 1 | -2/+3 |
* | 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/+40 |
* | solve the const-correct problem for functions, in string.h, such as strchr (requires C11 and this thus only applied if compiling with C11, and does... | Mattias Andrée | 2015-10-15 | 1 | -0/+119 |
* | m + info: error reporting facilities from errno.h, string.h and stdio.h | Mattias Andrée | 2015-10-13 | 1 | -0/+4 |
* | simplified feature-test macros | Mattias Andrée | 2015-10-12 | 1 | -35/+33 |
* | string.h may include strings.h | Mattias Andrée | 2015-10-10 | 1 | -0/+5 |
* | 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 |
* | misc | Mattias Andrée | 2015-09-02 | 1 | -3/+1 |
* | add memcasecmp and wmemcasecmp | Mattias Andrée | 2015-09-02 | 1 | -0/+17 |
* | fix some warnings and errors | Mattias Andrée | 2015-09-02 | 1 | -2/+1 |
* | stpbrk => strpbrk | Mattias Andrée | 2015-09-02 | 1 | -1/+1 |
* | m | Mattias Andrée | 2015-09-02 | 1 | -4/+1 |
* | typo | Mattias Andrée | 2015-09-02 | 1 | -3/+3 |
* | start on makefile and fixing warnings and errors | Mattias Andrée | 2015-09-01 | 1 | -25/+35 |
* | add memfrob | Mattias Andrée | 2015-09-01 | 1 | -1/+13 |
* | add strfry | Mattias Andrée | 2015-09-01 | 1 | -0/+13 |
* | add basename and dirname | Mattias Andrée | 2015-09-01 | 1 | -0/+19 |
* | add strtok functions | Mattias Andrée | 2015-09-01 | 1 | -0/+59 |
* | add strspn functions | Mattias Andrée | 2015-09-01 | 1 | -0/+40 |
* | add strstr functions | Mattias Andrée | 2015-09-01 | 1 | -0/+125 |
* | add strchr and variants | Mattias Andrée | 2015-09-01 | 1 | -2/+102 |
* | add string/array comparision functions | Mattias Andrée | 2015-09-01 | 1 | -0/+44 |
* | fix strdup functions | Mattias Andrée | 2015-08-31 | 1 | -8/+7 |
* | add _LIBRARY_HEADER | Mattias Andrée | 2015-08-31 | 1 | -10/+8 |
* | fix dupa macros | Mattias Andrée | 2015-08-31 | 1 | -8/+11 |
* | add memory copying functions | Mattias Andrée | 2015-08-31 | 1 | -3/+561 |
* | add strlen and wcslen | Mattias Andrée | 2015-08-31 | 1 | -2/+31 |
* | strerror_l is always MT-Safe | Mattias Andrée | 2015-08-31 | 1 | -2/+0 |
* | typo | Mattias Andrée | 2015-08-31 | 1 | -2/+2 |
* | do not define strerror_r if _SLIBC_SOURCE is used | Mattias Andrée | 2015-08-31 | 1 | -1/+3 |
* | m | Mattias Andrée | 2015-08-30 | 1 | -0/+3 |
* | add strerror and variants | Mattias Andrée | 2015-08-30 | 1 | -0/+119 |