]> git.sur5r.net Git - cc65/history - libsrc/cbm
Only for jumps, the lib uses named asm labels in branches
[cc65] / libsrc / cbm /
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-06 Oliver SchmidtMerge pull request #4 from greg-king5/filepath
2013-05-04 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2012-10-21 ol.scIntroduced getcurrentdevice() and implemented it for...
2012-10-17 ol.scAdded check for disk in drive on chdir().
2012-10-16 ol.scImplemented __syschdir on CBM. As getcwd returns a...
2012-10-16 ol.scMinimal formatting adjustment.
2012-10-10 ol.scBetter stick to the "high level" errno helpers as done...
2012-10-10 ol.scinitcwd will be called from the upcoming __syschdir...
2012-10-10 ol.scRemoved TAB.
2012-10-07 ol.scClear _oserror on success.
2012-10-07 ol.scIntroduced getdevicedir() - with implementation for...
2012-09-30 ol.scTurned the 'ST' status byte into a symbol resolved...
2012-09-05 ol.scHave the internal function 'isdisk' set the carry for...
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-08-01 uzFix invalid header offset (has been changed in opendir...
2012-07-30 uzFixed a comment.
2012-07-30 uzInclude the CBM disk label in the returned directory...
2012-07-15 uzMove the _filetype variable into its own module, so...
2012-07-15 uzDo not add the file type to the name when using append...
2012-07-01 uzUse 's' as default file type instead of 'u'.
2012-07-01 uzUnified names of CBM kernal level functions and complet...
2012-07-01 uzFixed wrong filename for module c_getin.s
2012-07-01 uzAdded missing function cbm_k_getin, which was in cbm...
2012-06-24 uzMove definitions for CBM file types into its own header...
2012-06-07 uzReorder variables to take advangate of improved code...
2012-06-04 uzAllow a third, optional filename argument for cbm_opendir.
2012-06-03 uzSmall optimization for shorter code.
2012-06-03 uzParse the name passed to opendir().
2012-06-03 uzDon't set errno when the regular end of directory is...
2012-06-03 uzImplemented rewinddir/seekdir.
2012-06-03 uzFix two place where the directory offset wasn't tracked...
2012-06-03 uzRemoved unnecessary include files.
2012-06-03 uzAdded the telldir() function.
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().
2012-05-29 uzAdded a header file for the internal representation...
2012-05-29 uzAdd provisions to open a disk directory using open().
2012-04-25 uzFixed an error: The write routine didn't detect write...
2012-03-04 uzPatch by Stefan Haubenthal: Remove __fastcall__ in...
2012-01-01 uzCode optimization contributed by Kajtar Zsolt, soci...
2011-07-08 uzThe BASIC stub does encode the start address with only...
2011-04-16 uzChanges by Greg King:
2011-04-07 uzPatch by groepaz to fix the problem that DEL files...
2011-01-28 uzChanged priorities of destructors so atexit will be...
2010-11-15 uzRemoved the code that checks for valid/invalid chars...
2010-11-14 uzAdded a module that contains a small basic stub (SYS...
2010-11-13 uzNew module that contains the load address expected...
2010-06-26 uzFixed sources to use the new __mappederrno and __direct...
2010-06-10 uzNo need to import __oserror.
2010-06-10 uzRenamed oserrcheck to __mappederrno. Added an additiona...
2010-06-04 uzFix errno/oserror handling.
2010-06-04 uzChange calling convention of cbm_save() to __fastcall__.
2010-06-03 uzReturn EUNKNOWN instead of EINVAL if the error code...
2010-02-14 ol.scInitialize _curunit from the zeropage value DEVNUM...
2009-12-18 uzAdded --forget-inc-paths to the assembler command line...
2009-11-02 uzThe X register must be zero on return.
2009-11-02 uzAdded the new toascii function for the CBMs.
2009-10-10 uzCosmetic change. Formatting was lost because of cut...
2009-10-03 uzIgnore start address in cbm_opendir. Rearrange the...
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.
next