]> git.sur5r.net Git - cc65/history - src/cc65/expr.c
Several bug fixes
[cc65] / src / cc65 / expr.c
2001-05-07 cuzSeveral bug fixes
2001-05-03 cuzWorking on the new backend
2001-05-01 cuzWorking on the backend
2001-05-01 cuzWorking on the new backend
2001-04-19 cuzRenamed GetLabel to GetLocalLabel
2001-04-04 cuzFixed an internal error on too few params in function...
2001-03-26 cuzRemove the hardcoded limit from the literal pool.
2001-03-24 cuzAllow a more exact specification which growth factor...
2001-03-24 cuzInline parameter frame building
2001-03-23 cuzMake AddConstSym from AddEnumSym
2001-03-23 cuz * Added several type casts to increase C++ compatibility.
2001-03-23 cuzMake __fixargs__ an actual symbol table entry. Add...
2001-03-22 cuzFix a compiler crash that happens after a function...
2000-12-09 cuzRemove unused flags
2000-12-04 cuzFixed a bug
2000-11-24 cuzFix several errors: The address operator on functions...
2000-11-24 cuzFixed a typo
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-10-15 cuzError handling cleanup/changes.
2000-10-10 cuzFixed a bug in explicit type casts
2000-08-14 cuzReworked type comparison and handling of type qualifiers
2000-08-01 cuzCheck for const in function parameters (first level...
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-21 cuzFixed a bug
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-10 cuzFixed a bug
2000-05-28 uzThis commit was generated by cvs2svn to compensate...