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