Bertrik Sikken
|
9c0abbf838
|
Added #include <string.h> to memmove.c, memcpy.c and strcat.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17285 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-28 20:39:44 +00:00 |
|
Daniel Stenberg
|
1a29cfb23e
|
Initial gcc4 warning cleanup (and some minor policing)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8063 a1c6a512-1295-4272-9138-f99709370657
|
2005-11-25 00:10:12 +00:00 |
|
Linus Nielsen Feltzing
|
073f83ada3
|
Correct usage of ICODE_ATTR in memcpy.c and strlen.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7328 a1c6a512-1295-4272-9138-f99709370657
|
2005-08-15 05:33:10 +00:00 |
|
Jens Arnold
|
0310f16005
|
Revived C implementations of memcpy() and memset() for platforms without asm optimized versions (gmini), replacing the intermediate strings.c. Moved the asm optimized versions 'out of the way' for the implicit 'make' rules by renaming them to *_a.S (for assembler/alternative).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5628 a1c6a512-1295-4272-9138-f99709370657
|
2005-01-21 22:43:02 +00:00 |
|
Jörg Hohensohn
|
b61cf76aba
|
patch #917153: faster memset()/memcpy()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4406 a1c6a512-1295-4272-9138-f99709370657
|
2004-03-18 22:06:36 +00:00 |
|
Linus Nielsen Feltzing
|
ce2597550b
|
Moved to internal RAM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1508 a1c6a512-1295-4272-9138-f99709370657
|
2002-08-01 13:08:09 +00:00 |
|
Linus Nielsen Feltzing
|
6b918cf54d
|
Killed a few warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@912 a1c6a512-1295-4272-9138-f99709370657
|
2002-06-07 13:30:36 +00:00 |
|
Björn Stenberg
|
b69338f9f8
|
Added code from libc instead of requiring newlib
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@835 a1c6a512-1295-4272-9138-f99709370657
|
2002-05-30 21:03:17 +00:00 |
|