aboutsummaryrefslogtreecommitdiffstats
path: root/src/string (follow)
Commit message (Expand)AuthorAgeFilesLines
* add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée2015-10-101-0/+84
* m docMattias Andrée2015-10-101-2/+2
* mMattias Andrée2015-09-031-1/+0
* remove some todosMattias Andrée2015-09-034-4/+0
* miscMattias Andrée2015-09-021-2/+3
* add memcasecmp and wmemcasecmpMattias Andrée2015-09-021-0/+29
* fix some warnings and errorsMattias Andrée2015-09-021-1/+1
* mMattias Andrée2015-09-021-1/+1
* stpbrk => strpbrkMattias Andrée2015-09-021-1/+1
* typoMattias Andrée2015-09-021-5/+5
* fix more errorsMattias Andrée2015-09-024-8/+21
* fix more warningsMattias Andrée2015-09-012-1/+4
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-0115-33/+38
* add memfrobMattias Andrée2015-09-011-0/+39
* add strfryMattias Andrée2015-09-011-0/+46
* add strtok functionsMattias Andrée2015-09-011-0/+112
* add strspn functionsMattias Andrée2015-09-011-0/+96
* add strstr functionsMattias Andrée2015-09-013-6/+258
* add strchr and variantsMattias Andrée2015-09-011-0/+149
* add string/array comparision functionsMattias Andrée2015-09-011-0/+122
* fix strdup functionsMattias Andrée2015-08-311-3/+3
* typoMattias Andrée2015-08-311-1/+1
* add memory copying functionsMattias Andrée2015-08-318-0/+806
* add strlen and wcslenMattias Andrée2015-08-311-0/+53
* strerror_l is always MT-SafeMattias Andrée2015-08-311-2/+0
* m docMattias Andrée2015-08-311-2/+4
* add missing inclusions of stddef.h to define NULLMattias Andrée2015-08-301-0/+2
* add strerror and variantsMattias Andrée2015-08-301-0/+125