]> git.sur5r.net Git - cc65/shortlog
cc65
2010-08-05 uzSeveral fixes detected when using another C compiler.
2010-08-05 uzFirst working version with complete API for line inform...
2010-08-05 uzOutput version information into the debug file.
2010-08-05 uzCorrected indentation - no code change.
2010-08-05 uzFix relocation of line infos.
2010-08-03 uzDon't output multiple code ranges per line, since this...
2010-08-03 uzFirst version of a module that reads debug files genera...
2010-08-01 uzBe sure to generate line info for all segments.
2010-08-01 uzChanged a comment
2010-07-31 uzFixed an error in the macro version of HasObjData().
2010-07-31 uzFixed an error: Some of the collections weren't initial...
2010-07-30 uzHandle file position information for fragments differen...
2010-07-30 uzUse collections in the object file structure instead...
2010-07-30 uzAdded a new function CollGrow.
2010-07-30 uzAdded documentation for the od65 utility.
2010-07-26 uzMake .DEF, .REF and friends also work with cheap local...
2010-07-20 ol.scMinor formatting change.
2010-07-18 ol.scMaybe this looks better when rendered to HTML ?
2010-07-18 ol.scFixed typo.
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-11 uzAnother minor improvement in compares.
2010-07-11 uzRemoved the header files for the rs232 API since it...
2010-07-11 uzFixed and improved the code for compares. Before, compa...
2010-07-10 uzThis is part of adding getopt() lately but wasn't check...
2010-07-10 uzFixed an error: A function wasn't converted to a void...
2010-07-10 uzA negative token count for .LEFT was incorrectly adjust...
2010-07-10 uzAdded getopt. The implementation is based on a public...
2010-07-10 uzAdded a paragraph about Oricutron, an Emulator for...
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-26 uzCorrected the list of macros in the macro packages.
2010-06-26 cpgmisc updates
2010-06-25 cpgadapt to new segments; some other text changes
2010-06-25 cpgabort build if $(AR) reports an error
2010-06-17 ol.scWhitespace only change.
2010-06-16 ol.scdio_open():
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.scHarmonized comment style.
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 uzRemove __maperrno symbol, since the function is no...
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 uzAdded EBADF since this is required for fileno().
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-03 uzChange the prototype for _seterrno to return a char...
2010-06-03 uzAdded a prototype for _seterrno().
2010-06-03 uzRemoved the mapping function called previously by the...
2010-06-03 ol.scAdjusted Makefile and remarks to the recent cc65 improv...
2010-06-03 uzNew install script from Stefan Haubenthal that (among...
2010-06-02 ol.scAlign rootdir() return value rather with POSIX function...
2010-06-01 ol.scSet _oserror only on error.
2010-06-01 uzFixed several errors in the description of _poserror.
2010-05-30 uzAdded relative include path handling: The path of an...
2010-05-29 uzCheck for a size of zero in SB_CopyBuf to make the...
2010-05-29 uzDon't ignore empty paths when adding the path of a...
2010-05-28 uzChanged search path logic: Include files are now search...
2010-05-28 uzPushSearchPath will add the path only if it's not alrea...
2010-05-28 uzNew functions PushSearchPath and PopSearchPath.
2010-05-27 uzFix the check for constant static local data, which...
2010-05-26 ol.scAdded function to find out the volume name of a ProDOS...
2010-05-25 uzAdded missing docs for predefined macros, sorted them...
2010-05-25 uzAdded a(nother) link to the o65 binary format specifica...
2010-05-24 ol.scAdded functions to learn about the unit numbers of...
2010-05-09 uzRestructured search path handling.
2010-05-04 uzNew option --bin-include-dir which is passed to the...
next