index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
libc
/
memcpy.c
(
unfollow
)
Commit message (
Expand
)
Author
2012-01-22
Move optimized memcpy and friends and strlen to firmware/asm,
Thomas Martitz
2010-06-22
Add an advanced build option to force compiling and linking our reduced C lib...
Thomas Martitz
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-02-22
Remove tabs in firmware path (taking into account the original spacing).
Andree Buschmann
2008-04-28
Added #include <string.h> to memmove.c, memcpy.c and strcat.c
Bertrik Sikken
2005-11-25
Initial gcc4 warning cleanup (and some minor policing)
Daniel Stenberg
2005-08-15
Correct usage of ICODE_ATTR in memcpy.c and strlen.c
Linus Nielsen Feltzing
2005-01-21
Revived C implementations of memcpy() and memset() for platforms without asm ...
Jens Arnold
2004-03-18
patch #917153: faster memset()/memcpy()
Jörg Hohensohn
2002-08-01
Moved to internal RAM
Linus Nielsen Feltzing
2002-06-07
Killed a few warnings
Linus Nielsen Feltzing
2002-05-30
Added code from libc instead of requiring newlib
Björn Stenberg