]> git.sur5r.net Git - cc65/history - src
Added docs to set_irq / reset_irq.
[cc65] / src /
2012-01-20 uzReverted some errorneously committed changes which...
2012-01-20 uzFixed a problem reported by Greg King. structs returned...
2012-01-20 uzMasking a bit field is unnecessary if there was no...
2012-01-19 uzAdded handling of new expression opcodes.
2012-01-19 uzForgot to check these in. They contain the new expressi...
2012-01-18 uzAdd bounded expressions for immediate addressing and...
2012-01-11 uzFixed an error in calculation of the fill bytes necessa...
2012-01-04 uzFinish support for .BANK.
2012-01-04 uzMark segments that are referenced in a .BANK statement.
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-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-01 uzFixed a problem: For symbols of type weak or external...
2012-01-01 uzFixed a bug: To check for signed types use IsSignSigned...
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 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 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 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.scRemoved -f option. Just always overwrite files - as...
2011-12-27 uzAdded functions to factorize a value and to create...
2011-12-27 ol.scFixed typo.
2011-12-27 ol.scAllow for custom icon for a GEOS app by allowing user...
2011-12-26 ol.scRedesigned GEOS VLIR linking:
2011-12-26 uzNew include file for address alignment.
2011-12-11 uzFixed an error introduced in revision 4427: The list...
2011-12-05 uzWhen generating the dependency file, escape spaces...
2011-11-07 uzDisallow __asm__ on global level.
2011-09-18 uzFixed an internal error caused by muddling through...
2011-09-04 uzFixed an error: The output file shouldn't be opened...
2011-09-03 uzSmall fix for an error message.
2011-09-01 uzMake the type of a C symbol available.
2011-09-01 uzAdded functions to access the c symbols in the debug...
2011-09-01 uzPostprocess and cross-reference C symbol infos.
2011-09-01 uzFixed an error: Symbol references for csyms were output...
2011-08-31 uzNew flag that tells if the HLL symbol has an asm symbol...
2011-08-31 uzWrite out global symbols to the debug file. Added some...
2011-08-30 uzParse csym lines in the debug info file. No api functio...
2011-08-30 uzValidate the type passed in .dbg statements at least...
2011-08-30 uzFor now use the void type for all debug symbols to...
2011-08-30 uzShorten "extern" -> "ext".
2011-08-30 uzMore work on high level language debug symbols. They...
2011-08-30 uzThe geos resource compiler was still called by its...
2011-08-29 uzRenamed hldbgsym -> hlldbgsym.
2011-08-29 uzSome code cleanup.
2011-08-29 uzWrite the high level debug info to the object file.
2011-08-29 uzAdded an offset field to the high level language symbol...
2011-08-29 uzWorked on high level language symbol info.
2011-08-28 uzAdded a module for high level language debug symbols.
2011-08-28 uzAdded output of types.
2011-08-28 uzFixed the layout for the span output.
2011-08-26 uzAdded span output.
2011-08-26 uzAdd a (currently empty) type string to the debug info...
2011-08-26 uzStarted to add debug infos for C functions and symbols.
2011-08-26 uzFix a C89 incompatibility (Stefan Haubenthal).
2011-08-26 uzPointers passed outside the module should be const.
2011-08-25 uzAdded code to parse type strings and convert them into...
2011-08-23 uzFix type string for .ADDR and .FARADDR.
2011-08-23 uzFixed a bug: Never remember a pointer to a string buffe...
2011-08-23 uzRenamed GT_GetArraySize to GT_GetElementCount.
2011-08-23 uzImplement variable sized element count for arrays.
2011-08-22 uzAdded the LineInfo count to the info line of the debug...
2011-08-22 uzTrack types, parse the extended debug info format with...
2011-08-22 uzMaintain the types as separate indexed items in the...
2011-08-22 uzAdded a tpool module that implements a global pool...
2011-08-22 uzDo not resolve the lists of spans for LineInfos and...
2011-08-21 uzFix a problem with the generated array sizes for span...
2011-08-21 uzParse (but ignore) type information for spans.
2011-08-21 uzWrite out type information for spans to the debug info...
next