]> git.sur5r.net Git - cc65/history - libsrc/cbm
New entry point setoserror
[cc65] / libsrc / cbm /
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...