aboutsummaryrefslogtreecommitdiffstats
path: root/src/wchar/wcschr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bump yearMattias Andrée2016-01-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* tell in doc in which version things were introducedMattias Andrée2015-11-251-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + split wchar/*.cMattias Andrée2015-11-171-113/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix errorsMattias Andrée2015-10-171-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix strrchr bug, return the end of the string if c is 0Mattias Andrée2015-10-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-011-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add strstr functionsMattias Andrée2015-09-011-6/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add strchr and variantsMattias Andrée2015-09-011-0/+151
Signed-off-by: Mattias Andrée <maandree@operamail.com>