]> git.sur5r.net Git - cc65/history - src/ca65/symbol.c
Fixed _textcolor definition.
[cc65] / src / ca65 / symbol.c
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-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...
2012-10-27 uzMake the old "AllocNew" flag for symbols an enum and...
2011-01-16 uzMove all attributes and other information that is attac...
2010-07-26 uzMake .DEF, .REF and friends also work with cheap local...
2008-03-31 cuzMore fixes for Watcom C / C89.
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2003-12-12 cuzFixed a bug
2003-12-03 cuzFixes for scoping and better .sizeof support
2003-12-03 cuzMore work on .sizeof, fixed problems with cheap locals
2003-12-02 cuzMore work on .sizeof
2003-11-13 cuzAdded structs and unions, more work on scopes and expre...
2003-11-08 cuzReplace error/warning numbers by strings.
2003-11-06 cuzRevised symbol scoping