]> git.sur5r.net Git - cc65/history - src/cc65/symentry.c
Improved the format of the global symbols' lists of flags, in cc65's debugging output.
[cc65] / src / cc65 / symentry.c
2015-08-09 Greg KingImproved the format of the global symbols' lists of...
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-08-29 uzAdded code to parse bit fields and enter them into...
2006-02-19 cuzChanged the low level type representation from a strung...
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-03 cuzWorking on the new backend
2001-03-23 cuzMake __fixargs__ an actual symbol table entry. Add...
2000-11-20 cuzWorking on the condes feature
2000-06-14 cuzUse the xmalloc module from the common directory.
2000-05-28 uzThis commit was generated by cvs2svn to compensate...