aboutsummaryrefslogtreecommitdiffstats
path: root/include/string.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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