]> git.sur5r.net Git - cc65/history - src/ld65/bin.c
Segment OVERLAY renamed to REPLACE. Bugfix for read-only segments. Formatting.
[cc65] / src / ld65 / bin.c
2018-09-04 LaubzegaSegment OVERLAY renamed to REPLACE. Bugfix for read...
2018-08-26 LaubzegaFix for multiple overlay segments.
2018-08-25 LaubzegaAdd segment type "overlay". 739/head
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
2016-03-29 Oliver SchmidtMerge pull request #280 from greg-king5/misaligned
2016-03-29 Greg KingMoved a warning message, about misaligned segments... 280/head
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-09-09 uzAdded a "fillval" attribute to the segment definition...
2011-12-31 uzLet the linker generate a new symbol __NAME_FILEOFFS__...
2011-12-28 uzAdded support for arbitrary alignments.
2011-08-14 uzAdapted to new line infos and spans as written to the...
2010-11-08 uzSeparate processing the linker config file into two...
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 uzReplace more linked lists by collections.
2010-08-01 uzBe sure to generate line info for all segments.
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2005-11-22 cuzA BSS segment with an alignment, that is written to...
2005-01-09 cuzFixed a bug: If all output data was discarded (by using...
2005-01-08 cuzNew segment attribute ALIGN_LOAD. Some cleanup.
2003-06-04 cuzUse a string pool to reduce the memory footprint
2001-09-30 cuzUsed __attribute ((unused)) instead of -Wno-unused...
2001-05-29 cuzAdded dbg file generation
2001-03-10 cuzMoved verbose output to a shared module in the common...
2001-03-03 cuzFixed a bug with different load/run areas, where a...
2001-01-10 cuzRemove trailing underlines from struct names
2000-11-20 cuzFirst finished implementation of the condes feature
2000-11-02 cuzRemoved underlines from structure names.
2000-06-14 cuzPlace shared modules into the common dir
2000-05-28 uzThis commit was generated by cvs2svn to compensate...