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