]> git.sur5r.net Git - cc65/shortlog
cc65
2010-10-02 ol.scExclude (small) stack from RAM memory area (like on...
2010-08-24 uzFixed problem with last change: Static declaration...
2010-08-23 uzAllow initialization of variables declared with "extern".
2010-08-17 uzUpdated GEOS TGI driver by Maciej Witkowiak.
2010-08-17 uzuse ReadVar to read the type. This doesn't make a diffe...
2010-08-17 uzInclude information about the type of the symbol in...
2010-08-17 uzRenamed the defines in symdefs.h to something more...
2010-08-17 uzDebug symbolid for each symbol that goes into the debug...
2010-08-17 uzSF_INDEXED is no longer needed.
2010-08-17 uzRename symbol index => import id because that's what...
2010-08-17 uzMaintain some additional information for scopes. Write...
2010-08-11 uzBumped the year in the copyright notice. It hasn't...
2010-08-11 uzNew function cc65_symbol_inrange. Fixed an error in...
2010-08-09 uzFirst support for symbols - mostly untested.
2010-08-09 uzStart adding (limited) support for symbols.
2010-08-09 uzChange output for symbols in the debug info file to...
2010-08-09 uzMove the collection containing all line infos into...
2010-08-09 uzAdd 'extern "C"' so the module may be used from C+...
2010-08-09 uzAdded some more checks and initialization.
2010-08-09 uzFixed a C99ism.
2010-08-08 uzMajor changes: Names of structures, fields and subrouti...
2010-08-08 uzAnother format change: Record the output file and offse...
2010-08-08 uzAllow access to segment information.
2010-08-08 uzMore collection usage. This has also removed the need...
2010-08-08 uzMore collection usage.
2010-08-08 uzReplace more linked lists by collections.
2010-08-08 uzUse collections instead of linked lists to simplify...
2010-08-07 uzChange handling of errno/seterrno to new behaviour...
2010-08-07 uzSome more test and example code.
2010-08-07 uzImproved info API.
2010-08-07 uzSome changes in debug info generation.
2010-08-06 uzAdd some code that tries to skip unknown keywords that...
2010-08-05 uzThe stuff will not link with Watcom because of vsnprint...
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...
next