]> git.sur5r.net Git - cc65/history - libsrc/cbm
Merge pull request #129 from greg-king5/cbmdir
[cc65] / libsrc / cbm /
2014-07-17 Oliver SchmidtMerge pull request #129 from greg-king5/cbmdir
2014-07-17 Greg KingImproved some multiplication code. 129/head
2014-07-17 Greg KingFixed a buffer overrun bug.
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-05-30 Oliver SchmidtMerge pull request #122 from groessler/a5200
2014-05-30 Oliver SchmidtMerge pull request #123 from greg-king5/cbm-errors
2014-05-29 Greg KingUsed longer error text. 123/head
2014-05-26 Oliver SchmidtMerge pull request #120 from greg-king5/cbm-errors
2014-05-26 Greg KingUpdated the CBM error tables. 120/head
2014-04-25 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-04-04 Oliver SchmidtMerge pull request #103 from greg-king5/typo
2014-04-03 Greg KingFixed typo (Ilegal). 103/head
2013-12-26 Oliver SchmidtMerge pull request #67 from greg-king5/echo
2013-12-23 Greg KingAvoided a reload by using a second register. 67/head
2013-12-23 Greg KingMade the CBM stdin consoles echo '\n' to the screen.
2013-09-10 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-04 Oliver SchmidtMerge pull request #35 from greg-king5/cbm-chain
2013-09-04 Greg KingAdded more details about how the CBM exec() works. 35/head
2013-08-27 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-08-27 Oliver SchmidtMerge pull request #31 from greg-king5/cbm-chain
2013-08-25 Greg KingAdded a little more info about how CBM program-chaining...
2013-08-25 Greg KingAdded the model-specific addresses that the CBM exec...
2013-08-25 Greg KingMade an exec() program-chaining function for the Commod...
2013-07-26 Oliver SchmidtMerge pull request #24 from greg-king5/oric
2013-07-25 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-07-25 Oliver SchmidtMerge pull request #12 from greg-king5/lightpen
2013-07-25 Greg KingFixed some line endings. 12/head
2013-07-25 Greg KingMoved the lightpen names from <mouse.h> to a new <pen.h>.
2013-07-01 Greg KingMerge branch 'master' into lightpen
2013-06-28 Greg KingIncluded a header that defines NULL.
2013-06-23 Greg KingUsed a library-reference method to calibrate lightpen...
2013-05-28 Oliver SchmidtUse cbm_load() to load overlays on CBMs.
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...
next