]> git.sur5r.net Git - cc65/history - src/ld65/main.c
ld65: implement '--allow-multiple-definition' command line parameter
[cc65] / src / ld65 / main.c
2019-05-01 Christian Groesslerld65: implement '--allow-multiple-definition' command...
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.
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-08-16 Oliver SchmidtMerge pull request #335 from IrgendwerA8/SMC_macro_fixes
2016-08-14 Oliver SchmidtMerge pull request #334 from cacciatc/standard-versioning
2016-08-12 Chris CacciatoreAll programs print version and exit successfully. 334/head
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
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-04-25 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-29 Oliver SchmidtMerge pull request #100 from greg-king5/default-drivers
2014-03-29 Oliver SchmidtMerge pull request #101 from groessler/something_to_pull
2014-03-28 Christian GroesslerFix error which slipped in in '-L' command line paramet... 101/head
2014-03-28 Oliver SchmidtMerge pull request #99 from groessler/something_to_pull
2014-03-27 Christian GroesslerMake ld65 -L command line option position independent... 99/head
2014-03-25 Christian GroesslerMake ld65 -L command line option position dependent...
2014-03-24 Christian GroesslerMake ld65 command line arguments position independent.
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2013-11-19 Stephan MühlstrasserMerge branch 'master' into c1p
2013-10-09 Oliver SchmidtRemoved option from usage.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-06 Oliver SchmidtMerge pull request #4 from greg-king5/filepath
2013-05-06 Greg KingChanged the order of directories that are searched... 4/head
2013-05-02 Oliver SchmidtRemoved unused variable.
2013-04-27 Oliver SchmidtNo copyright message here.
2013-04-09 Oliver SchmidtReplaced builtin linker configs with ordinary .cfg...
2011-08-22 uzMaintain the types as separate indexed items in the...
2010-11-13 uzFixed typo in warning message.
2010-11-09 uzMerge CfgProcess and CfgAssignSegments because both...
2010-11-08 uzSeparate processing the linker config file into two...
2010-05-09 uzRestructured search path handling.
2009-09-28 uzMove the version numbers from the interface of the...
2009-08-28 uzAdded -u as an alias for --force-import. Updated comman...
2009-08-27 uzAdded a new "--force-import" command line option to...
2005-08-24 cuzFixed the copyright message
2005-07-26 cuzAdded symbol definitions on the command line and weak...
2005-03-26 cuzAdded library groups
2005-03-24 cuzOutput the help text to stdout
2005-01-23 cuzIn case of memory area overflows, generate a short...
2005-01-09 cuzFixed a bug: If all output data was discarded (by using...
2003-09-14 cuzMore debug file output
2003-08-15 cuzMore debug infos
2003-08-15 cuzRemoved the -Lp switch, place --dbgfile into help screen
2003-08-12 cuzFixed a bug
2003-06-06 cuzAdded assertions
2003-06-04 cuzUse a string pool to reduce the memory footprint
2003-06-02 cuzChanged file type and search path handling
2003-05-29 cuzAdd file search path capability (still unused)
2003-02-16 cuzAdded a new extended (and machine specific) zeropage...
2002-12-13 cuzFixed formatting of the help text
2002-12-03 cuzNew feature: startaddress
2002-11-25 cuzAdjusted the copyright string
2002-04-25 cuzAdd support for a module id
2002-04-08 cuzAdd --config option to usage
2001-10-02 cuzReordered usage output
2001-09-30 cuzUsed __attribute ((unused)) instead of -Wno-unused...
2001-09-15 cuzFixed a few warnings
2001-05-29 cuzAdded dbg file generation
2001-03-10 cuzMoved verbose output to a shared module in the common...
2001-03-09 cuzAdded command line response files
2000-11-20 cuzWorking on the condes feature
2000-10-18 cuzAdded handling for -h command line parameter
2000-08-24 cuzNew long option: --start-addr
2000-08-23 cuzChange target handling, use modules from the common...
2000-06-14 cuzPlace shared modules into the common dir
2000-05-28 uzThis commit was generated by cvs2svn to compensate...