- improve performance of some extensible Standard Functions (ADD, MUL, AND, OR, XOR) -- Add comments!! 2018-02-02, by Mario de Sousa
- improve performance of some extensible Standard Functions (ADD, MUL, AND, OR, XOR)" 2018-02-02, by Mario de Sousa
- Fix method ./configure uses to determine bison version (did not work in bourne shell) (submitted by anonymous)" 2017-12-22, by Mario de Sousa
- fix bug: allow variables with names starting with 'var' to be used in the first line of POU body 2017-12-21, by Mario de Sousa
- Abort compilation when finding R_EDGE or F_EDGE 2017-10-20, by Mario de Sousa
- Fix bug: XOR operator was broken for ANY_BIT types. No XOR__[DL]WORD__[DL]WORD functions were generated. 2017-09-20, by Andrey Skvortsov
- Add some comments to code regarding backup/restore functions 2017-09-20, by mjsousa
- fix initialization of variable (was not following ISO C++ rules) 2017-09-14, by Mario de Sousa
- make generating backup/restore functions a command line option (off by default). 2017-08-30, by Mario de Sousa
- add support for generating functions to backup/restore the internal state of the PLC. 2017-08-30, by Mario de Sousa
- delete unused variable. 2017-08-29, by Mario de Sousa
- handle POUs with no VAR .. END_VAR blocks 2017-08-03, by Mario de Sousa
- fix bug introduced in previous commit (matiec was unable to parse SFC code) 2017-08-03, by Mario de Sousa
- Fix tracking of line numbers in IL code (error messages were previously indicating incorrect line number). 2017-08-03, by Mario de Sousa
- Fix bug in datatype narrowing algorithm affecting IL code. 2017-07-03, by Mario de Sousa