]> git.sur5r.net Git - cc65/history - libsrc/cbm/open.s
goto.c warning fix for implicit truncation
[cc65] / libsrc / cbm / open.s
2019-03-25 greg-king5Merge pull request #863 from Compyx/master
2019-03-24 Bas WassinkMerge https://github.com/cc65/cc65
2019-03-22 Bas WassinkRemove trailings spaces from CBM-related asm files
2018-07-04 Oliver SchmidtMerge pull request #695 from ops/cbmkernal_imports
2018-07-03 Olli SaviaRemoved .import for std kernal entries. Added .include...
2018-05-21 IrgendwerMerge branch 'master' into popptr1
2018-05-17 Oliver SchmidtThere's no 'closeallstreams' (anymore ?).
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-08-06 uzChoose another way to fix the issue from r5804: When...
2012-08-05 uzFixed a bug: The floppies do not like ,R (for read...
2012-07-15 uzDo not add the file type to the name when using append...
2012-05-29 uzAdd provisions to open a disk directory using open().
2011-01-28 uzChanged priorities of destructors so atexit will be...
2010-06-10 uzRenamed oserrcheck to __mappederrno. Added an additiona...
2005-04-03 cuzSqueezed a few bytes out of open()
2004-08-09 cuzFixed a bug: Closing all files on exit did not work
2003-03-13 cuzDon't add a mode when opening files for reading
2002-12-03 cuzClose all open files on exit
2002-11-20 cuzMove more common code into rwcommon.s.
2002-11-19 cuzUse external symbols for the CBM kernal jump table...
2002-11-19 cuzAdd support for append mode
2002-11-17 cuzWorking on the CBM file functions
2002-11-16 cuzFinally: Commodore file I/O