]> git.sur5r.net Git - cc65/history - src/ld65
Preparations for the new format.
[cc65] / src / ld65 /
2011-08-07 uzHandle scopes with a label correctly. Add the label...
2011-08-07 uzBump the version number of the generated debug file.
2011-08-07 uzDebug info: Make file info ids continous. Output module...
2011-08-07 uzOutput library information to the debug file.
2011-08-06 uzRemoved the Next pointer which is no longer necessary.
2011-08-05 uzManage the segments in a collection.
2011-08-05 uzCentral management of the debug info base ids.
2011-08-05 uzOutput module info.
2011-08-04 uzMore work on scope suport.
2011-08-04 uzRearrange debug info output. Add scopes to the debug...
2011-08-04 uzRead Sections before Scopes, because the later will...
2011-08-04 uzUse the Span structure also for scopes.
2011-08-04 uzGeneralized the CodeRange structure used for line infos...
2011-08-02 uzFixed another memory leak.
2011-08-02 uzFixed another memory leak.
2011-08-01 uzRead scopes from the object files.
2011-08-01 uzFixed a rather large memory leak.
2011-07-31 uzAdd the parent scope/symbol to the debug symbol attributes.
2011-06-14 uzFor segment based symbols, add information about the...
2011-06-14 uzMerge duplicate file entries (same name, size and times...
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-06-08 uzFixed an error: The amount of fill bytes for a section...
2011-06-08 uzAdded more debug output.
2011-04-25 uzReverted the change by Stefan Haubenthal - order of...
2011-04-16 uzFix tape header output. Add version info in the header...
2011-04-06 uzNew uploader that can be hiding in top of memory waitin...
2011-03-21 uzLynx boot stuff split up into several files. Changes...
2011-03-17 uzImproved and much smaller bootloader by Karri Kaksonen.
2011-02-10 uzFixed an error: The collection for the line infos hasn...
2011-01-29 uzBump version number of generated debug info files.
2011-01-29 uzPass type of line info through the object files.
2011-01-28 uzFixed an error in the macro versions of the inline...
2011-01-28 uzSmall fix for debug info output.
2011-01-28 uzAdapted to new library format.
2011-01-28 uzFixed a bug: Wrong variable size trucates data.
2011-01-27 uzUse a collection for the modules in a library.
2011-01-27 uzSave a few bytes when writing file list entries to...
2011-01-27 uzMust read line infos earlier when reading in an object...
2011-01-27 uzMore detailed error message.
2011-01-26 uzAllow different output formats using additional linker...
2011-01-26 uzUse LineInfo instead of raw FilePos objects. Most infor...
2011-01-24 uzFragments and assertions reference LineInfo items inste...
2011-01-04 uzMore changes by Karri Kaksonen.
2010-12-29 uzLynx update including file routines that access a file...
2010-12-22 uzLatest versions of startup code and config by Karri...
2010-11-17 uzChanged the startup module and the linker config for...
2010-11-17 uzChanged the startup module and the linker config for...
2010-11-17 uzChanged the startup module and the linker config for...
2010-11-17 uzChanged the startup module and the linker config for...
2010-11-16 uzFixed a problem with the last change in crt0.s: The...
2010-11-16 uzFixed wrong size of HEADER area. The invalid size had...
2010-11-14 uzLimit RAM area to $CFFF instead of $FFFF.
2010-11-14 uzAdded the first implementation of a linker config suite...
2010-11-14 uzModified the builtin c64 config to force inclusion...
2010-11-13 uzFixed typo in warning message.
2010-11-13 uzForce inclusion of the load address.
2010-11-13 uzFor modules, the ZP memory area must be written to...
2010-11-12 uzAdd an additional file = "" to memory areas that contai...
2010-11-12 uzDefine the __XX_START__ symbol for a memory area earlie...
2010-11-12 uzReworked and improved the SYMBOLS section. The old...
2010-11-10 uzKeep the config file position in a FilePos structure.
2010-11-09 uzOne more place where OutputNameUsed must be flagged.
2010-11-09 uzMerge CfgProcess and CfgAssignSegments because both...
2010-11-09 uzBetter handling of imports in the ExprNode structure.
2010-11-08 uzSeparate processing the linker config file into two...
2010-11-07 uzPatch to correct the linkorder in the make files to...
2010-10-02 ol.scExclude (small) stack from RAM memory area (like on...
2010-08-17 uzRenamed the defines in symdefs.h to something more...
2010-08-09 uzChange output for symbols in the debug info file to...
2010-08-09 uzFixed a C99ism.
2010-08-08 uzAnother format change: Record the output file and offse...
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 uzSome changes in debug info generation.
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-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-05-09 uzRestructured search path handling.
2010-03-23 uzFixed the size of the RAM segment for the CBM610. The...
2010-03-21 uzFor the CBM 510, the stack is not part of RAM. And...
2010-03-21 ol.sc- No more HEAP segment
2010-03-20 uzChanged the size of available RAM so that the last...
2010-03-20 uzAllow escape sequences prefixed by '%' in strings....
2010-03-20 uzChanged the type of CfgSVal to a string buffer and...
2010-02-11 uzAdded builtin .min() and .max() pseudo functions to...
2010-01-17 ol.scDefine HEADER memory area for the EXEHDR segment for...
2009-12-09 uz* Moved the BASIC stub that calls the compiled program...
2009-12-08 uzAn assignment for the ZPSAVE segment was missing in...
2009-10-04 uzAdd .assert actions that aren't evaluated at assembly...
2009-10-01 ol.scMade stacksize user-adjustable on the cmdline. V2.13.0rc2
2009-10-01 uzLynx updates by Karri Kaksonen.
next