]> git.sur5r.net Git - cc65/history - src/cc65/stmt.c
Fixed warnings generated by clang (run by Per Olofsson).
[cc65] / src / cc65 / stmt.c
2009-09-28 uzFixed warnings generated by clang (run by Per Olofsson).
2009-09-13 uzFixed parsing a labeled-statement: A label is always...
2009-08-31 uzRemember more function infos in the Function struct.
2009-08-31 uzAdd a warning if a function returning something does...
2008-08-01 cuzA label must always be followed by a statement. Check...
2008-08-01 cuzSwitch statement may now contain arbitrary code as...
2004-07-06 cuzCleanup in ShiftExpr.
2004-06-09 cuzRemoved ExprLoad to LoadExpr.
2004-06-06 cuzThe loop code will access the stackpointer directly
2004-06-05 cuzCheck for and warn on statements that don't have an...
2004-06-05 cuzMove the compiler stack pointer into its own module.
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2004-05-25 cuzChanged the expression parser to return the lvalue...
2004-03-02 cuzMove the expression test code into separate modules.
2003-12-09 cuzA continue statement within a do loop did not work...
2003-09-30 cuzFixed a bug
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...