Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing #endif | Mattias Andrée | 2015-10-16 | 1 | -2/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | 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 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | 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 ↵ | Mattias Andrée | 2015-10-15 | 1 | -0/+119 |
| | | | | | | does not work for GNU's basename) Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + info: error reporting facilities from errno.h, string.h and stdio.h | Mattias Andrée | 2015-10-13 | 1 | -0/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | simplified feature-test macros | Mattias Andrée | 2015-10-12 | 1 | -35/+33 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | string.h may include strings.h | Mattias Andrée | 2015-10-10 | 1 | -0/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseends | Mattias Andrée | 2015-10-10 | 1 | -0/+56 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m doc | Mattias Andrée | 2015-10-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | misc | Mattias Andrée | 2015-09-02 | 1 | -3/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add memcasecmp and wmemcasecmp | Mattias Andrée | 2015-09-02 | 1 | -0/+17 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix some warnings and errors | Mattias Andrée | 2015-09-02 | 1 | -2/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | stpbrk => strpbrk | Mattias Andrée | 2015-09-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2015-09-02 | 1 | -4/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2015-09-02 | 1 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | start on makefile and fixing warnings and errors | Mattias Andrée | 2015-09-01 | 1 | -25/+35 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add memfrob | Mattias Andrée | 2015-09-01 | 1 | -1/+13 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add strfry | Mattias Andrée | 2015-09-01 | 1 | -0/+13 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add basename and dirname | Mattias Andrée | 2015-09-01 | 1 | -0/+19 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add strtok functions | Mattias Andrée | 2015-09-01 | 1 | -0/+59 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add strspn functions | Mattias Andrée | 2015-09-01 | 1 | -0/+40 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add strstr functions | Mattias Andrée | 2015-09-01 | 1 | -0/+125 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add strchr and variants | Mattias Andrée | 2015-09-01 | 1 | -2/+102 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add string/array comparision functions | Mattias Andrée | 2015-09-01 | 1 | -0/+44 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix strdup functions | Mattias Andrée | 2015-08-31 | 1 | -8/+7 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add _LIBRARY_HEADER | Mattias Andrée | 2015-08-31 | 1 | -10/+8 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix dupa macros | Mattias Andrée | 2015-08-31 | 1 | -8/+11 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add memory copying functions | Mattias Andrée | 2015-08-31 | 1 | -3/+561 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add strlen and wcslen | Mattias Andrée | 2015-08-31 | 1 | -2/+31 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | strerror_l is always MT-Safe | Mattias Andrée | 2015-08-31 | 1 | -2/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2015-08-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | do not define strerror_r if _SLIBC_SOURCE is used | Mattias Andrée | 2015-08-31 | 1 | -1/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2015-08-30 | 1 | -0/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add strerror and variants | Mattias Andrée | 2015-08-30 | 1 | -0/+119 |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |