aboutsummaryrefslogtreecommitdiffstats
path: root/include/string.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-01bump yearMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-27fix a few errorsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-11-25tell in doc in which version things were introducedMattias Andrée1-0/+138
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-17add strsetMattias Andrée1-0/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17m + typo + split (almost all) string/*.cMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-17improve attributesMattias Andrée1-55/+55
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-16add missing #endifMattias Andrée1-2/+3
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/+40
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-15solve 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ée1-0/+119
does not work for GNU's basename) Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13m + info: error reporting facilities from errno.h, string.h and stdio.hMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-12simplified feature-test macrosMattias Andrée1-35/+33
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-10string.h may include strings.hMattias Andrée1-0/+5
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-02miscMattias Andrée1-3/+1
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-02fix some warnings and errorsMattias Andrée1-2/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02stpbrk => strpbrkMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02mMattias Andrée1-4/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02typoMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-25/+35
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add memfrobMattias Andrée1-1/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add strfryMattias Andrée1-0/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add basename and dirnameMattias Andrée1-0/+19
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add strtok functionsMattias Andrée1-0/+59
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/+125
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add strchr and variantsMattias Andrée1-2/+102
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add string/array comparision functionsMattias Andrée1-0/+44
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31fix strdup functionsMattias Andrée1-8/+7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add _LIBRARY_HEADERMattias Andrée1-10/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31fix dupa macrosMattias Andrée1-8/+11
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add memory copying functionsMattias Andrée1-3/+561
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add strlen and wcslenMattias Andrée1-2/+31
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31strerror_l is always MT-SafeMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31typoMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31do not define strerror_r if _SLIBC_SOURCE is usedMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30mMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add strerror and variantsMattias Andrée1-0/+119
Signed-off-by: Mattias Andrée <maandree@operamail.com>