summaryrefslogtreecommitdiff
path: root/firmware/common
AgeCommit message (Expand)Author
2002-08-15Now doesn't truncate the lenght when comparing path componentsLinus Nielsen Feltzing
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg
2002-08-05added weirdo extra protos for the mingw cross-compile buildDaniel Stenberg
2002-08-04use our own prototypes for open, read, close and lseek if we compileDaniel Stenberg
2002-08-02just defensivelt check for defined defines before we define themDaniel Stenberg
2002-08-02debreakageDaniel Stenberg
2002-08-02ming compile fixes by Bill NapierDaniel Stenberg
2002-08-01Moved to internal RAMLinus Nielsen Feltzing
2002-07-25The ctype array was too short. Found by Magnus Holmgren, thanks.Linus Nielsen Feltzing
2002-07-18Use most significant bits instead (gives better random)Björn Stenberg
2002-07-18Vastly improved, now working, random! :)Björn Stenberg
2002-07-17New vastly improved random algorithm: Mersenne TwisterBjörn Stenberg
2002-07-16Allow LBA-less partitionsBjörn Stenberg
2002-07-15Some more buffer length fixingLinus Nielsen Feltzing
2002-07-15Added searching for FAT32 partitionBjörn Stenberg
2002-07-05Added MAX_PATHLinus Nielsen Feltzing
2002-06-26Added id3 tracknum (Yusef Napora)Björn Stenberg
2002-06-26lseek: Adjust cacheoffset if cache is usedBjörn Stenberg
2002-06-241 byte reads past a sector boundary failedLinus Nielsen Feltzing
2002-06-19lseek() bug: It would claim cached sector even if that was not the caseBjörn Stenberg
2002-06-19make the array 257 bytesDaniel Stenberg
2002-06-19strcat()Daniel Stenberg
2002-06-18Filenames are case insensitive in Fat32Björn Stenberg
2002-06-18case insensitive string comparisonsDaniel Stenberg
2002-06-17we need ctypeDaniel Stenberg
2002-06-17added vsnprintfDaniel Stenberg
2002-06-12fixed intptr_t to int, thanks to gregFelix Arends
2002-06-07Added check for open-for-writeLinus Nielsen Feltzing
2002-06-07Killed a few warningsLinus Nielsen Feltzing
2002-06-07Killed a few warningsLinus Nielsen Feltzing
2002-05-31Had to include <stddef.h> so that size_t is defined.Felix Arends
2002-05-30Added code from libc instead of requiring newlibBjörn Stenberg
2002-05-30Partition table is no longer globalBjörn Stenberg
2002-05-30Changed the size argument to be a size_t type, to make the prototype lookDaniel Stenberg
2002-05-29define functions in sprintf.cFelix Arends
2002-05-27Bugfix: SEEK_END takes negative positionBjörn Stenberg
2002-05-27Fixed possible race conditionBjörn Stenberg
2002-05-27Now supports multiple concurrent opendir()Björn Stenberg
2002-05-24strtok:ing a copy of the parameter insteadBjörn Stenberg
2002-05-16Removed debug outputLinus Nielsen Feltzing
2002-05-13Changing to C99 'bool' typeBjörn Stenberg
2002-05-08Added commentBjörn Stenberg
2002-05-08Added lseek()Björn Stenberg
2002-05-08Fixed read() for sub-sector requestsBjörn Stenberg
2002-05-07Added open/close/read. read() only works on whole sectors right now.Björn Stenberg
2002-05-07Removed stray bad charBjörn Stenberg
2002-05-07if DIRFUNCTIONS_DEFINED is defined, then don't do the function prototypesDaniel Stenberg
2002-05-07load rockbox-mode in emacs!Daniel Stenberg
2002-05-07strtok_r() freshly implemented by yours trulyDaniel Stenberg
2002-05-06Added note about strtok() not being thread safeBjörn Stenberg