Thu, 08 Nov 2012 17:31:50 +0000 Mario de Sousa Fix counting bug in dsymbtable_c
Thu, 08 Nov 2012 17:31:29 +0000 Mario de Sousa Use duplicate symtable instead of symtable for enum constant value table (this will later allow us to detect semantic errors in IEC 61131-3 source code)
Thu, 08 Nov 2012 12:49:03 +0000 Mario de Sousa Move the enumerated_value_symtable to fill_candidate_datatypes_c, since it is only used there!
Wed, 07 Nov 2012 20:07:11 +0000 Mario de Sousa Make search_base_type_c a singleton!
Wed, 07 Nov 2012 19:26:38 +0000 Mario de Sousa Start datatype checking of variable declarations (for now, only seting symbol.datatype of enumerations)
Wed, 07 Nov 2012 10:03:54 +0000 Mario de Sousa Do datatype checking of enum values defined inside anonymous enumeration types (i.e. enum types defined inside a VAR ... END_VAR daclaration).
Sat, 23 Feb 2013 23:14:59 +0100 Laurent Bessard Added support for testing BCD value validity in BCD_TO_UINT function
Sat, 23 Feb 2013 22:38:37 +0100 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
Wed, 19 Dec 2012 12:25:56 +0100 Laurent Bessard Fix warning message when declaring global variables in configuration
Tue, 04 Dec 2012 00:05:22 +0100 Laurent Bessard Removed unused variable
Mon, 03 Dec 2012 23:36:03 +0100 Laurent Bessard Replacing libc time functions for date <-> timespec translation by platform and localtime independant implementation
Wed, 28 Nov 2012 12:00:38 +0900 Edouard Tisserant Removed files generedted by autoconf, should not be in repo
Wed, 28 Nov 2012 11:52:03 +0900 Edouard Tisserant Fixed timegm usage incompatible with mingw, reverted to mktime in case mingw is detected
Fri, 16 Nov 2012 01:02:54 +0100 Laurent Bessard Fix in accessor undefined init methods for function block global instances
Fri, 16 Nov 2012 00:39:35 +0100 Laurent Bessard Fix undefined function toupper in iec_std_lib
Thu, 15 Nov 2012 22:28:53 +0100 Laurent Bessard Adding support for declaring function block instances as global and external variables
Thu, 08 Nov 2012 18:55:57 +0100 Laurent Bessard Fix DATE conversions standard functions
Thu, 08 Nov 2012 12:10:52 +0100 Laurent Bessard Fix definition of BCD to ANY_UINT and ANY_UINT to BCD conversion standard functions
Tue, 06 Nov 2012 19:56:23 +0100 Laurent Bessard Fix indentation in SFC SL qualifier code generated
Tue, 06 Nov 2012 19:17:36 +0100 Laurent Bessard Fix indentation and unused variable warning in SFC generated code
Wed, 31 Oct 2012 19:21:09 +0100 Laurent Bessard Fix pragma with double bracket token stripping
Wed, 24 Oct 2012 00:06:55 +0200 Manuele Conti Fix some warning about loss of precision data in iec_std_lib.h file.
Fri, 26 Oct 2012 17:41:21 +0100 Mario de Sousa Fix typo.
Fri, 26 Oct 2012 13:52:16 +0100 Mario de Sousa Remove deprecated class search_constant_type_c
Fri, 26 Oct 2012 13:48:16 +0100 Mario de Sousa replace call to search_constant_type_c with symbol.datatype
Tue, 09 Oct 2012 22:29:26 +0200 Manuele Conti Removing several warning in iec_std_lib.h
Fri, 26 Oct 2012 10:25:38 +0100 Mario de Sousa Code formating only.
Sat, 06 Oct 2012 14:21:04 +0200 Manuele Conti Fix stage4 for compare expressions.
Fri, 26 Oct 2012 10:11:28 +0100 Mario de Sousa Prepare to delete search_constant_type_c -> Move the static variables from search_constant_type_c to get_datatype_info_c
Thu, 25 Oct 2012 18:51:55 +0100 Mario de Sousa Remove no longer needed search_il_operand_type_c