about summary refs log tree commit diff
path: root/src/string/strchrnul.c
Commit message (Collapse)AuthorAgeFilesLines
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
|
* optimize strchrnul/strcspn not to scan string twice on no-matchRich Felker2012-09-271-3/+23
| | | | | | | | | when strchr fails, and important piece of information already computed, the string length, is thrown away. have strchrnul (with namespace protection) be the underlying function so this information can be kept, and let strchr be a wrapper for it. this also allows strcspn to be considerably faster in the case where the match set has a single element that's not matched.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+7