- Adjust coding style. 2012-09-13, by Mario de Sousa
- list_c: initial capacity. ERROR_MSG(msg,...) supports optional arguments now. 2012-09-08, by agraeper
- Deleting datatype checks no longer needed (with a view of making search_expression_type_c redundant). 2012-08-31, by Mario de Sousa
- Start adding support for data type checking of enums. 2012-08-31, by Mario de Sousa
- Remove comment no longer valid since introduction of constant folding. 2012-08-31, by Mario de Sousa
- Add some comments. 2012-08-30, by Mario de Sousa
- Update configure script. 2012-08-30, by Manuele Conti
- More precise handling of const value status. 2012-08-30, by Mario de Sousa
- Fix bug in checking array ranges. 2012-08-30, by Mario de Sousa
- Add more info to error messages. 2012-08-30, by Mario de Sousa
- Allow the use of PRId64, PRIu64 and PRIx64 printf formating macros globally. 2012-08-30, by Mario de Sousa
- Merge. 2012-08-29, by Mario de Sousa
- Fix constant folding: now handles INT_MIN and neg_integer_c correctly. 2012-08-29, by Mario de Sousa
- Replace test bison version without bash regular expression. 2012-08-28, by Manuele Conti
- Fix Segmentation Fault FB var declaration in a single list. 2012-08-16, by Manuele Conti
- Add some comments. 2012-08-27, by Mario de Sousa
- Fix some warning about loss of precision data in iec_std_lib.h file. 2012-10-25, by Edouard Tisserant
- Fix bug with NE function for STRING variables 2012-10-23, by Laurent Bessard
- Fix bug in code for pragma with double brackets 2012-10-22, by Laurent Bessard
- Merged 2012-10-22, by Laurent Bessard
- Adding support for direct array declaration in structure element declaration 2012-10-21, by Laurent Bessard
- Added double curly braces for pragma (kept single curly braces for compatibility). Added macro def and undef surrounding pragma to simplify user code. Moved useless comment from generated code back to code generator. 2012-10-19, by Edouard Tisserant
- Fix bug with task interval using fixed_point value for duration items 2012-09-13, by Laurent Bessard
- Adding error message when task interval value is not supported 2012-09-13, by Laurent Bessard
- Adding error message when task interval value is not supported 2012-09-13, by Laurent Bessard
- Fix bug SFC action index declarations were different in POUS.c and VARIABLES.csv when boolean variables are used as action name in step action association 2012-09-12, by Laurent Bessard
- Fix generated code when using boolean variable as action name in step action association 2012-09-11, by Laurent Bessard
- Fix bug in SFC generated code. Action state was declared in the list of variables to debug, but wasn't stored using structure with flags. This error had side effects that makes Beremiz debug crash. 2012-09-11, by Laurent Bessard
- Adding support for P0 and P1 qualifiers and fixing code generated for SL qualifier 2012-09-04, by Laurent Bessard
- Fixed VARIABLES.csv, was broken when using enumrated types 2012-09-01, by Edouard Tisserant