]> git.sur5r.net Git - cc65/history - src/cc65/swstmt.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / cc65 / swstmt.c
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2009-02-23 uzFixed asm code to source line relation in switch statem...
2008-08-01 cuzSwitch statement may now contain arbitrary code as...
2006-02-19 cuzChanged the low level type representation from a strung...
2004-09-22 cuzInvalid code was generated for a switch statement with...
2004-07-06 cuzCleanup in ShiftExpr.
2004-06-06 cuzRenamed ExprDesc.Val to ExprDesc.IVal. Added an FVal...
2004-06-06 cuzThe loop code will access the stackpointer directly
2004-06-05 cuzMove the compiler stack pointer into its own module.
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2003-12-09 cuzA continue statement within a do loop did not work...
2003-07-26 cuzFixed a bug
2002-09-16 cuzFixed a bug
2002-02-18 cuzAdd #pragma charmap()
2001-10-11 cuzAdd a missing type in range check
2001-10-11 cuzFree the tree after use
2001-10-11 cuzRewrote the switch statement
2001-10-09 cuzModule breakup