summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/strchr.c
Commit message (Collapse)AuthorAgeFilesLines
* Optimize the generic strchr.Eric Blake2008-05-221-27/+42
| | | | | | * libc/string/strchr.c (strchr) [!__OPTIMIZE_SIZE__]: Pre-align data so unaligned searches aren't penalized. Special-case searching for 0.
* 2002-05-10 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-05-101-2/+2
| | | | * libc/string/strchr.c: Fix comment typo.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+108