]> git.sur5r.net Git - cc65/history - libsrc/cbm/readdir.c
Merge pull request #129 from greg-king5/cbmdir
[cc65] / libsrc / cbm / readdir.c
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2012-08-01 uzFix invalid header offset (has been changed in opendir...
2012-07-30 uzInclude the CBM disk label in the returned directory...
2012-06-03 uzSmall optimization for shorter code.
2012-06-03 uzDon't set errno when the regular end of directory is...
2012-06-03 uzFix two place where the directory offset wasn't tracked...
2012-06-03 uzRemoved unnecessary include files.
2012-06-03 uzImplement special read function that sets errno in...
2012-06-02 uzMoved most of the file type detection from cbm_dir...