.. |
atoi.c
|
Magnus Holmgren's improved atoi()
|
2002-09-30 08:50:00 +00:00 |
crc32.c
|
Initial support and use for EEPROM memory on H120 & H140 players when
|
2006-08-05 20:19:10 +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
|
Simplify code...
|
2006-06-30 05:43:08 +00:00 |
dircache.c
|
Add CPU boost tracker to see where boosts are coming from
|
2006-10-05 10:07:03 +00:00 |
disk.c
|
Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another PortalPlayer PP5020 target.
|
2006-08-31 19:19:35 +00:00 |
errno.c
|
Added code from libc instead of requiring newlib
|
2002-05-30 21:03:17 +00:00 |
file.c
|
Update dircache startcluster at file close when writing. Fixes bug when creating small files (dircache startcluster remains 0 because fat write doesn't occur until close).
|
2006-05-16 06:53:41 +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 |
memmove.c
|
Added memmove() to the rockbox core. C implementation taken from newlib. Fully optimised ASM implementations for SH1 and coldfire, reusing the AMS memcpy code path for forward copying.
|
2006-02-06 16:00:58 +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 |
memset16.c
|
Assembler optimised memset16() for ARM, by Thom Johansen. Should speed up LCD clearing and solid rectangle drawing on colour iPods somewhat.
|
2006-09-07 00:16:04 +00:00 |
qsort.c
|
Killed a few warnings
|
2002-06-07 14:09:05 +00:00 |
random.c
|
Better random number generator: Mersenne twiser with improved initialisation. BSD-style license.
|
2006-01-20 01:21:26 +00:00 |
sprintf.c
|
Initial gcc4 warning cleanup (and some minor policing)
|
2005-11-25 00:10:12 +00:00 |
sscanf.c
|
Made %n not eat white space.
|
2006-02-03 23:39: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 |
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
|
Iriver firmware compatibility kludge: RTC year offset. The offset is chosen in a way to make leap years work correctly in rockbox; the original firmware will still be one year off but doesn't reset the date anymore. [We don't want to wait until 2016 ;-) ]
|
2006-03-10 19:17:01 +00:00 |
unicode.c
|
Fixed unicode buffer overflow issue (metadata parser crashed with some
|
2006-07-25 18:12:57 +00:00 |