]> git.sur5r.net Git - cc65/history - src/ld65
Removed redundant attempts to build uncompilable files.
[cc65] / src / ld65 /
2011-08-19 uzRead the segment size as var, not as 32 bit value.
2011-08-19 uzReenable optimizations.
2011-08-19 uzChanged data type used to store line numbers from unsig...
2011-08-19 uzOutput all positions in a file for unresolved externals.
2011-08-18 uzOutput line info for symbol definition and references.
2011-08-18 uzRead and manage additional line information for symbols.
2011-08-18 uzReplace single linked list of sections in a segment...
2011-08-18 uzUse correct syntax. The old did work but wasn't really...
2011-08-18 uzExport NewSpan() - this will be needed later.
2011-08-18 uzIf a symbol is an import, the corresponding export...
2011-08-18 uzMark imports using "type=imp".
2011-08-16 uzWrite imports out to the debug info file. Add the id...
2011-08-16 uzHandle the new symbol flags correctly. Changed - among...
2011-08-15 uzFixed problems with the range check on 64 bit machines.
2011-08-15 uzThe line number is now of type unsigned.
2011-08-14 uzGrow the line info collection as needed before actually...
2011-08-14 uzAdapted to new line infos and spans as written to the...
2011-08-12 uzTracked rename of hashstr -> hashfunc.
2011-08-11 uzFixed an error in the INFO line.
2011-08-11 uzOutput spans to the debug info file.
2011-08-09 uzOutput ids for line infos to the debug info file.
2011-08-08 uzUse symbolic names when writing the scope type to the...
2011-08-08 uzUse "lib" instead of "library".
2011-08-08 uzOutput information about the item counts in the debug...
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.
next