.. |
atoi.c
|
Magnus Holmgren's improved atoi()
|
2002-09-30 08:50:00 +00:00 |
ctype.c
|
make the ctype array unsigned so that bit 7 (octal 0200) can be set and
|
2005-07-12 11:06:38 +00:00 |
dir.c
|
Implemented directory caching. No more waiting for disk to spin up while
|
2005-10-07 17:38:05 +00:00 |
dircache.c
|
More comments to the dircache functions and a debug menu entry to
|
2005-11-26 20:47:10 +00:00 |
disk.c
|
Hotswap: Better placement for switching the MMC monitor off/on.
|
2005-05-16 15:21:09 +00:00 |
errno.c
|
Added code from libc instead of requiring newlib
|
2002-05-30 21:03:17 +00:00 |
file.c
|
Implemented directory caching. No more waiting for disk to spin up while
|
2005-10-07 17:38:05 +00:00 |
memchr.c
|
Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playback
|
2005-07-05 08:43:36 +00:00 |
memcmp.c
|
Initial gcc4 warning cleanup (and some minor policing)
|
2005-11-25 00:10:12 +00:00 |
memcpy.c
|
Initial gcc4 warning cleanup (and some minor policing)
|
2005-11-25 00:10:12 +00:00 |
memcpy_a.S
|
Coldfire: Assembler optimised memcpy(), 2.4x...10x (avg. 6.8x) as fast as the C version when copying large blocks within SDRAM.
|
2005-11-12 23:42:47 +00:00 |
memset.c
|
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).
|
2005-01-21 22:43:02 +00:00 |
memset_a.S
|
Coldfire: slight optimisations of memset().
|
2005-10-22 08:06:49 +00:00 |
qsort.c
|
Killed a few warnings
|
2002-06-07 14:09:05 +00:00 |
random.c
|
random longness fixes
|
2005-02-15 13:28:39 +00:00 |
sprintf.c
|
Initial gcc4 warning cleanup (and some minor policing)
|
2005-11-25 00:10:12 +00:00 |
strcasecmp.c
|
case insensitive string comparisons
|
2002-06-18 08:19:38 +00:00 |
strcasestr.c
|
Added ID3 searching
|
2005-01-27 22:21:08 +00:00 |
strcat.c
|
strcat()
|
2002-06-19 08:29:02 +00:00 |
strchr.c
|
Added code from libc instead of requiring newlib
|
2002-05-30 21:03:17 +00:00 |
strcmp.c
|
Added code from libc instead of requiring newlib
|
2002-05-30 21:03:17 +00:00 |
strcpy.c
|
Fixed a warning when (experimentally) compiling with -Os
|
2004-07-27 19:51:05 +00:00 |
strlen.c
|
Correct usage of ICODE_ATTR in memcpy.c and strlen.c
|
2005-08-15 05:33:10 +00:00 |
strlen_a.S
|
Assembler optimized strlen() for SH1, both smaller & faster. Moved strlen() into IRAM.
|
2005-01-22 13:18:33 +00:00 |
strncmp.c
|
Added code from libc instead of requiring newlib
|
2002-05-30 21:03:17 +00:00 |
strncpy.c
|
Added code from libc instead of requiring newlib
|
2002-05-30 21:03:17 +00:00 |
strrchr.c
|
Added code from libc instead of requiring newlib
|
2002-05-30 21:03:17 +00:00 |
strtok.c
|
Remove use of rockbox-mode.el in local variables list.
|
2003-01-24 10:56:06 +00:00 |
timefuncs.c
|
Unified build system to use SOURCES for sim builds too, a single Makefile-look
|
2005-02-18 13:47:17 +00:00 |