aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-01bump yearMattias Andrée62-62/+62
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-11-25tell in doc in which version things were introducedMattias Andrée61-0/+122
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-20mMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-20add optimised variants of *casecmpMattias Andrée1-0/+72
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-19docMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18reorder new functionsMattias Andrée1-85/+85
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18add more string.h and wchar.h functionsMattias Andrée1-0/+213
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpyMattias Andrée1-0/+22
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18typoMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18fix errorsMattias Andrée8-8/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18implement additional string.h and wchar.h functionsMattias Andrée1-0/+336
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-18mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17m docMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17m + split wchar/*.cMattias Andrée59-1067/+2018
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17add wcssetMattias Andrée1-0/+39
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-13improve performance on strstr and wcsstr if the needle is one character wideMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-17fix errorsMattias Andrée5-35/+35
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-13fix strrchr bug, return the end of the string if c is 0Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-10add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseendsMattias Andrée1-0/+84
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-10-10m docMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02miscMattias Andrée1-4/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02add memcasecmp and wmemcasecmpMattias Andrée1-0/+24
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02fix some warnings and errorsMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02m misc wcharMattias Andrée3-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02typoMattias Andrée1-5/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02fix more errorsMattias Andrée2-5/+14
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01fix some more errorsMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée12-33/+29
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add strtok functionsMattias Andrée1-0/+90
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add strspn functionsMattias Andrée1-0/+81
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add strstr functionsMattias Andrée2-6/+198
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01wcswcs is deprecatedMattias Andrée2-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add strchr and variantsMattias Andrée1-0/+151
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add string/array comparision functionsMattias Andrée1-0/+125
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add memory copying functionsMattias Andrée8-0/+815
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add strlen and wcslenMattias Andrée1-0/+52
Signed-off-by: Mattias Andrée <maandree@operamail.com>