summaryrefslogtreecommitdiffstats
path: root/include/libc-string_i386.h
Commit message (Collapse)AuthorAgeFilesLines
* relocate i386 string.h to i386-specific dirMike Frysinger2009-07-201-316/+0
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* include/libc-string_i386.h: fix a bug where memset('\xff') misbehavesDenis Vlasenko2008-12-261-1/+3
| | | | | Rules.mak: add -funsigned-char, to forestall future PITA
* since gcc -Os hates us and does not inline string ops,Denis Vlasenko2008-12-171-0/+314
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.