]> git.sur5r.net Git - cc65/history - libsrc/cbm
Fixed problems that were introduced with r4287.
[cc65] / libsrc / cbm /
2009-09-28 uzImproved cbm_dir routines by Thomas Giesel.
2009-08-23 uzFixed two more function that didn't clear the high...
2009-08-23 uzFixed an error in cbm_k_save (on which cbm_save is...
2009-07-27 uzAdded a systime implementation by Stefan Haubenthal...
2009-07-27 uzBe sure to read disk errors after sending the command...
2009-05-07 uzRe-added cbm_dir which was acidently removed.
2009-02-22 uzwritefndiskcmd gets its arguments in ptr1 and Y.
2009-02-22 uzMust open the command channel before writing to it.
2009-02-22 uzComment additions and changes.
2009-02-22 uzAdded missing .export statements.
2009-02-22 uzAdded a new sysrename module to make the high level...
2009-02-22 uzMoved some code from scratch.s into a new subroutine...
2009-02-22 uzfnparse will return zero flag according to error (ZF...
2008-08-31 uzReverted a change that should not have been commited.
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-04-13 cuzNew function fndefunit.
2005-07-24 cuzAdded initcwd.s from Stefan Haubenthal which initialize...
2005-04-21 cuzgetenv is now in common
2005-04-03 cuzSqueezed a few bytes out of open()
2005-02-26 cuzMove constructor code into the INIT segment
2004-10-26 cuzAdd definitions for tools so the makefile is useful...
2004-08-09 cuzFixed a bug: Closing all files on exit did not work
2004-01-09 cuzFixes/improvements from Stefan Haubenthal
2003-12-27 cuzUse direct access to the position variables, since...
2003-08-20 cuzChanged rm -f to $(RM)
2003-05-05 cuzImproved ctype.s from Greg King
2003-03-13 cuzDon't add a mode when opening files for reading
2003-02-06 cuzMake sure the zap target is available
2003-02-02 cuzCBM directory routines by Josef Soucek
2003-01-01 cuzFixed int promotion problem in wherex and wherey.
2002-12-21 cuzAllow file names up to 16 chars
2002-12-19 cuzFor the CBM platforms, make revers() machine dependent...
2002-12-13 cuzFix parameters to cbm_load and cbm_save
2002-12-03 cuzMake read and write __fastcall__
2002-12-03 cuzClose all open files on exit
2002-11-22 cuzRemoved __cdiff. Since the assembler does character...
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-18 cuzAllow more chars in filenames
2002-11-18 cuzDon't check the IEEE status
2002-11-17 cuzWorking on the CBM file functions
2002-11-16 cuzFinally: Commodore file I/O
2002-11-15 cuzcbm_write is not __fastcall__
2002-11-15 cuzRewrite cbm_write() in assembler
2002-11-12 cuzAdded _systime for all platforms
2002-07-18 cuzAdded _stroserror
2002-06-22 cuzRewrote cbm_open and cbm_read in assembler saving about...
2002-04-21 cuzMove include files into /asminc, changed include file...
2001-10-23 cuzRemoved an old comment
2001-10-10 mrintschChanged the parameters of cbm_load and cbm_save to...
2001-09-15 mrintschincluded errno.h instead of declaring _oserrno as external
2001-07-14 cuzIgnore more intermediate files
2001-03-30 mrintschcbm_write() added
2001-03-21 mrintschcompleted and testet cbm_read()
2001-03-20 mrintschAdded comments to cbm.h.
2001-03-19 cuzIgnore intermediate files
2001-03-13 mrintschLoading and saving memory areas on cbm platforms
2000-12-06 cuzRemove global namespace operator
2000-11-22 cuzUse the condes feature
2000-08-03 cuzPlace data into RODATA, not CODE
2000-07-03 cpgreplaced multiple lines of "rm" commands with a single...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...