aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strchr.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-17fix errorsMattias Andrée1-6/+6
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-09-03mMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-7/+12
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add strstr functionsMattias Andrée1-6/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01add strchr and variantsMattias Andrée1-0/+149
Signed-off-by: Mattias Andrée <maandree@operamail.com>