- Added support for testing BCD value validity in BCD_TO_UINT function 2013-02-23, by Laurent Bessard
- Fixed bug in DATE_AND_TIME_TO_TIME_OF_DAY and DATE_AND_TIME_TO_DATE when date and time is before 1970-01-01-00:00:00 2013-02-23, by Laurent Bessard
- Fix warning message when declaring global variables in configuration 2012-12-19, by Laurent Bessard
- Removed unused variable 2012-12-04, by Laurent Bessard
- Replacing libc time functions for date <-> timespec translation by platform and localtime independant implementation 2012-12-03, by Laurent Bessard
- Removed files generedted by autoconf, should not be in repo 2012-11-28, by Edouard Tisserant
- Fixed timegm usage incompatible with mingw, reverted to mktime in case mingw is detected 2012-11-28, by Edouard Tisserant
- Fix in accessor undefined init methods for function block global instances 2012-11-16, by Laurent Bessard
- Fix undefined function toupper in iec_std_lib 2012-11-16, by Laurent Bessard
- Adding support for declaring function block instances as global and external variables 2012-11-15, by Laurent Bessard
- Fix DATE conversions standard functions 2012-11-08, by Laurent Bessard
- Fix definition of BCD to ANY_UINT and ANY_UINT to BCD conversion standard functions 2012-11-08, by Laurent Bessard
- Fix indentation in SFC SL qualifier code generated 2012-11-06, by Laurent Bessard
- Fix indentation and unused variable warning in SFC generated code 2012-11-06, by Laurent Bessard
- Fix pragma with double bracket token stripping 2012-10-31, by Laurent Bessard
- Fix some warning about loss of precision data in iec_std_lib.h file. 2012-10-24, by Manuele Conti
- Fix typo. 2012-10-26, by Mario de Sousa
- Remove deprecated class search_constant_type_c 2012-10-26, by Mario de Sousa
- replace call to search_constant_type_c with symbol.datatype 2012-10-26, by Mario de Sousa
- Removing several warning in iec_std_lib.h 2012-10-09, by Manuele Conti
- Code formating only. 2012-10-26, by Mario de Sousa
- Fix stage4 for compare expressions. 2012-10-06, by Manuele Conti
- Prepare to delete search_constant_type_c -> Move the static variables from search_constant_type_c to get_datatype_info_c 2012-10-26, by Mario de Sousa
- Remove no longer needed search_il_operand_type_c 2012-10-25, by Mario de Sousa
- Also force_narrow IL instructions inside IL expressions, i.e. inside parenthesis. 2012-10-25, by Mario de Sousa
- Correctly generate C code for IL expressions, i.e. IL instructions inside parenthesis. 2012-10-25, by Mario de Sousa
- Fix bug when handling IL expressions (i.e. IL instructions inside parenthesis). 2012-10-25, by Mario de Sousa
- Delete debugging code, introduced by mistake in previous commit. 2012-10-25, by Mario de Sousa
- Fix handling of IL parenthesized expressions in generate_c_il_c 2012-10-25, by Mario de Sousa
- Fix processing of TIME literals (submited by Andreas) 2012-10-25, by Mario de Sousa
- Fix flow control analysis of IL simple instructions (i.e. IL instructions inside parenthises!) 2012-10-25, by Mario de Sousa
- Comment out invalid assertion. 2012-10-25, by Mario de Sousa
- Code cleanup: get the datatype of each entity off symbol->datatype (set in stage3 datatype checking), instead of determining it again in stage4. (NOTE: handling of IL parenthesized expressions is not working! Will be fixed later.) 2012-10-25, by Mario de Sousa
- Major code cleanup: IL code generation now uses symbol.datatype (filled in during stage3 data type checking) instead of determining the symbol's datatype by itself. 2012-10-24, by Mario de Sousa
- Do not repeat narrow algorithm for ST code, and better comments. 2012-10-18, by Mario de Sousa
- New visitor classes missing from previous commit. 2012-10-16, by Mario de Sousa
- Remove line printing debug info. 2012-10-16, by Mario de Sousa
- Add classes to print status of AST (use only for debugging!) 2012-10-16, by Mario de Sousa
- Remove all remaining NULL (undefined) datatypes from IL code. 2012-10-16, by Mario de Sousa
- Move is_datatype_valid/equal() to get_datatype_info_c 2012-10-13, by Mario de Sousa
- Fix bug related to support of SAFE datatypes. 2012-10-11, by Mario de Sousa
- Set datatype of il_intruction_c objects containing an ST operator. 2012-10-07, by Mario de Sousa
- Delete unused variables. 2012-10-07, by Mario de Sousa
- Use doubly linked connections for flow control graph (will be used later). 2012-10-06, by Mario de Sousa
- Remove deprecated search_expression_type_c 2012-10-04, by Mario de Sousa
- Deprecate use of search_expression_type_c (prepare for complete removal!). 2012-10-04, by Mario de Sousa
- Deprecate use of search_expression_type_c (prepare for complete removal!) 2012-10-04, by Mario de Sousa
- Deprecating use of search_expression_type_c, so it may later be deleted! 2012-10-04, by Mario de Sousa
- Merge 2012-10-04, by Mario de Sousa
- Add new get_datatype_info_c (preparing to remove search_expression_type_c) 2012-10-04, by Mario de Sousa
- Delete declaration of unused & undeclared functions. 2012-10-04, by Mario de Sousa
- Delete class elements that are not used (clean up code). 2012-10-03, by Mario de Sousa
- Add check whether external var matches to global var. 2012-09-28, by Manuele Conti
- Also check FB passed as parameters in FB/Function calls (Thanks Andreas!) 2012-09-27, by Mario de Sousa
- Minor changes needed to build with pedantic flag. 2012-09-26, by Manuele Conti
- Also check external/global variable consistency in configurations and FBs. 2012-09-21, by Mario de Sousa
- add method for printing class_name. USE ONLY FOR DEBUGING! 2012-09-21, by Mario de Sousa
- store POU reference to POU declaration instead of global var declarations. 2012-09-19, by Mario de Sousa
- Start declaration check class. 2012-09-18, by Manuele Conti
- Start declaration check class. 2012-09-14, by Manuele Conti