]> git.sur5r.net Git - cc65/history - src/cc65/symentry.h
Rewrote literal handling. Literals are now saved together with other function
[cc65] / src / cc65 / symentry.h
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...