rockbox/firmware/common
2004-11-17 02:34:17 +00:00
..
atoi.c
ctype.c Made the char property lookup table constant 2004-07-20 22:32:17 +00:00
dir.c infrastructure for sorting by date+time, now we "only" need to decide on the UI 2004-06-20 16:34:29 +00:00
disk.c
errno.c
file.c Bug fix: Do only flush the sector buffer after writing head bytes if it really needs to be. The old code did flush always, causing the huge slowdown of fprintf() and other places writing byte-wise 2004-11-17 02:34:17 +00:00
memcmp.c
memcpy.S Ported to Coldfire 2004-10-26 05:40:24 +00:00
memset.S Ported to Coldfire 2004-10-26 05:40:24 +00:00
qsort.c
random.c Wrong typing caused a very skewed random number distribution 2004-11-06 23:33:07 +00:00
sprintf.c (v)snprintf() wrote past buffer end if string length was equal to buffer size 2004-04-22 21:19:33 +00:00
strcasecmp.c
strcat.c
strchr.c
strcmp.c
strcpy.c Fixed a warning when (experimentally) compiling with -Os 2004-07-27 19:51:05 +00:00
strlen.c
strncmp.c
strncpy.c
strrchr.c
strtok.c
timefuncs.c Const policed pointer arguments to functions, part 2 2004-08-17 01:45:48 +00:00