rockbox/firmware/common
Peter D'Hoye eb947cdde1 Another fix for file system issues when encountering disk full (like when recording)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15920 a1c6a512-1295-4272-9138-f99709370657
2007-12-13 23:36:22 +00:00
..
atoi.c
crc32-mi4.c Bring back rolo for mi4-based targets (H10 and Sansa). 2007-06-04 13:48:21 +00:00
crc32.c
ctype.c
dir_uncached.c Makes apps and plugins interract with directories using a posix-like api instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change) 2007-07-20 17:06:55 +00:00
dircache.c Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threading code in IRAM that should be there on PP502x. 2007-10-16 22:00:51 +00:00
disk.c Oops. Fix yellow. 2007-11-27 15:55:06 +00:00
errno.c
file.c Another fix for file system issues when encountering disk full (like when recording) 2007-12-13 23:36:22 +00:00
memchr.c
memcmp.c
memcpy.c
memmove.c
memset.c
memset16.c
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 to doom dehacked loading - make embedded dehacked files actually load, fix end of file detection in the string loader, fix ammo changes, fix bex code pointers. Also added the * flag to sscanf - still only tested against rockdoom sscanf calls. 2007-06-03 22:03:36 +00:00
strcasecmp.c
strcasestr.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlen.c
strncmp.c
strncpy.c
strrchr.c
strstr.c import and use the Linux one instead, bound to be faster 2007-09-18 07:04:05 +00:00
strtok.c
structec.c
timefuncs.c FS#7353 - mktime() is only used by targets that have an RTC 2007-07-14 12:34:52 +00:00
unicode.c Make codepage Win-1250 actually work on charcell. 2007-10-02 07:25:24 +00:00