- Merged Mario's changes 2013-04-04, by Edouard Tisserant
- Partial fix to VAR_EXTERN vs VAR_GLOBAL check. Now considers globals declared in resources too. TODO: recursively check FB declared in the program. 2013-04-03, by Mario de Sousa
- Allow variables declared inside resources to be referenced by res_name.var_name 2013-02-22, by Mario de Sousa
- Add a new node to the abstract symtax tree, which will let us do datatype checking of FB variable declarations using the standard algorithm, and no special cases. 2013-02-13, by Mario de Sousa
- Print filename when debugging abstract symbol table. 2013-02-05, by Mario de Sousa
- Consider fb_name_decl_c a non base data type class! 2013-01-23, by Mario de Sousa
- Fill symbol->datatype anotation for FB declarations. 2013-01-23, by Mario de Sousa
- Fill in the symbol.datatype annotation in symbol classes used in derived data type declarations. 2013-01-23, by Mario de Sousa
- Use simple_spec_init_c inside en_param_declaration_c (will reduce need to handle it as a special case in the future). 2013-01-22, by Mario de Sousa
- Merged 2013-03-11, by Laurent Bessard
- Fixed bug in string format when translating TIME and DATETIME to STRING 2013-03-11, by Laurent Bessard
- Fixed bug with SFC transition datatype checking 2013-03-11, by Laurent Bessard
- Stripped generated files again. http://stackoverflow.com/questions/3290908/which-files-generated-by-autotools-should-i-keep-in-version-control-repository 2013-03-08, by Edouard Tisserant
- Fixed bug in case statement with enumerated type variable as case expression 2013-03-08, by Laurent Bessard
- Merged 2013-03-08, by Laurent Bessard
- Set the symbol->datatpe of function_declaration_c 2013-01-13, by Mario de Sousa
- Fill in the symbol->datatype of elementary datatypes. 2013-01-13, by Mario de Sousa
- merge 2013-01-10, by Mario de Sousa
- merge 2013-01-03, by Mario de Sousa
- Fix divide by 0 bug. 2013-01-03, by Mario de Sousa
- grand merge 2013-01-03, by Mario de Sousa
- disable not yet complete constant propagation algorithm (currently brocken and producing incorrect results), 2013-01-10, by Mario de Sousa
- merge 2013-01-10, by Mario de Sousa
- Fix constant propagation for repeat_statement_c class. 2013-01-03, by Manuele Conti
- Remove unused variable. 2013-01-03, by Manuele Conti
- Implement Mario's suggestions: 2013-01-03, by Manuele Conti
- Fix constant_folding missing call. [Bug found by Mario.] 2013-01-03, by Manuele Conti
- Fix divide by 0 bug. 2013-01-03, by Mario de Sousa
- merge 2013-01-03, by Mario de Sousa
- Fix CPPFLAGS Makefile.am for all stage4. 2013-01-03, by Manuele Conti
- Remove redundant class for get variable name. 2012-12-31, by Manuele Conti
- Fix constant propagation alg. in for statement like Mario suggestion. 2012-12-28, by Manuele Conti
- Add note about How Constant Folding class is extended with a implementation constant propagation algorithm 2012-12-28, by Manuele Conti
- Add constant propagation algorithm for loop cycles. 2012-12-27, by Manuele Conti
- Update symbol_c::first_file/last_file entries in list_c::add_element() 2012-12-28, by Mario de Sousa
- moved class to obtain datatype name (in char *) to get_datatype_info_c 2012-12-27, by Mario de Sousa
- merge 2012-12-27, by Mario de Sousa
- Fix comment about meet semilattice rules. 2012-12-24, by Manuele Conti
- Complete fix initialize const_value. 2012-12-22, by Manuele Conti
- Start to implement constant propagation algorithm. 2012-12-22, by Manuele Conti
- Fix const_value field initialized. 2012-12-22, by Manuele Conti
- Remove Ambiguous enumerate value in enum conversion functions. 2012-12-02, by Manuele Conti
- Fix enum conversion function to string. 2012-12-02, by Manuele Conti
- Fix struct generic_function_call_t initialize style. 2012-11-28, by Manuele Conti
- Merge with Mario's changes. 2012-11-27, by Manuele Conti
- Merge with Mario's repository. 2012-12-20, by Manuele Conti
- Fix warning about call fprintf without format string. 2012-12-20, by Manuele Conti
- merge 2012-12-03, by Mario de Sousa
- Remove Ambiguous enumerate value in enum conversion functions. 2012-12-02, by Manuele Conti
- Fix enum conversion function to string. 2012-12-02, by Manuele Conti
- Fix struct generic_function_call_t initialize style. 2012-11-28, by Manuele Conti
- Small code cleanup. 2012-12-03, by Mario de Sousa
- Allow bison to ask for an END_OF_INPUT token multiple times! 2012-12-01, by mjsousa
- Protect against redefining macros 2012-12-01, by mjsousa
- merge 2012-11-27, by Mario de Sousa
- Fix flag to enable conversion functions. 2012-11-27, by Manuele Conti
- Code cleanup: move tracking functions to flex. 2012-11-27, by Mario de Sousa
- Insert the auto generated enum datatype conversion functions after the TYPE...END_TYPE, instead of at the end of input file. 2012-11-27, by Mario de Sousa
- merge 2012-11-26, by Mario de Sousa
- Set ENO to false when conversion function fails. 2012-11-23, by Manuele Conti