about summary refs log tree commit diff
path: root/src/string/wcsstr.c
Commit message (Collapse)AuthorAgeFilesLines
* remove buggy short-string wcsstr implementation; always use twowayRich Felker2012-08-111-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.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+117