Wed, 31 Aug 2011 14:51:59 +0100 Mario de Sousa Implement get_type_decl(), as it seems Manuele will need it later...
Wed, 31 Aug 2011 14:10:53 +0100 Mario de Sousa Cleaning up: Getting some sense into the code handling structures.
Thu, 25 Aug 2011 17:22:44 +0200 Matteo Facchinetti Add automatic HG changeset id information in "-v" param
Thu, 25 Aug 2011 08:56:28 +0200 Matteo Facchinetti Add iec2iec building in the project Makefiles.
Fri, 26 Aug 2011 11:29:43 +0100 Mario de Sousa Update which files to ignore due to new autotools building environment.
Fri, 26 Aug 2011 10:48:09 +0100 Mario de Sousa Add checks for undefined structure elements used IEC 61131-3 source code being compiled.
Thu, 25 Aug 2011 17:55:48 +0100 Mario de Sousa Ignore underscores when extracting value of integer.
Tue, 23 Aug 2011 17:18:37 +0100 Mario de Sousa Deleting unused code.
Tue, 23 Aug 2011 16:28:03 +0100 Mario de Sousa Removing Makefiles made redundant by autotools.
Tue, 23 Aug 2011 14:17:46 +0100 Mario de Sousa fix bug report email address.
Tue, 23 Aug 2011 14:15:12 +0100 Mario de Sousa Add print version command line option.
Tue, 23 Aug 2011 11:54:34 +0100 Mario de Sousa Remove debugging printf() added by mistake in previous commit.
Tue, 23 Aug 2011 11:51:14 +0100 Mario de Sousa Print error messages when data type errors in ST expressions are detected.
Tue, 23 Aug 2011 09:10:03 +0100 Mario de Sousa Include (again!) the declaration of standard functions (incorrectly removed -again- in previous commit)
Mon, 22 Aug 2011 16:08:07 +0100 Mario de Sousa Add support for '**' (power) operator in ST expressions
Fri, 19 Aug 2011 21:53:11 +0100 Mario de Sousa Some more comments on how to build, and correcting name of README.build file.
Fri, 19 Aug 2011 20:57:49 +0100 Mario de Sousa Include the declaration of standard functions (incorrectly removed in previous commit)
Fri, 19 Aug 2011 20:48:05 +0100 Mario de Sousa Merging with Laurent's repository.
Fri, 19 Aug 2011 17:33:57 +0100 Mario de Sousa Fixing automake configuration to work properly with flex and bison.
Fri, 29 Jul 2011 16:08:40 +0100 Mario de Sousa Building compiler with autoconf. Thanks go to Matteo of sirius-es.it
Fri, 29 Jul 2011 16:06:38 +0100 Mario de Sousa Support for semantic verification of calls to standard functions.
Fri, 29 Jul 2011 16:05:03 +0100 Mario de Sousa Support for semantic verification of calls to standard function calls.
Fri, 29 Jul 2011 16:03:28 +0100 Mario de Sousa Support for semantic verification of calls to standard functions.
Wed, 07 Sep 2011 19:28:10 +0200 laurent Fixing exponentiation used with symbol **
Fri, 02 Sep 2011 18:16:33 +0200 laurent Fix bugs in exponentiation
Fri, 02 Sep 2011 18:15:55 +0200 laurent Fix case statement in ST, adding support for enumerated types
Wed, 13 Jul 2011 13:57:29 +0200 laurent Adding BYTE operators visit functions in inlinefcall
Wed, 13 Jul 2011 13:40:14 +0200 laurent Fix bug with DIV and MOD operator in IL code generator
Wed, 13 Jul 2011 12:44:12 +0200 laurent Fix bug in suffix of inlinefcall call in ST and IL
Wed, 13 Jul 2011 12:32:34 +0200 laurent Remove inclusion of missing file in lib
Wed, 13 Jul 2011 11:48:34 +0200 laurent Commiting merge with Mario's repository
Mon, 11 Jul 2011 09:47:27 +0100 Mario de Sousa commiting merge with Laurent's repository
Sat, 09 Jul 2011 14:48:31 +0100 Mario de Sousa changing 'make' to '$(MAKE)' so other make tools (e.g. gmake) may also be used.
Sat, 09 Jul 2011 14:17:52 +0100 Mario de Sousa Replacing extern declaration with #include of apropriate header file
Sat, 09 Jul 2011 14:05:53 +0100 Mario de Sousa Adding some comments, and removing a check for a semantic error in code being compiled.
Tue, 12 Jul 2011 22:20:28 +0200 laurent Fix bug with inline function call in POU programmed in IL
Fri, 08 Jul 2011 11:06:27 +0200 laurent Fix bug in function calls with literal parameters
Thu, 07 Jul 2011 10:49:08 +0200 laurent Fix makefiles when not using make as make tool
Wed, 06 Jul 2011 12:19:30 +0200 laurent Fix bug on initialization of temp variables not using setter
Wed, 06 Jul 2011 12:01:46 +0200 laurent Fix bug when trying to find the type of a NULL symbol
Mon, 04 Jul 2011 15:27:09 +0200 laurent Fix bug in inline function calls when using function with undetermined type interface with literals as input
Wed, 29 Jun 2011 12:28:59 +0200 laurent Fix warnings when compiling matiec
Wed, 29 Jun 2011 12:28:13 +0200 laurent Fix warning on nop statement at the end of function_block and program generated code
Wed, 29 Jun 2011 12:26:00 +0200 laurent Adding double underscore in computed enumerated value to avoid conflict with other user defined identifiers
Tue, 28 Jun 2011 19:03:15 +0200 laurent Add support for finding type of a constant enumerated value and managing conflict between same identifiers defined in different enumerated data types
Mon, 27 Jun 2011 18:01:43 +0200 laurent Fix bug in declaring variable of enumerated type
Thu, 16 Jun 2011 11:14:13 +0100 Mario de Sousa Fix what I think is a bug (has not yet manifested itself).
Thu, 16 Jun 2011 11:12:02 +0100 Mario de Sousa Merging with Lauren't recent change.
Thu, 16 Jun 2011 11:05:13 +0100 Mario de Sousa Merging two previous commits.
Fri, 10 Jun 2011 10:13:15 +0100 Mario de Sousa Clean up some code.
Tue, 14 Jun 2011 17:15:47 +0200 laurent Fix bug with array attribute in structure declaration
Tue, 14 Jun 2011 14:53:37 +0100 Mario de Sousa Add better comments, and change name of functions to clarify what they do.
Fri, 10 Jun 2011 08:47:38 +0100 Mario de Sousa Remove incorect debugging assertion.
Fri, 10 Jun 2011 06:30:30 +0100 Mario de Sousa Skip CONFIGURATION declarations in stage 3 for now, so semantic analysis does not stop when a configuration is encountered.
Thu, 09 Jun 2011 17:51:00 +0200 laurent Fix bug when generating initial value for function return type when it is a complex type
Thu, 09 Jun 2011 17:47:57 +0200 laurent Fix bug in debugging variable list compilation with structure and array disabling
Wed, 08 Jun 2011 18:34:53 +0200 laurent Fix bug with TRUNC function and with type conversion functions called with constant as parameter
Wed, 08 Jun 2011 11:42:19 +0100 Mario de Sousa Allow use of ENO keyword in structured variable field selector.
Mon, 06 Jun 2011 16:28:41 +0200 laurent Fixing REAL_TO_INT conversion (behaved like a trunc and not like a round)
Mon, 06 Jun 2011 14:05:28 +0100 Mario de Sousa fixing INSERT function: was inserting into incorrect position. (submitted by Manuele)