]> git.sur5r.net Git - cc65/history - src/ld65
Changed the order of directories that are searched for files.
[cc65] / src / ld65 /
2013-05-06 Greg KingChanged the order of directories that are searched... 4/head
2013-05-02 Oliver SchmidtRemoved unused variable.
2013-05-02 Oliver SchmidtRemoved unused variable.
2013-04-27 Oliver SchmidtNo copyright message here.
2013-04-27 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2013-04-27 Oliver SchmidtAllow to supply searchpath defines as simple values...
2013-04-23 Oliver SchmidtMerge pull request #1 from greg-king5/master
2013-04-22 Greg KingStopped interrupt dispatcher from being linked even... 1/head
2013-04-09 Oliver SchmidtAllow for warning-free build of ld65 with MS VC on...
2013-04-09 Oliver SchmidtReplaced builtin linker configs with ordinary .cfg...
2013-02-12 ol.scJust some beautification.
2013-02-12 ol.scAdded missing __CALLIRQ__ import attribute.
2013-02-10 uzFixed several issues where an object file reference...
2012-11-04 uzSince there is now line info with type ASM and a count...
2012-11-03 uzHave the callirq module export __CALLIRQ__ and changed...
2012-11-03 uzAdded a new attribute IMPORT to the CONDES definition...
2012-10-28 uzUse O65OPT_FILENAME to place the filename of the output...
2012-09-30 ol.scAdded C128 overlay linker config.
2012-09-30 ol.scMinimal formatting adjustment.
2012-09-11 karriShring the bootloader by 20 bytes and remove restrictio...
2012-09-09 uzAdded a "fillval" attribute to the segment definition...
2012-06-30 uzMove evaluation of the argument for .BANK into the...
2012-06-24 ol.scAdded secondary linker config for Atari overlays (locat...
2012-06-16 ol.scAdded secondary linker config for Apple2 overlays ...
2012-06-16 ol.scThe Apple2 linker configs *-loader.cfg only differed...
2012-06-16 ol.scAdjusted comment to recent changes.
2012-06-16 ol.scAvoid mixing of memory areas and segments in address...
2012-06-16 ol.scI just don't like 'file = "" '.
2012-06-16 ol.scReplaced "throwing away" of memeory area HEADER with...
2012-06-16 ol.scRenamed segment 'HIGHCODE' to 'LC because:
2012-06-16 ol.scThe Apple2 linker configs basically cover two dimension...
2012-06-14 ol.scAdded basic Apple linker config for assembler programs...
2012-06-14 ol.scMoved actual computation of DOS 3.3 header to linker...
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.
next