aboutsummaryrefslogtreecommitdiffstats
path: root/src/string (follow)
Commit message (Expand)AuthorAgeFilesLines
* mMattias Andrée2015-11-181-1/+1
* split out string/strn/ from string/str/Mattias Andrée2015-11-1715-0/+0
* m docMattias Andrée2015-11-171-0/+2
* m + split wchar/*.cMattias Andrée2015-11-171-1/+0
* rearrange filesMattias Andrée2015-11-1762-0/+0
* add strsetMattias Andrée2015-11-171-0/+39
* split strstr.c and strchr.cMattias Andrée2015-11-1718-343/+683
* move strerror*.c to new dir: strerror/Mattias Andrée2015-11-174-0/+0
* m + typo + split (almost all) string/*.cMattias Andrée2015-11-1745-840/+1496
* split libgen.cMattias Andrée2015-11-171-0/+52
* improve performance on strstr and wcsstr if the needle is one character wideMattias Andrée2015-11-131-0/+2
* docMattias Andrée2015-10-311-0/+12
* fix errorsMattias Andrée2015-10-174-37/+37
* fix strrchr bug, return the end of the string if c is 0Mattias Andrée2015-10-131-1/+1
* 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