summaryrefslogtreecommitdiffstats
path: root/libc/string/memchr.c
Commit message (Collapse)AuthorAgeFilesLines
* drop __BCC__ cruft from string codeMike Frysinger2009-10-101-9/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* since gcc -Os hates us and does not inline string ops,Denis Vlasenko2008-12-171-0/+1
| | | | | | | | | | implement inline versions of some of them. Enable only those which result roughly in the same code size as using out-or-line versions. None of this affects users, installed headers won't have any trace of it.
* libc/string: need additional work to remove libc_hidden_proto's properlyDenis Vlasenko2008-11-261-2/+0
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-4/+4
| | | | missing headers, other jump relocs removed
* Complete split of all the string functions. Hope haven't broken too much. ↵Peter S. Mazinger2006-01-031-5/+31
| | | | wcscoll/strcoll needs some love ...
* Split up wstring.c and use attribute_hiddenPeter S. Mazinger2005-11-141-0/+14