rockbox/firmware/include
2008-01-13 19:13:37 +00:00
..
sys improve FreeBSD support a little 2006-03-02 13:07:11 +00:00
_ansi.h Added ATTRIBUTE_SCANF 2006-01-25 01:33:48 +00:00
assert.h This is my initial attempt to get rid of the newlib headers requirement, 2002-06-15 15:49:32 +00:00
atoi.h more moves 2003-02-07 10:13:23 +00:00
crc32-mi4.h Bring back rolo for mi4-based targets (H10 and Sansa). 2007-06-04 13:48:21 +00:00
crc32.h Initial support and use for EEPROM memory on H120 & H140 players when 2006-08-05 20:19:10 +00:00
ctype.h Cast to unsigned isn't enough in the isXXXX macros (chars > 127 caused a negative array index). With a cast to unsigned char, the macros work as expected. The other macros were changed accordingly. 2005-08-11 19:32:39 +00:00
dbgcheck.h added debug function header file. 2002-06-24 16:00:06 +00:00
dir.h Ooops 2007-07-21 14:21:45 +00:00
dir_uncached.h 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.h Always check for deleted files, no matter how slow it might be when DB autoupdate is enabled. Also simplified code a bit. Fixed a crash when search is performaed and dircache has been vanished and DB is still exists ram. 2008-01-13 19:13:37 +00:00
errno.h Allow building simulators on systems where errno is thread-local by using the system's implementation of errno.h for simulator builds. 2006-02-28 23:56:44 +00:00
file.h Keep track of the number of opened files in the sim to enforce the same limit as on target. 2007-10-09 15:15:00 +00:00
font_cache.h waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
inttypes.h More complete sized integer definitions. 2007-04-10 09:43:06 +00:00
lru.h waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
malloc.h This is my initial attempt to get rid of the newlib headers requirement, 2002-06-15 15:49:32 +00:00
math.h This is my initial attempt to get rid of the newlib headers requirement, 2002-06-15 15:49:32 +00:00
memory.h 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
rbunicode.h Player: Reduced the selectable codepages to those which can actually work, and made them work. 2007-04-01 13:09:22 +00:00
sprintf.h Let GCC check arguments of some more printf-style functions, also for plugins and codecs. 2007-03-17 09:02:53 +00:00
sscanf.h Simple sscanf implementation 2006-01-25 01:35:04 +00:00
stdio.h Build cleanup and general fixes. fprintf() is now fdprintf(), the separation 2005-02-22 12:19:12 +00:00
stdlib.h Fix some plugins that use NULL instead of -1 when not using a voice id in struct opt_items. Change as many '#define NULL 0' to '#define NULL ((void*)0)' as grep would find - somewehere the former is still hiding it seems. :\ 2007-10-15 07:59:13 +00:00
string.h Fix some plugins that use NULL instead of -1 when not using a voice id in struct opt_items. Change as many '#define NULL 0' to '#define NULL ((void*)0)' as grep would find - somewehere the former is still hiding it seems. :\ 2007-10-15 07:59:13 +00:00
time.h Patch #5166 by Robert Keevil - Last.fm logging 2006-10-19 09:42:58 +00:00
timefuncs.h FS#7353 - mktime() is only used by targets that have an RTC 2007-07-14 12:34:52 +00:00