]> git.sur5r.net Git - cc65/history - src/cc65/symentry.h
Merge pull request #283 from polluks/sp65
[cc65] / src / cc65 / symentry.h
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...