]> git.sur5r.net Git - cc65/history - src/ld65
un-remove TABs in doc/using-make.sgml
[cc65] / src / ld65 /
2012-06-10 ol.scMoved Apple EXEHDR to separate module (similiar to...
2012-06-10 ol.scBetter define 'EXTBSS' to allow developer to memset...
2012-06-08 ol.scApple GEOS reserves beside the main app area at $4000...
2012-06-03 ol.scAdded secondary linker config for C64 overlays (incl...
2012-04-01 uzRemoved unneeded include files.
2012-01-19 uzAdded handling of new expression opcodes.
2012-01-04 uzFinish support for .BANK.
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 uzAdjusted/added names of geos include files.
2012-01-03 ol.scIntroduced __BACKBUFSIZE__ which can be set to zero...
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-01 uzFixed a problem: For symbols of type weak or external...
2011-12-31 uzLet the linker generate a new symbol __NAME_FILEOFFS__...
2011-12-28 uzAdded support for arbitrary alignments.
2011-12-27 ol.scFirst steps towards supporting Apple GEOS.
2011-12-26 ol.scRedesigned GEOS VLIR linking:
2011-09-01 uzFixed an error: Symbol references for csyms were output...
2011-08-31 uzWrite out global symbols to the debug file. Added some...
2011-08-30 uzShorten "extern" -> "ext".
2011-08-30 uzMore work on high level language debug symbols. They...
2011-08-29 uzSome code cleanup.
2011-08-22 uzAdded the LineInfo count to the info line of the debug...
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 uzWrite out type information for spans to the debug info...
2011-08-21 uzAdd an optional type to a span.
2011-08-21 uzWrite spans out in a separate object file section....
2011-08-21 uzImplementation of StringPool has changed.
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...
next