aboutsummaryrefslogtreecommitdiffstats
path: root/src/string (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix errors and warningsMattias Andrée2015-12-277-2/+18
* fix errorsMattias Andrée2015-12-271-22/+27
* suppress a bunch of warningsMattias Andrée2015-12-271-0/+79
* fix issue #5 on githubMattias Andrée2015-12-161-1/+1
* docMattias Andrée2015-11-261-3/+51
* tell in doc in which version things were introducedMattias Andrée2015-11-2569-0/+148
* add todoMattias Andrée2015-11-201-0/+1
* add optimised variants of *casecmpMattias Andrée2015-11-201-0/+76
* more etymologyMattias Andrée2015-11-202-0/+4
* docMattias Andrée2015-11-191-2/+32
* doc some new functionsMattias Andrée2015-11-181-4/+48
* add more string.h and wchar.h functionsMattias Andrée2015-11-181-0/+217
* whitespaceMattias Andrée2015-11-181-1/+0
* add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpyMattias Andrée2015-11-181-0/+22
* typoMattias Andrée2015-11-182-2/+2
* fix errorsMattias Andrée2015-11-188-8/+8
* implement additional string.h and wchar.h functionsMattias Andrée2015-11-181-0/+418
* 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