summaryrefslogtreecommitdiff
path: root/libc/string/i386/memcpy.c
AgeCommit message (Expand)Author
2008-12-20string/i386/strncpy: faster i386 version (same code size), testing codeDenis Vlasenko
2008-12-17since gcc -Os hates us and does not inline string ops,Denis Vlasenko
2008-12-09smaller memcpyDenis Vlasenko
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-03Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger
2005-11-14Corrections to splitted filesPeter S. Mazinger
2005-11-11Split up string.c, make internals hiddenPeter S. Mazinger