aboutsummaryrefslogtreecommitdiff
path: root/src/string/wcsstr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove buggy short-string wcsstr implementation; always use twoway•••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. Rich Felker2012-08-111-9/+0
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+117