]> git.sur5r.net Git - cc65/history - libsrc/cbm/opendir.c
goto.c warning fix for implicit truncation
[cc65] / libsrc / cbm / opendir.c
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
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-07-30 uzFixed a comment.
2012-07-30 uzInclude the CBM disk label in the returned directory...
2012-06-07 uzReorder variables to take advangate of improved code...
2012-06-03 uzParse the name passed to opendir().
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...
2012-06-01 uzNew function _dirskip that allows to skip an amount...
2012-05-30 uzAdded the POSIX functions opendir() and closedir().