Thu, 30 Apr 2015 20:54:04 +0100 | mjsousa | Add check for repeated elements in a CASE statement. Emit warnings (and not errors) if found. | changeset | files |
Wed, 15 Apr 2015 23:25:07 +0100 | mjsousa | transform CASE into if()..else if().. -> fixes 2 bugs (1)case within case statements, and (2)repeated elements in case options | changeset | files |
Sun, 15 Mar 2015 20:49:55 +0000 | mjsousa | Initialise arrays to their correct default values - Fix bug introduced in commit 477393b00f95 (2014-11-16) | changeset | files |
Thu, 12 Mar 2015 16:36:33 +0100 | Edouard Tisserant | Fixed reset of current_varqualifier when generating global initializers, causin RETAIN and other option to be ORed and applied to all subsequent global variables. | changeset | files |