summaryrefslogtreecommitdiff
path: root/firmware/include
AgeCommit message (Expand)Author
2005-11-19User now receives a message if initial directory cache initializationMiika Pekkarinen
2005-11-17Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen
2005-11-12Explicitly make int8_t a "signed char" for better portability. e.g. "char" i...Dave Chapman
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen
2005-08-11Cast to unsigned isn't enough in the isXXXX macros (chars > 127 caused a nega...Magnus Holmgren
2005-07-12make the ctype array unsigned so that bit 7 (octal 0200) can be set andDaniel Stenberg
2005-02-28Simulators: lseek() working again for systems with an off_t datatype differin...Jens Arnold
2005-02-28Better definition & usage of the ATTRIBUTE_PRINTF macroJean-Philippe Bernardy
2005-02-26long policyJean-Philippe Bernardy
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg
2005-02-19Add an labs() macro - needed by TremorDave Chapman
2005-02-18simulator prototype for exit()Daniel Stenberg
2005-02-18add a fprintf() for the sims tooDaniel Stenberg
2005-02-18localtime() proto for simsDaniel Stenberg
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg
2005-02-15Initial check-in - needed by various codec librariesDave Chapman
2005-02-15random longness fixesJean-Philippe Bernardy
2005-02-15long policyJean-Philippe Bernardy
2005-02-07long policyJean-Philippe Bernardy
2005-01-28preparations for hotswapping MMCJörg Hohensohn
2005-01-27Added ID3 searchingBjörn Stenberg
2005-01-23int -> long where neededJean-Philippe Bernardy
2005-01-23Support for %l* plus __attribute__ printf supportJean-Philippe Bernardy
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold
2004-07-23Added RAND_MAXLinus Nielsen Feltzing
2004-07-20Made the char property lookup table constantJens Arnold
2004-07-13The plugin API now supports ctype macros like tolower() and friendsLinus Nielsen Feltzing
2004-06-20infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn
2004-06-10Finally, the archos directory sandbox works in the same way for both X11 and ...Linus Nielsen Feltzing
2004-04-20Reworked the time get/set functionsLinus Nielsen Feltzing
2004-04-20Better POSIX compatibility for mkdir(), rmdir() and opendir()Linus Nielsen Feltzing
2004-04-16New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing
2003-12-09easy-to-use function types for typecastingDaniel Stenberg
2003-12-08works with older glibc headers too nowDaniel Stenberg
2003-12-08my take at fixing the simulator warnings by adding mode_t, size_t, ssize_tDaniel Stenberg
2003-12-06CleanupBjörn Stenberg
2003-06-29Renamed flush() to fsync() to be more in line with POSIX/unixBjörn Stenberg
2003-03-18Added the filesize() functionLinus Nielsen Feltzing
2003-03-16added fprintf() protoDaniel Stenberg
2003-03-10Zagor added the flush() functionLinus Nielsen Feltzing
2003-02-26code policeRobert Hak
2003-02-14include "standard" files with <> and not ""Daniel Stenberg
2003-02-14this fixes the win32 simulator compilationFelix Arends
2003-02-07more movesDaniel Stenberg
2003-02-07Include File Cleanup And Move-Around Party 2003.Daniel Stenberg
2003-02-05Public firmware header files should now be put in firmware/include/ directoryDaniel Stenberg
2002-07-17New vastly improved random algorithm: Mersenne TwisterBjörn Stenberg
2002-06-24added debug function header file.Felix Arends