summaryrefslogtreecommitdiff
path: root/firmware/common/dir.c
AgeCommit message (Expand)Author
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-02-11Empty file/dir names are now rejected by open() and mkdir()Linus Nielsen Feltzing
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing
2004-01-15Second bug in mkdir() :-)Linus Nielsen Feltzing
2004-01-15First mkdir() bug killed :-)Linus Nielsen Feltzing
2004-01-15Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing
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