aboutsummaryrefslogtreecommitdiffstats
path: root/src/string (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-10add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée1-0/+84
2015-10-10m docMattias Andrée1-2/+2
2015-09-03mMattias Andrée1-1/+0
2015-09-03remove some todosMattias Andrée4-4/+0
2015-09-02miscMattias Andrée1-2/+3
2015-09-02add memcasecmp and wmemcasecmpMattias Andrée1-0/+29
2015-09-02fix some warnings and errorsMattias Andrée1-1/+1
2015-09-02mMattias Andrée1-1/+1
2015-09-02stpbrk => strpbrkMattias Andrée1-1/+1
2015-09-02typoMattias Andrée1-5/+5
2015-09-02fix more errorsMattias Andrée4-8/+21
2015-09-01fix more warningsMattias Andrée2-1/+4
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée15-33/+38
2015-09-01add memfrobMattias Andrée1-0/+39
2015-09-01add strfryMattias Andrée1-0/+46
2015-09-01add strtok functionsMattias Andrée1-0/+112
2015-09-01add strspn functionsMattias Andrée1-0/+96
2015-09-01add strstr functionsMattias Andrée3-6/+258
2015-09-01add strchr and variantsMattias Andrée1-0/+149
2015-09-01add string/array comparision functionsMattias Andrée1-0/+122
2015-08-31fix strdup functionsMattias Andrée1-3/+3
2015-08-31typoMattias Andrée1-1/+1
2015-08-31add memory copying functionsMattias Andrée8-0/+806
2015-08-31add strlen and wcslenMattias Andrée1-0/+53
2015-08-31strerror_l is always MT-SafeMattias Andrée1-2/+0
2015-08-31m docMattias Andrée1-2/+4
2015-08-30add missing inclusions of stddef.h to define NULLMattias Andrée1-0/+2
2015-08-30add strerror and variantsMattias Andrée1-0/+125