]> git.sur5r.net Git - cc65/history - libsrc
Added inital version of a CONVERT tool for Apple GEOS. It converts the output of...
[cc65] / libsrc /
2010-11-09 uzFixed order of options in call to ld65, which became...
2010-10-29 cpgreally use default drive
2010-10-29 cpg__defdev is not dependent on DYNAMIC_DD
2010-10-29 cpgfix for files with no extension
2010-10-28 cpgadd posixdirent.s by Stefan Haubenthal
2010-10-28 cpgsome fixes
2010-10-28 cpginitial version by Stefan A. Haubenthal
2010-10-02 ol.scNow that we reduce the size of the RAM memory area...
2010-10-02 ol.scUser linker generated symbols for stack placement ...
2010-10-02 ol.scExclude (small) stack from RAM memory area (like on...
2010-08-17 uzUpdated GEOS TGI driver by Maciej Witkowiak.
2010-08-07 uzChange handling of errno/seterrno to new behaviour...
2010-07-17 ol.scRead number of total blocks from ProDOS 8 volume direct...
2010-07-17 ol.scMade use of the new common __directerrno and __mappeder...
2010-07-17 ol.scUse MLI error names from ProDOS 8 Technical Reference...
2010-07-17 ol.scSaved one byte.
2010-07-15 uzRemoved the rs232 module from the makefile, since it...
2010-07-10 uzAdded getopt. The implementation is based on a public...
2010-07-08 uzRemoved useless high byte loads of the error code.
2010-07-07 ol.scAdjusted parameter handling to match prototype.
2010-07-06 cpgadapt to new oserror/errno handling
2010-06-26 uzFixed sources to use the new __mappederrno and __direct...
2010-06-25 cpgabort build if $(AR) reports an error
2010-06-16 ol.scUse MLI error names from ProDOS 8 Technical Reference...
2010-06-16 ol.sc- Use ProDOS 8 unit number as parameter.
2010-06-16 ol.scUse MLI error names from ProDOS 8 Technical Reference...
2010-06-15 ol.scClear __oserror on success.
2010-06-15 ol.scMake use of the new common __directerrno and __mappeder...
2010-06-10 uzNo need to import __oserror.
2010-06-10 uzRenamed oserrcheck to __mappederrno. Added an additiona...
2010-06-07 ol.scMinor comment style adjustment.
2010-06-06 uzRemoved a comment that was no longer correct.
2010-06-04 ol.scDIO functions always set _oserror.
2010-06-04 ol.scAdjustment to recent change in ca65 relative include...
2010-06-04 ol.scMinor optimization.
2010-06-04 uzFix errno/oserror handling.
2010-06-04 uzChange calling convention of cbm_save() to __fastcall__.
2010-06-04 uzSave two bytes by a small code change.
2010-06-04 uzSave a few bytes and cycles.
2010-06-03 uzRemoved maperrno() since it's no longer needed.
2010-06-03 uzUse _seterrno instead of assigning to _errno.
2010-06-03 uzNo need to import __seterror, since this is done in...
2010-06-03 uzUse _errno, not errno.
2010-06-03 uzCall __seterrno and save a few bytes.
2010-06-03 uzCall __seterrno instead of assigning to _errno and...
2010-06-03 uzRemoved the prototype for _seterrno, since it is now...
2010-06-03 uzSet errno if the stream is in error state. Small code...
2010-06-03 uzRewrote parts of the code for better error handling...
2010-06-03 uzAdded messages for EBADF (new) and EUNKNOWN (missing).
2010-06-03 uzReturn EUNKNOWN instead of EINVAL if the error code...
2010-06-03 uzUse _seterrno instead of assigning to _errno to make...
2010-06-03 uzRewrote the code to make it somewhat shorter.
2010-06-03 uzCall _seterror instead of assigning to _errno to make...
2010-06-03 uzFixed a comment regarding errno/oserror.
2010-06-03 uzCall _seterrno instead of assigning to _errno to make...
2010-06-03 uzDon't include errno.h since it is not needed.
2010-06-03 uzUse _seterrno to make the code shorter.
2010-06-02 ol.scAlign rootdir() return value rather with POSIX function...
2010-06-01 ol.scSet _oserror only on error.
2010-05-26 ol.scAdded function to find out the volume name of a ProDOS...
2010-05-24 ol.scAdded functions to learn about the unit numbers of...
2010-05-01 cpgsyschdir by Stefan Haubenthal
2010-04-22 ol.scSave some cycles.
2010-03-23 uzComment fix.
2010-03-19 uzAdded patches to make systime work correctly with the...
2010-03-17 uzRemoved a forgotten ScrollSave variable (Stefan Haubent...
2010-03-08 uzShortened the code
2010-03-07 ol.scFixed line endings I broke with recent change.
2010-03-07 uzFix scrolling (again). The old code switched off scroll...
2010-02-28 uzReplaced '=' by ':=' where applicable and moved the...
2010-02-28 uzFixes for the pet-ptvjoy driver and a new standard...
2010-02-28 uzMoved the pet.inc file into the asminc subdirectory...
2010-02-27 uzPatch by Marco van den Heuvel that adds detection of...
2010-02-20 uzMade Olivers devnum patch (r4588) work with the PET...
2010-02-20 ol.scAdded comment based on mailing list posting by Greg...
2010-02-18 uzFixed a problem with a disabled cursor: Switching off...
2010-02-15 uzFixed a video problem: When switching the display,...
2010-02-15 uzPatches by Greg King to avoid crosstalk between mouse...
2010-02-14 ol.scInitialize _curunit from the zeropage value DEVNUM...
2010-02-12 uzNew EMD driver for the Double Quick Brown Box cartridge...
2010-02-12 uzMake PIA upper case for orthogonality.
2010-02-12 uzMore driver cleanup.
2010-02-11 uzUse the .max function to calculate the backup space.
2010-02-04 uzComment update.
2010-02-04 uzFixes for the ptvjoy drivers by Marco van den Heuvel.
2010-02-04 uzAdded DTV detection code by Marco van den Heuvel.
2010-02-04 uzSome more improvements (untested).
2010-02-04 uzNew extended memory driver for the C256K memory extensi...
2010-02-04 uzMoved the extended RAM driver to c128-ram2.emd and...
2010-02-02 uzNew EMD driver for the ISEPIC cartridge written and...
2010-02-02 uzFixes for joysticks 3+4 in the ptv joystick driver...
2010-02-01 uzMarco van den Heuvel contributed code to detect a C64...
2010-02-01 uzAdded code to the driver to use also banks 2 and 3...
2010-02-01 uzAdded size checking code contributed by Marco van den...
2010-02-01 uzNo need to save the Y register in INSTALL.
2010-02-01 uzAdded size checking code contributed by Marco van den...
2010-02-01 uzAdded size checking routine contributed by Marco van...
2010-01-26 uzRemoved the call to tgi_clear from tgi_init, so the...
2010-01-24 ol.scMinor reformatting.
2010-01-24 ol.scFactored out generic LINE implementation based on SETPI...
next