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