summaryrefslogtreecommitdiff
path: root/libc/string/powerpc/memcpy.c
AgeCommit message (Collapse)Author
2008-10-31- improve readability, no objcode changes.Bernhard Reutner-Fischer
Looks a bit like we wouldn't need to calculate the carry flag there?
2008-09-15- commentary typo fixBernhard Reutner-Fischer
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's.
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 ↵Peter S. Mazinger
missing headers, other jump relocs removed
2006-01-03Use strong_alias everywhere instead of .global/.set. Correct some cases ↵Peter S. Mazinger
where the non-hidden version was used.
2005-11-14undef functions needed for usage within libcPeter S. Mazinger
2005-11-11Split up MSRC file, bzero left outPeter S. Mazinger