]> git.sur5r.net Git - cc65/history - src/cc65/swstmt.c
Formatting tweaks.
[cc65] / src / cc65 / swstmt.c
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-09-07 Oliver SchmidtMerge pull request #345 from SvOlli/release
2016-08-31 Oliver SchmidtMerge pull request #343 from SvOlli/release
2016-08-28 Oliver SchmidtMerge pull request #338 from IrgendwerA8/master
2016-08-21 Oliver SchmidtMerge pull request #336 from cacciatc/switch-error-fix
2016-08-20 Chris CacciatoreUpdated comment regarding curly braces. 336/head
2016-08-20 Chris CacciatoreUpdated switch statement comments.
2016-08-15 Chris CacciatoreRemoved check for LCURLY in switch statements.
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
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