aboutsummaryrefslogtreecommitdiffstats
path: root/include/string.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-26strfry: fix random int range boundary, document that srand should have been called, support huge strings, and use uniform randomMattias Andrée1-0/+3
2016-01-01bump yearMattias Andrée1-1/+1
2015-12-27fix a few errorsMattias Andrée1-1/+1
2015-11-25tell in doc in which version things were introducedMattias Andrée1-0/+138
2015-11-17m docMattias Andrée1-0/+2
2015-11-17add strsetMattias Andrée1-0/+13
2015-11-17m + typo + split (almost all) string/*.cMattias Andrée1-1/+1
2015-10-17improve attributesMattias Andrée1-55/+55
2015-10-16add missing #endifMattias Andrée1-2/+3
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
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 does...Mattias Andrée1-0/+119
2015-10-13m + info: error reporting facilities from errno.h, string.h and stdio.hMattias Andrée1-0/+4
2015-10-12simplified feature-test macrosMattias Andrée1-35/+33
2015-10-10string.h may include strings.hMattias Andrée1-0/+5
2015-10-10add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée1-0/+56
2015-10-10m docMattias Andrée1-2/+2
2015-09-02miscMattias Andrée1-3/+1
2015-09-02add memcasecmp and wmemcasecmpMattias Andrée1-0/+17
2015-09-02fix some warnings and errorsMattias Andrée1-2/+1
2015-09-02stpbrk => strpbrkMattias Andrée1-1/+1
2015-09-02mMattias Andrée1-4/+1
2015-09-02typoMattias Andrée1-3/+3
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-25/+35
2015-09-01add memfrobMattias Andrée1-1/+13
2015-09-01add strfryMattias Andrée1-0/+13
2015-09-01add basename and dirnameMattias Andrée1-0/+19
2015-09-01add strtok functionsMattias Andrée1-0/+59
2015-09-01add strspn functionsMattias Andrée1-0/+40
2015-09-01add strstr functionsMattias Andrée1-0/+125
2015-09-01add strchr and variantsMattias Andrée1-2/+102
2015-09-01add string/array comparision functionsMattias Andrée1-0/+44
2015-08-31fix strdup functionsMattias Andrée1-8/+7
2015-08-31add _LIBRARY_HEADERMattias Andrée1-10/+8
2015-08-31fix dupa macrosMattias Andrée1-8/+11
2015-08-31add memory copying functionsMattias Andrée1-3/+561
2015-08-31add strlen and wcslenMattias Andrée1-2/+31
2015-08-31strerror_l is always MT-SafeMattias Andrée1-2/+0
2015-08-31typoMattias Andrée1-2/+2
2015-08-31do not define strerror_r if _SLIBC_SOURCE is usedMattias Andrée1-1/+3
2015-08-30mMattias Andrée1-0/+3
2015-08-30add strerror and variantsMattias Andrée1-0/+119