]> git.sur5r.net Git - cc65/history - src/ld65/config.c
Finish support for .BANK.
[cc65] / src / ld65 / config.c
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...