]> git.sur5r.net Git - cc65/shortlog
cc65
2012-01-19 uzAdded handling of new expression opcodes.
2012-01-19 uzFix wrong offset of irq vector byte used as on/off...
2012-01-19 uzForgot to check these in. They contain the new expressi...
2012-01-19 ol.scAdded wrapper for C level irq handling.
2012-01-18 spiroAdd missing Debian build-dependancy on "texinfo".
2012-01-18 uzAdd bounded expressions for immediate addressing and...
2012-01-18 uzRemove obsolete defines for the 6502 processor flags.
2012-01-16 ol.scAdded articles in last chapter.
2012-01-15 uzFixes for typos by Stefan Haubenthal.
2012-01-15 spiroMake cc65-doc depend on the right version of cc65
2012-01-15 spiroUpdate debian package generation.
2012-01-15 ol.scAdded articles (last chapterstill todo).
2012-01-14 ol.scThe "Hitchhiker's Guide To GEOS" is the only publicly...
2012-01-14 ol.scFixed typo.
2012-01-13 uzAdd some warnings about using .DEFINE.
2012-01-11 uzFixed an error in calculation of the fill bytes necessa...
2012-01-07 ol.scRestored compatibility with info.
2012-01-06 uzFixed several build warnings.
2012-01-06 uzAn export has been missing for BRKVec (Stefan Haubenthal).
2012-01-06 uzreset_brk is not __fastcall__. By Stefan Haubenthal.
2012-01-06 uzPatch by Greg King: Improved the mkdir rule. Adjusted...
2012-01-05 ol.scReplace some more instance of geos.lib with geos-cbm...
2012-01-05 ol.scAdjusted line endings and fixed some more typos.
2012-01-05 uzgrc is now named grc65.
2012-01-05 uzFixed a typo.
2012-01-05 ol.scUpdated second part of the grc65 doc.
2012-01-05 ol.scResource compiling has to come first.
2012-01-04 uzFinish support for .BANK.
2012-01-04 uzMark segments that are referenced in a .BANK statement.
2012-01-04 uzAdd the new include files geos-apple.inc and geos-cbm...
2012-01-04 uzMoved the segdefs module to ca65, since it was used...
2012-01-04 uzFixed an error in file offset calculation.
2012-01-04 uzFixed copy & paste errors in comments.
2012-01-04 ol.scAdjusted resource file to recent syntax changes.
2012-01-03 ol.scUpdated first part of the grc65 doc.
2012-01-03 ol.scAdded a sample demonstrating how to create a VLIR overl...
2012-01-03 uzStarted to add a new .BANK instruction that allows...
2012-01-03 ol.scMinimal beautification.
2012-01-03 ol.scThe VLIR table description didn't contain that much...
2012-01-03 uzNo need to simplify an expression in SegDone() if it...
2012-01-03 uzAdjusted/added names of geos include files.
2012-01-03 ol.scIntroduced __BACKBUFSIZE__ which can be set to zero...
2012-01-02 ol.scThe (to be written) "Apple GEOS UnConvert" tool should...
2012-01-02 ol.scFixed type in target name (it is not supposed to be...
2012-01-02 uzSymbols imported from the linker config must have the...
2012-01-02 ol.scRenamed apple-geos.cfg to geos-apple.cfg and added...
2012-01-02 ol.scRenamed geos.cfg to geos-cbm.cfg.
2012-01-02 ol.scAccording to http://wweicht.homepage.t-online.de/projek...
2012-01-02 ol.scAnother try in normalizing C coding style.
2012-01-02 ol.scAnother try in normalizing C coding style.
2012-01-02 ol.scReplaced <target>-geos with geos-<target>.
2012-01-02 ol.scNormalized style of fragment-type GEOS samples.
2012-01-02 ol.scAdded GEOS Kernal call showing what the struct is for...
2012-01-02 ol.scMoving the quit-hook towards the end of page 3 as far...
2012-01-01 uzFixed a problem: For symbols of type weak or external...
2012-01-01 uzCode optimization contributed by Kajtar Zsolt, soci...
2012-01-01 uzRemoved the jump to RESTOR on exit for all the CBM...
2012-01-01 uzFixed a bug: To check for signed types use IsSignSigned...
2012-01-01 uzNES TGI Update by Stefan Haubenthal.
2011-12-31 uzLet the linker generate a new symbol __NAME_FILEOFFS__...
2011-12-31 uzSupport for the Mitsubishi 740 CPU for da65. Written...
2011-12-29 uzFix SVN version stuff. The old implementation apparentl...
2011-12-29 silverdrremoved one conditional in the cc65 Makefile gcc.mak...
2011-12-28 uzChanged docs for options.
2011-12-28 uzChange option processing and options to be more compati...
2011-12-28 uzRenamed the main file to main.c for consistency reasons.
2011-12-28 uzRemoved an anused constant.
2011-12-28 uzRenamed the old geos target to geos-cbm.
2011-12-28 uzOrder of table entries was wrong, so bsearch failed.
2011-12-28 uzAdded support for arbitrary alignments.
2011-12-28 uzMake the error message for large alignments more descri...
2011-12-28 uzNew behaviour of .ALIGN, new option --large-alignment.
2011-12-28 uzAdded TGT_GEOS_CBM and TGT_GEOS_APPLE.
2011-12-28 uzFixed a compiler warning.
2011-12-27 ol.scFirst steps towards supporting Apple GEOS.
2011-12-27 uzSmall changes for arbitrary alignment in object files.
2011-12-27 uzAllow arbitrary alignments, not just powers of two...
2011-12-27 uzBumped object file version since file format has changed.
2011-12-27 uzAdded LARGE_ALIGNMENT.
2011-12-27 uzFix warning about possibly uninitialized variable.
2011-12-27 uzExport MAX_ALIGNMENT.
2011-12-27 uzNew function AlignCount.
2011-12-27 uzFix the factorization routine and hide it in the module...
2011-12-27 ol.scAdded preliminary support for -t option.
2011-12-27 ol.scUnified GEOS sample resource file names.
2011-12-27 ol.sc- Removed -f option.
2011-12-27 ol.scReplaced references to target 'geos' with references...
2011-12-27 ol.scRemoved -f option. Just always overwrite files - as...
2011-12-27 uzAdded functions to factorize a value and to create...
2011-12-27 ol.scUpdated first part of the grc65 doc.
2011-12-27 ol.scRenamed to follow .grc naming scheme.
2011-12-27 ol.scFixed typo.
2011-12-27 ol.scAllow for custom icon for a GEOS app by allowing user...
2011-12-27 ol.scDeleted empty directory.
2011-12-27 ol.scMoved GEOS VLIR assembler sample from 'samples' to...
2011-12-26 ol.scAdjusted language and TABs.
2011-12-26 ol.scRedesigned GEOS VLIR linking:
2011-12-26 uzNew include file for address alignment.
2011-12-26 silverdrchanged wording of the message
2011-12-19 ol.scMinor formatting adjustment.
next