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.
2012-04-07 Mario de Sousa Start data type checking of var declarations (including direct variables!)
2012-04-03 Mario de Sousa Delete incorrect comments I had inserted previously (confusing EQ and NE functions)
2012-03-31 Mario de Sousa merging with Lauren't changeset.
2012-03-31 Mario de Sousa merge with Laurent's changeset (essentially ignore all changes).
2012-03-31 Mario de Sousa merge with Laurent's changeset (essentially, ignore all changes).
2012-03-31 Mario de Sousa merging with Laurent's changes.
2012-03-31 Mario de Sousa merging with Laurent's change.
2012-03-31 Mario de Sousa merging with Laurent's revision 55b074ea7255 (essentially ignoring all changes)
2012-03-29 Mario de Sousa Add coment warning about incorrect implementation of the NE standard function.
2012-03-29 Mario de Sousa merging with Laurent's patch.
2012-03-29 Mario de Sousa Print correct error message when handling IL function calls.
2012-03-15 Mario de Sousa Edit error message.
2012-03-15 Mario de Sousa Add EXPT widen table.
2012-03-15 Mario de Sousa Some stupid code cleanups.
2012-03-15 Mario de Sousa Some code cleanups.
2012-03-14 Mario de Sousa Clean up the code.
2012-03-14 Mario de Sousa Fix error messages of il function calls - it now prints out location info of first parameter.
2012-03-14 Mario de Sousa Clean code for printing errors in expressions.
2012-03-14 Mario de Sousa Clean code for comparison operations & operators.
2012-03-14 Mario de Sousa Cleaning up XORN, ANDN, and ORN operator code.
2012-03-14 Mario de Sousa Cleaning up some code.
2012-03-14 Mario de Sousa Add 'widen' tables for AND, OR and XOR operations.
2012-03-13 Mario de Sousa Add MOD widening table, and some code clean-ups.
2012-03-13 Mario de Sousa Re-organizing the code.
2012-03-13 Mario de Sousa Change setting of deprecated_operation from fill to narrow_candidate_datatypes_c.
2012-03-13 Mario de Sousa Clarify some details in the comments.
2012-03-11 Manuele Conti Add check widening status for IL operator.
2012-03-11 Mario de Sousa Fix remaining 'widen' tables.
2012-03-11 Mario de Sousa Fix some 'widen' table entries.
2012-03-10 Mario de Sousa Add a TODO comment.
2012-03-10 Mario de Sousa Clean up code, and add support for 'safe' version of literals.
2012-03-10 Mario de Sousa Bringing comment up to date.
2012-03-09 Mario de Sousa Semantic verification of NOT operator.
2012-03-09 Mario de Sousa Fix bug in building structured variables.
2012-03-09 Mario de Sousa Delete unecessary copy_candidate_datatype_list() function.
2012-03-08 Mario de Sousa Delete no longer needed copy_candidate_datatype_list() function.
2012-03-08 Mario de Sousa Narrow IL lists twice, in order to handle JMP to labels before the JMP itself.
2012-03-08 Mario de Sousa Do not allow duplicate values in candidate datatype list.