Fri, 02 Oct 2015 10:31:20 +0100 | mjsousa | Update README.build file with instructions for crosscompiling to win32 | changeset | files |
Mon, 08 Jun 2015 19:02:33 +0100 | mjsousa | Delete commented out code. | changeset | files |
Mon, 08 Jun 2015 19:01:56 +0100 | mjsousa | Fix FB calls in IL (FB variable name was showing up extraneously before the C function that initializes the POU containing the FB call) | changeset | files |
Sat, 06 Jun 2015 18:58:50 +0100 | mjsousa | Delete unused code. | changeset | files |
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 |