]> git.sur5r.net Git - cc65/history - src/ca65/enum.c
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / ca65 / enum.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-07-31 uzWrite scopes in id order, so we don't need to write...
2011-07-31 uzMove scope type definitions to common/
2011-07-08 uzCheck for macros within .STRUCT/.ENUM.
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-01-16 uzMove all attributes and other information that is attac...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2005-08-30 cuzFixed a bug in FuncStrAt. New shortcut function GenLite...
2003-11-30 cuzDon't remove symbols or otherwise simplify expressions...
2003-11-17 cuzAllow conditional directives within .STRUCT7:UNION...
2003-11-14 cuzAdded enums