summaryrefslogtreecommitdiff
path: root/src/string/wcsstr.c
AgeCommit message (Collapse)AuthorLines
2012-08-11remove buggy short-string wcsstr implementation; always use twowayRich Felker-9/+0
since this interface is rarely used, it's probably best to lean towards keeping code size down anyway. one-character needles will still be found immediately by the initial wcschr call anyway.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+117