Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-20 | relocate i386 string.h to i386-specific dir | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2008-12-26 | include/libc-string_i386.h: fix a bug where memset('\xff') misbehaves | Denis Vlasenko | |
Rules.mak: add -funsigned-char, to forestall future PITA | |||
2008-12-17 | since gcc -Os hates us and does not inline string ops, | Denis Vlasenko | |
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. |