]> git.sur5r.net Git - cc65/history - libsrc/apple2/open.s
check for space bottom up, which is faster for the average case
[cc65] / libsrc / apple2 / open.s
2013-11-19 Stephan MühlstrasserMerge branch 'master' into c1p
2013-08-23 Oliver SchmidtMerge pull request #27 from greg-king5/cbm2
2013-08-21 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-08-08 Oliver SchmidtMerge pull request #25 from cybernesto/master
2013-08-03 Mario PatiñoDefined a struct to contain the date and time data
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2011-01-29 ol.scIntroduced constructor to raise the ProDOS 8 file level...
2011-01-28 uzChanged priorities of destructors so atexit will be...
2011-01-05 ol.scAllow to set the ProDOS type and auxtype on creating...
2010-06-15 ol.scClear __oserror on success.
2010-06-15 ol.scMake use of the new common __directerrno and __mappeder...
2009-09-10 ol.scProDOS 8 requires an page-aligned 1kB IO-buffer for...
2005-08-26 cuzChanges from Oliver: Use posix_memalign instead of...
2005-04-20 cuzUse .assert
2005-04-12 cuzPOSIX file I/O by Oliver Schmidt