]> git.sur5r.net Git - cc65/history - src/cc65/stmt.c
Renamed exprhs to ExprLoad
[cc65] / src / cc65 / stmt.c
2003-08-29 cuzRenamed exprhs to ExprLoad
2003-08-11 cuzRewrote type conversions
2003-03-13 cuzAdded better error recovery
2002-11-24 cuzFixed a problem with the test expression in a for loop...
2002-11-02 cuzUse constants for datatype sizes
2002-06-12 cuzRenamed the functions working with "struct Function".
2001-10-13 cuzSmall change to make line info more exact
2001-10-11 cuzRewrote the switch statement
2001-10-09 cuzModule breakup
2001-07-24 cuzSquashed one more bug in the switch statement
2001-07-24 cuzFixed another bug in CascadeSwitch
2001-07-24 cuzFixed a bug in CascadeSwitch
2001-07-17 cuzMore renaming. Remove the case label limit by using...
2001-07-17 cuzMore renaming
2001-07-17 cuzRenamed struct expent
2001-07-17 cuzFixed a while loop bug
2001-07-17 cuzMove the increment code of a for loop after the loop...
2001-05-26 cuzOptimizer bugfixes, polished the line info.
2001-05-26 cuzcleanup
2001-05-22 cuzMore polishing to get the line info right
2001-05-22 cuzPolishing and minor corrections
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-05-21 cuzWorking
2001-05-03 cuzWorking on the new backend
2001-04-19 cuzRenamed GetLabel to GetLocalLabel
2001-03-26 cuzUse one function exit point
2001-03-24 cuzAllow a more exact specification which growth factor...
2000-12-04 cuzAdded new code hints for use at the end of a function
2000-11-22 cuzIn switch statements, do only print a warning about...
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-10-15 cuzError handling cleanup/changes.
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-14 cuzUse the xmalloc module from the common directory.
2000-06-12 cuzAdded support for old style (K&R) function declarations.
2000-05-30 cuzFixed a bug
2000-05-28 uzThis commit was generated by cvs2svn to compensate...