]> git.sur5r.net Git - cc65/history - src/ca65/condasm.c
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / ca65 / condasm.c
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-08-18 uzAdd reference counting to line infos. This allows bette...
2011-08-14 uzComplete redesign of line info generation. Uses spans...
2011-08-02 uzFixed a memory leak.
2011-06-09 uzFixed an error: An .ELSE without an .IF caused a null...
2011-06-09 uzImprove the performance of the routine that determines...
2011-06-07 uzFix an error with .ELSEIF: The condition must only...
2011-06-05 uzFix a problem with conditional assembly: The scanner...
2011-01-29 uzUse line infos to output more verbose error and warning...
2011-01-16 uzMove all attributes and other information that is attac...
2011-01-16 uzRenamed the Token enumeration to token_t.
2010-07-26 uzMake .DEF, .REF and friends also work with cheap local...
2004-03-21 cuzFixed a problem with conditional assembly. The assemble...
2004-01-04 cuzRemoved an unused assignment
2003-11-17 cuzAllow conditional directives within .STRUCT7:UNION...
2003-11-11 cuzRewrote expression evaluation. More smaller changes.
2003-11-08 cuzReplace error/warning numbers by strings.
2003-11-06 cuzRevised symbol scoping
2003-08-07 cuzMore instruction set stuff
2003-01-19 cuzFixed problems that occured on input files with missing...
2002-11-22 cuzAdded a scope argument to the SymIsDef and SymIsDef...
2002-09-14 cuz.BLANK was also broken
2002-09-14 cuzThe .IFNBLANK command was broken
2002-08-11 cuzAllocIf would overwrite memory if the .IF nesting becam...
2001-09-07 cuzCosmetic change
2000-11-28 cuzImplementation for the .IFPxx commands was missing
2000-07-25 cuzBumped the .IF nesting to 256
2000-07-18 cuzFix some gcc warnings
2000-06-03 cuzAdded a more generic way to push sources that deliver...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...