]> git.sur5r.net Git - cc65/history - src/ld65/exports.c
ld65: implement '--allow-multiple-definition' command line parameter
[cc65] / src / ld65 / exports.c
2019-05-01 Christian Groesslerld65: implement '--allow-multiple-definition' command...
2019-05-01 Christian Groesslersrc/ld65/exports.c: Issue an error instead of a warning...
2019-03-24 Bas WassinkMerge https://github.com/cc65/cc65
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.
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-04-25 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-20 Oliver SchmidtMerge pull request #94 from groessler/something_to_pull
2014-03-20 Christian GroesslerExtend the map file to include a table of exports sorte...
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...
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-02-10 uzFixed several issues where an object file reference...
2012-11-03 uzAdded a new attribute IMPORT to the CONDES definition...
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 uzRead and manage additional line information for symbols.
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-12 uzTracked rename of hashstr -> hashfunc.
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-01-28 uzFixed a bug: Wrong variable size trucates data.
2011-01-26 uzUse LineInfo instead of raw FilePos objects. Most infor...
2010-11-12 uzReworked and improved the SYMBOLS section. The old...
2010-11-08 uzSeparate processing the linker config file into two...
2010-08-17 uzRenamed the defines in symdefs.h to something more...
2009-08-27 uzAdded a new "--force-import" command line option to...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2005-01-09 cuzFixed a bug: If all output data was discarded (by using...
2004-05-12 cuzBetter error messages
2003-12-22 cuzFixed a watcom warning
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-11-09 cuzFixed a bug
2003-06-05 cuzMore stringpool use / memory savings
2003-06-04 cuzUse a string pool to reduce the memory footprint
2003-05-25 cuzChanged the object file and library format. There is...
2003-01-04 cuzMove the Debug flag into a new module "debugflag" in...
2002-12-14 cuzDid some renaming and cleanup: Renamed EXPR_SEGMENT...
2001-12-01 cuzAdded o65 symbol export capability
2001-09-08 cuzFlag labels in the map file exports list
2000-11-20 cuzFirst finished implementation of the condes feature
2000-11-20 cuzWorking on the condes feature
2000-11-03 cuzNew module to handle initializers
2000-11-02 cuzRemoved underlines from structure names.
2000-10-30 cuzWorking on initializers
2000-08-02 cuzAdded a method to write variable sized unsigned values...
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...