aboutsummaryrefslogtreecommitdiffstats
path: root/include/string.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* strfry: fix random int range boundary, document that srand should have been called, support huge strings, and use uniform randomMattias Andrée2016-03-261-0/+3
* bump yearMattias Andrée2016-01-011-1/+1
* fix a few errorsMattias Andrée2015-12-271-1/+1
* tell in doc in which version things were introducedMattias Andrée2015-11-251-0/+138
* m docMattias Andrée2015-11-171-0/+2
* add strsetMattias Andrée2015-11-171-0/+13
* m + typo + split (almost all) string/*.cMattias Andrée2015-11-171-1/+1
* improve attributesMattias Andrée2015-10-171-55/+55
* add missing #endifMattias Andrée2015-10-161-2/+3
* better solution to returning const if input is const, only requires C99 (actually: C99-capable version of GCC) and GCC, or C11Mattias Andrée2015-10-151-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ée2015-10-151-0/+119
* m + info: error reporting facilities from errno.h, string.h and stdio.hMattias Andrée2015-10-131-0/+4
* simplified feature-test macrosMattias Andrée2015-10-121-35/+33
* string.h may include strings.hMattias Andrée2015-10-101-0/+5
* add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée2015-10-101-0/+56
* m docMattias Andrée2015-10-101-2/+2
* miscMattias Andrée2015-09-021-3/+1
* add memcasecmp and wmemcasecmpMattias Andrée2015-09-021-0/+17
* fix some warnings and errorsMattias Andrée2015-09-021-2/+1
* stpbrk => strpbrkMattias Andrée2015-09-021-1/+1
* mMattias Andrée2015-09-021-4/+1
* typoMattias Andrée2015-09-021-3/+3
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-25/+35
* add memfrobMattias Andrée2015-09-011-1/+13
* add strfryMattias Andrée2015-09-011-0/+13
* add basename and dirnameMattias Andrée2015-09-011-0/+19
* add strtok functionsMattias Andrée2015-09-011-0/+59
* add strspn functionsMattias Andrée2015-09-011-0/+40
* add strstr functionsMattias Andrée2015-09-011-0/+125
* add strchr and variantsMattias Andrée2015-09-011-2/+102
* add string/array comparision functionsMattias Andrée2015-09-011-0/+44
* fix strdup functionsMattias Andrée2015-08-311-8/+7
* add _LIBRARY_HEADERMattias Andrée2015-08-311-10/+8
* fix dupa macrosMattias Andrée2015-08-311-8/+11
* add memory copying functionsMattias Andrée2015-08-311-3/+561
* add strlen and wcslenMattias Andrée2015-08-311-2/+31
* strerror_l is always MT-SafeMattias Andrée2015-08-311-2/+0
* typoMattias Andrée2015-08-311-2/+2
* do not define strerror_r if _SLIBC_SOURCE is usedMattias Andrée2015-08-311-1/+3
* mMattias Andrée2015-08-301-0/+3
* add strerror and variantsMattias Andrée2015-08-301-0/+119