]> git.sur5r.net Git - cc65/history - src/cc65/symtab.c
Added flexible array members for structs
[cc65] / src / cc65 / symtab.c
2003-02-03 cuzAdded flexible array members for structs
2003-01-04 cuzMove the Debug flag into a new module "debugflag" in...
2002-11-25 cuzFixed symtab code
2002-11-25 cuzRe-added register variables.
2002-11-24 cuzReenable register variables
2001-09-13 cuzFixed a bug
2001-05-22 cuzPolishing and minor corrections
2001-05-05 cuzWorking on the new backend
2001-05-03 cuzWorking on the new backend
2001-05-01 cuzWorking on the new backend
2001-04-19 cuzRenamed GetLabel to GetLocalLabel
2001-03-23 cuzMake AddConstSym from AddEnumSym
2001-03-23 cuzMake __fixargs__ an actual symbol table entry. Add...
2000-12-04 cuzMinor rearrangements to make the code more robust in...
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-10-15 cuzError handling cleanup/changes.
2000-08-14 cuzReworked type comparison and handling of type qualifiers
2000-08-01 cuzSome changes in the way, types and type strings are...
2000-08-01 cuzMoved the check module to the common dir.
2000-06-22 cuzRewrote parsing of locals.
2000-06-15 cuzRemove io.*, some cleanup
2000-06-14 cuzUse the xmalloc module from the common directory.
2000-06-12 cuzAdded support for old style (K&R) function declarations.
2000-06-08 cuzSome work on function stuff.
2000-05-28 uzThis commit was generated by cvs2svn to compensate...