summaryrefslogtreecommitdiff
path: root/firmware/common/dir.c
AgeCommit message (Expand)Author
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell
2002-10-20Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg
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-07-15Some more buffer length fixingLinus Nielsen Feltzing
2002-06-18Filenames are case insensitive in Fat32Bjö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-13Changing to C99 'bool' typeBjö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-07load rockbox-mode in emacs!Daniel Stenberg
2002-05-06Added note about strtok() not being thread safeBjörn Stenberg
2002-05-06Fixed dir parsingBjörn Stenberg
2002-05-03Added opendir, closedir and readdirBjörn Stenberg