]> git.sur5r.net Git - cc65/history - src/cc65/symentry.h
Fixed _textcolor definition.
[cc65] / src / cc65 / symentry.h
2019-04-21 Lauri KasanenAdd support for computed gotos
2019-04-21 Lauri KasanenAdd a goto indirect jump from pointer
2018-10-16 laubzegaPost-review tweaks.
2018-10-16 laubzegaEven more optimization, cleanup, bugfix, comments.
2018-10-16 laubzegaStack adjustment code optimizations.
2018-10-02 laubzegaFix non-goto jumps (i.e. inline assembly).
2018-10-02 laubzegaProper warnings for "risky" gotos.
2018-10-02 laubzegaAdjust SP on gotos between blocks with local variables.
2018-10-02 LaubzegaMinor changes after review.
2018-10-02 LaubzegaAdd checks for risky goto statements.
2017-10-23 jedeMerge branch 'master' of https://github.com/jedeoric...
2017-10-22 jedeoricMerge branch 'master' into master
2017-10-22 Oliver SchmidtMerge pull request #504 from jedeoric/master
2017-10-08 Oliver SchmidtMerge pull request #503 from jedeoric/master
2017-09-27 Oliver SchmidtMerge pull request #494 from jedeoric/master
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-06-05 Oliver SchmidtMerge pull request #436 from bbbradsmith/ca65_define_ma...
2017-05-26 Oliver SchmidtMerge pull request #438 from bbbradsmith/ca65_rand_comment
2017-04-04 Oliver SchmidtMerge pull request #389 from IrgendwerA8/stringimprovements
2017-03-30 Oliver SchmidtMerge pull request #414 from IrgendwerA8/SED_Fix
2017-03-22 Oliver SchmidtMerge pull request #411 from pfusik/bss-name-regression
2017-03-21 Piotr FusikFix regression of #pragma bss-name 411/head
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...
2013-02-02 uzFixed a problem: When a struct or unit was declared...
2012-03-24 uzFixed an error: For symbols declared as extern in local...
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-10-19 uzRenamed attribute handling functions. Added SymHasAttr().
2009-10-18 uzFixed the existing but unused attribute parsing code...
2009-09-06 uzChanged a comment line.
2009-09-06 uzNew function SymIsBitField.
2009-08-29 uzRename Width to BitWidth.
2009-08-29 uzAdded code to parse bit fields and enter them into...
2008-08-01 cuzIn an old style function definition, print a diagnostic... V2.12.0
2006-02-19 cuzChanged the low level type representation from a strung...
2004-06-02 cuzRewrote code generation for the strlen standard functio...
2003-12-21 cuzFixed a weird bug. Some special where found to be regis...
2002-11-25 cuzRe-added register variables.
2002-11-24 cuzReenable register variables
2002-11-15 cuzFixed an error in struct compare. For one, the behaviou...
2002-03-18 cuzPrepare for separate ASM name in symbol table entry
2001-05-05 cuzWorking on the new backend
2001-05-03 cuzWorking on the new backend
2001-03-23 cuzMake AddConstSym from AddEnumSym
2001-03-23 cuzMake __fixargs__ an actual symbol table entry. Add...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...