Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |