rockbox/firmware/common
Daniel Stenberg 5079812031 avoid declaring shadow 'rc' variables (-Wshadow!)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13270 a1c6a512-1295-4272-9138-f99709370657
2007-04-26 10:29:41 +00:00
..
atoi.c
crc32.c Initial support and use for EEPROM memory on H120 & H140 players when 2006-08-05 20:19:10 +00:00
ctype.c
dir.c Removed unused 'mode' parameter from mkdir() for consistency with creat(). 2007-02-03 10:28:55 +00:00
dircache.c Dircache fixes: Stop scanning properly if shutdown is initiated. Require user to re-enable dircache if initialization fails. Don't create statefile unless eeprom settings have been initialized. 2007-04-07 17:48:51 +00:00
disk.c Much simpler implementation of large virtual sector support, not needing larger sector buffers and not touching file.c at all. secmult is simply used to normalize all sector counts to 512-byte physical sectors. * Moved MAX_SECTOR_SIZE definition to config-*.h, and enabled it for iPod Video only. MAX_SECTOR_SIZE now only enables checking for alternate disk layouts due to sector size (as iPod Video G5.5 is presented as having 2048-byte _physical_ sectors to the PC). Large virtual sector support in fat.c is always enabled. 2006-12-04 21:37:22 +00:00
errno.c
file.c avoid declaring shadow 'rc' variables (-Wshadow!) 2007-04-26 10:29:41 +00:00
memchr.c
memcmp.c
memcpy.c
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
memset16.c Removed executable flag 2007-01-09 23:29:07 +00:00
memswap128.c SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the players RAM is <= 1MB. Make any needed changes to things to stabilize and facilitate this including removing flattening out initialization. Comment some things heavily. Fix a few logfs I didn't want to see the compiler complaining about. 2007-03-19 22:04:17 +00:00
qsort.c
random.c
sprintf.c Oops. Should've used the unsigned local variables. 2007-03-20 13:45:38 +00:00
sscanf.c Some fixes and additions to sscanf - Still has bugs but it works for doom currently. As a note: this function is only used by doom to my knowledge. 2006-12-13 04:55:48 +00:00
strcasecmp.c
strcasestr.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlen.c
strncmp.c
strncpy.c
strrchr.c
strtok.c
structec.c Start using the new endian conversion system outside tagcache also to simplify code. 2007-02-14 19:20:13 +00:00
timefuncs.c Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change. 2007-03-16 23:47:03 +00:00
unicode.c Ooops. Bring back the full set of codepages for bitmap targets. 2007-04-01 13:31:09 +00:00