2012-06-04 Mario de Sousa Change return data type of array_dimension_iterator_c.next()
2012-05-15 Manuele Conti Fix SFC stage4 error.
2012-05-15 mjsousa Renamed class, remove unused code, delete allocated objects.
2012-05-15 Manuele Conti Start sematinc range check class.
2012-05-15 mjsousa Located variables may have other data types besides ANY_BIT.
2012-05-13 Manuele Conti Add verify_is_lvalue to control_variable in for_statement.
2012-05-10 mjsousa Remove useless code, and replace with assertion.
2012-05-10 mjsousa Fix bug: initialise un-initialised variable.
2012-05-10 mjsousa Delete incorrect comment.
2012-05-10 mjsousa Add some comments...
2012-05-10 mjsousa Add high level comments.
2012-05-10 mjsousa Fix comment.
2012-05-09 mjsousa Fix the previous commit: check for errors in expressions used as subscripts.
2012-05-09 Manuele Conti Fix data type check array subscript field.
2012-05-09 mjsousa Merge changes.
2012-05-09 mjsousa Fix parsing os TIME literals & rename the extract_integer() function.
2012-05-09 mjsousa Fix generation of output for iec2iec.
2012-05-09 mjsousa Do not compile deleted files...
2012-05-09 mjsousa Do not compile deleted files...
2012-05-09 mjsousa ReDelete files - used in old method of supporting standard functions.
2012-05-09 mjsousa Remove file (used for old method of supporting standard functions).
2012-04-27 Mario de Sousa Add TODO list!
2012-04-26 Mario de Sousa Delete unecessary variable.
2012-05-03 Conti Manuele Fix __dt_to_timespec primitive function.
2012-05-02 Conti Manuele Fix __dt_to_string primitive function.
2012-04-24 Conti Manuele Fix code generation about __INIT_GLOBAL_LOCATED.
2012-04-25 Mario de Sousa Change constants into enums.
2012-04-25 Mario de Sousa Add lvalue checking for IL function and FB invocations.
2012-04-25 Mario de Sousa Fix comment.
2012-04-25 Mario de Sousa Add clarifying comment.
2012-04-25 Mario de Sousa Remove access to NULL pointer.
2012-04-25 Mario de Sousa Make temporary fix to is_complex() method.
2012-04-24 Mario de Sousa Fix comment. (thanks go to Manuele for pointing it put).
2012-04-23 Mario de Sousa Stop lvalue checks after finding an error in the expression.
2012-04-23 Mario de Sousa Remove erroneous check for S1 and R1, and add missing declrataion.
2012-04-21 Manuele Conti Start implement lvalue check in IL instruction.
2012-04-21 Manuele Conti Add lvalue check on fb invocation.
2012-04-19 Mario de Sousa Literals are also part of expressions!
2012-04-18 Conti Manuele Implement check_assignment_to_expression in lvalue_check_c class.
2012-04-18 Mario de Sousa Remove potential access to NULL pointer.
2012-04-18 Mario de Sousa Start having nicer stage 4 error messages.
2012-04-17 Conti Manuele Improve usability command line under windows.
2012-04-17 Mario de Sousa Ignore trailing EOLs when determining symbol location.
2012-04-17 Mario de Sousa Add comment.
2012-04-17 Conti Manuele Fix Segmentation fault in check_assignment_to_output lvalue method.
2012-04-17 Mario de Sousa Remove deprecated status for ANYTIME operations.
2012-04-17 Mario de Sousa Produce similar error messages in stage2 and stage3.
2012-04-16 Mario de Sousa Fix bug when handling code with data type errors.
2012-04-16 Mario de Sousa Fix printing of data type errors in while and repeat statements.
2012-04-16 Mario de Sousa Add lvalue check for non formal function invocations.
2012-04-16 Mario de Sousa Fixing check for assingment to FOR control variables.
2012-04-16 Mario de Sousa Moving get_var_name_c into its own file.
2012-04-16 Mario de Sousa Fixing check for assignment to output variables.
2012-04-15 Mario de Sousa Fixing some bugs in lvalue checking (other bugs remain - to be fixed later)
2012-04-14 Manuele Conti Add lvalue check class.
2012-04-14 manuele conti Determine the modifiers (CONST, REATAIN) used when declaring a variable.
2012-04-14 Mario de Sousa Fix typo in comparison expression.
2012-04-14 Mario de Sousa Removing code from search_varfb_instance_type_c (use search_var_instance_decl_c instead).
2012-04-14 Mario de Sousa Fix bug by expanding permissible data input of search_var_instance_decl_c
2012-04-13 Mario de Sousa Edit formating and delete unused code.