]> git.sur5r.net Git - cc65/history - src/ld65/config.c
Add support for INITAD to the Atari binary format.
[cc65] / src / ld65 / config.c
2019-02-21 Daniel SerpellAdd support for INITAD to the Atari binary format.
2019-02-12 Oliver SchmidtMerge pull request #834 from jedeoric/master
2019-02-03 Daniel SerpellOnly write full ATARI XEX header in the first chunk.
2019-02-03 Daniel SerpellAdd support for Atari XEX file format to LD65
2019-01-25 jedeoricMerge branch 'master' into master
2019-01-20 Oliver SchmidtMerge pull request #829 from inexorabletash/string...
2019-01-05 Greg KingChanged most "backticks" (grave accents) into apostrophes.
2018-10-18 Evgeny VrublevskyDon't output a warning about alignment when section...
2018-09-14 greg-king5Merge pull request #740 from laubzega/master
2018-09-09 LaubzegaNew segment type renamed to "overwrite".
2018-09-06 LaubzegaRename more stuff from "overlay" to "replace".
2018-09-04 LaubzegaSegment OVERLAY renamed to REPLACE. Bugfix for read...
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
2016-02-26 silverdrMerge pull request #1 from cc65/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2015-10-24 Oliver SchmidtMerge pull request #224 from greg-king5/ld65-segstart
2015-10-22 Greg KingChanged the way that ld65 handles bad offset/start... 224/head
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-07-25 Oliver SchmidtMerge pull request #12 from greg-king5/lightpen
2013-07-10 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-07-10 Oliver SchmidtMerge pull request #20 from greg-king5/linker
2013-07-10 Greg KingFixed ld65's precalculation of memory-area sizes. 20/head
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-04-09 Oliver SchmidtReplaced builtin linker configs with ordinary .cfg...
2012-11-03 uzAdded a new attribute IMPORT to the CONDES definition...
2012-09-09 uzAdded a "fillval" attribute to the segment definition...
2012-06-30 uzMove evaluation of the argument for .BANK into the...
2012-01-04 uzFinish support for .BANK.
2012-01-04 uzFixed an error in file offset calculation.
2012-01-03 uzStarted to add a new .BANK instruction that allows...
2012-01-02 uzSymbols imported from the linker config must have the...
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-08-18 uzRead and manage additional line information for symbols.
2011-08-02 uzFixed another memory leak.
2011-01-26 uzUse LineInfo instead of raw FilePos objects. Most infor...
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-08 uzSeparate processing the linker config file into two...
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-03-20 uzChanged the type of CfgSVal to a string buffer and...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2005-07-29 cuzFixed a bug
2005-07-28 cuzAdded simple expressions for the config file
2005-07-26 cuzAdded symbol definitions on the command line and weak...
2005-07-24 cuzNew syntax for symbols
2005-03-30 cuzFixed numeric OS ids. Added new OS OPENCBM
2005-02-14 cuzAllow numeric OS types in the config file
2005-01-23 cuzIn case of memory area overflows, generate a short...
2005-01-20 cuzBetter error message when a file is not found in the...
2005-01-08 cuzNew segment attribute ALIGN_LOAD. Some cleanup.
2004-09-20 cuzNew condes type interruptor
2004-06-02 cuzFixed a bug
2003-09-14 cuzMore debug file output
2003-08-16 cuzFixed a bug
2003-06-06 cuzAdded assertions
2003-06-04 cuzMore string pool use
2003-06-04 cuzUse a string pool to reduce the memory footprint
2003-05-22 cuzAdded an OPTIONAL segment attribute
2003-01-05 cuzFixed a bug
2002-12-14 cuzDid some renaming and cleanup: Renamed EXPR_SEGMENT...
2002-12-11 cuzPrint a warning if a bss type segment has both, run...
2002-12-03 cuzNew feature: startaddress
2002-04-25 cuzAdd support for a module id
2002-04-21 cuzSupport additional o65 attributes.
2002-04-21 cuzAdd new o65 operating system
2001-12-01 cuzAdded o65 symbol export capability
2001-12-01 cuzAdded/completed/debugged o65 support for Lunix
2001-03-10 cuzAllow to define symbols in the linker config
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...
2000-11-20 cuzFirst finished implementation of the condes feature
2000-11-20 cuzWorking on the condes feature
2000-08-01 cuzUse the CHECK macros from the common dir
2000-06-14 cuzPlace shared modules into the common dir
2000-05-28 uzThis commit was generated by cvs2svn to compensate...