]> git.sur5r.net Git - cc65/history - src/da65/infofile.c
Style and alignment fixes.
[cc65] / src / da65 / infofile.c
2018-06-13 AIDA ShinraStyle and alignment fixes. 681/head
2018-06-11 AIDA ShinraFollowed discussions in the Pull reequest #681.
2018-06-10 AIDA ShinraSupport for "virtual operands" of subroutines like...
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-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-02-08 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2015-01-10 Oliver SchmidtMerge pull request #143 from greg-king5/basic-stub
2014-12-03 Oliver SchmidtMerge pull request #142 from greg-king5/disassemble...
2014-11-30 Greg KingClarified a segment error message. 142/head
2014-11-23 Greg KingCompleted the coding of da65's SEGMENT feature.
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
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...
2011-02-05 uzAdded two new global options, NewlineAfterJMP and Newli...
2007-08-31 cuzStarted to add support for segments.
2006-01-30 cuzAdded new options and info file attribute to set the...
2006-01-29 cuzRestructured some of the code. Attribute handling is...
2006-01-27 cuzNew --label-break option
2005-02-16 cuzAdded new comment feature
2005-01-08 cuzNew info file statement "asminc" that allows to read...
2004-04-29 cuzFixed a bug in the handling of ranges where the granula...
2003-09-11 cuzNew --hexoffs option
2003-08-23 cuzAdd new SKIP range
2003-08-23 cuzAdded INPUTOFFS and INPUTSIZE
2003-08-23 cuzNew features: DByteTable, Comments
2003-08-18 cuzA page length of zero wasn't accepted
2003-08-12 cuzAllow a CPU spec in the GLOBAL section of the info...
2003-08-09 cuzRenamed the config file to info file and changed the...