aboutsummaryrefslogtreecommitdiffstats
path: root/src/string (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-19docMattias Andrée1-2/+32
2015-11-18doc some new functionsMattias Andrée1-4/+48
2015-11-18add more string.h and wchar.h functionsMattias Andrée1-0/+217
2015-11-18whitespaceMattias Andrée1-1/+0
2015-11-18add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpyMattias Andrée1-0/+22
2015-11-18typoMattias Andrée2-2/+2
2015-11-18fix errorsMattias Andrée8-8/+8
2015-11-18implement additional string.h and wchar.h functionsMattias Andrée1-0/+418
2015-11-18mMattias Andrée1-1/+1
2015-11-17split out string/strn/ from string/str/Mattias Andrée15-0/+0
2015-11-17m docMattias Andrée1-0/+2
2015-11-17m + split wchar/*.cMattias Andrée1-1/+0
2015-11-17rearrange filesMattias Andrée62-0/+0
2015-11-17add strsetMattias Andrée1-0/+39
2015-11-17split strstr.c and strchr.cMattias Andrée18-343/+683
2015-11-17move strerror*.c to new dir: strerror/Mattias Andrée4-0/+0
2015-11-17m + typo + split (almost all) string/*.cMattias Andrée45-840/+1496
2015-11-17split libgen.cMattias Andrée1-0/+52
2015-11-13improve performance on strstr and wcsstr if the needle is one character wideMattias Andrée1-0/+2
2015-10-31docMattias Andrée1-0/+12
2015-10-17fix errorsMattias Andrée4-37/+37
2015-10-13fix strrchr bug, return the end of the string if c is 0Mattias Andrée1-1/+1
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