rockbox/firmware/common
2010-03-10 08:56:27 +00:00
..
atoi.c
crc32-mi4.c
crc32.c
ctype.c
dir_uncached.c Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick as in dircache. This should save ~20KB on 512B/sector targets and ~80KB on 2K/sector ones. 2010-03-10 08:56:27 +00:00
dircache.c Fix a dircache NULL-pointer dereference. 2010-02-21 22:48:54 +00:00
disk.c Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows targets to set a different sector size than 512 for the storage system. Should not affect any other target. 2009-10-02 16:41:55 +00:00
errno.c
ffs.c
file.c FS#9409: fix rename which didn't close file handles on error and enventually cause cut/paste to fail between volumes. 2010-01-01 20:41:29 +00:00
filefuncs.c Move strip_volume() to filefuncs.c and set properties. 2009-11-26 22:34:08 +00:00
memchr.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
memcmp.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
memcpy.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
memmove.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
memset.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
memset16.c Final removal of tabs in firmware path 2010-01-03 11:31:14 +00:00
qsort.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
random.c
sprintf.c Rename vfnprintf to vuprintf (u stands for user for the user callback and data passed to it) to avoid confusion with file and buffer size related functions from the printf-family, and add a comment to its declaration. 2009-11-03 21:20:09 +00:00
sscanf.c
strcasecmp.c Optimize (size and speed) strncasecmp (based on a newlib patch). 2010-02-07 00:37:47 +00:00
strcasestr.c
strcat.c
strchr.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
strcmp.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
strcpy.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
strlcat.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
strlcpy.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
strlen.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
strnatcmp.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
strncmp.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
strrchr.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
strstr.c
strtok.c
structec.c
timefuncs.c Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_time, instead of comparing them directly. 2009-10-18 15:50:30 +00:00
unicode.c Little bit of const correctness 2009-10-25 10:42:21 +00:00