Fri, 03 Jun 2011 17:14:24 +0100 Mario de Sousa Allow [EOL] after a label in IL.
Wed, 01 Jun 2011 14:02:16 +0200 laurent Fix bug when using an enumerated or subrange type to define a structure element
Tue, 31 May 2011 15:35:05 +0200 laurent Fix bug when declaring data type directly derived from array type
Mon, 30 May 2011 19:28:32 +0100 Mario de Sousa Fix conversion of binary digits to hex, when generating code.
Mon, 30 May 2011 19:24:09 +0100 Mario de Sousa Fix missing '(' when declaring new simple derived data type.
Mon, 30 May 2011 19:16:22 +0100 Mario de Sousa Ignore underscores in decimal integer constants when determining size in bits...
Mon, 30 May 2011 17:54:15 +0100 Mario de Sousa When checking semantics of expressions, skip semantic checking of data type definitions
Mon, 30 May 2011 17:52:15 +0100 Mario de Sousa Fixing algorithm that determines bit size of constants containing underscores.
Fri, 27 May 2011 18:01:54 +0100 Mario de Sousa Merging with Edouard's version
Fri, 27 May 2011 18:01:01 +0100 Mario de Sousa Fixing bug related to setting array variables with values coming from other variables
Wed, 18 May 2011 16:32:46 +0200 Edouard Tisserant Added __IEC_OUTPUT_FLAG, to mark variable whose forcing implies refresh on eache cycle.
Wed, 18 May 2011 13:20:24 +0200 laurent Fix bug when debugging located variables of type memory (%M) for all variable classes
Tue, 17 May 2011 10:35:12 +0100 Mario de Sousa Merging with Edouard's changes
Tue, 17 May 2011 10:34:00 +0100 Mario de Sousa Fixing code generation of array indexes in Function Blocks.
Sun, 15 May 2011 10:22:15 +0100 Mario de Sousa Commiting merge with Laurent's recent dead code removal change.
Tue, 19 Apr 2011 09:36:59 +0100 Mario de Sousa Adding fflush capabilities. It is sometimes usefull when debuging the compiler...
Fri, 15 Apr 2011 09:45:27 +0100 Mario de Sousa Adding missing semicolons.
Mon, 16 May 2011 14:19:20 +0200 Edouard Tisserant fixed build error with gcc 4.5.2
Mon, 16 May 2011 12:36:21 +0200 laurent Merged with Edouard's modifications
Mon, 16 May 2011 11:57:41 +0200 laurent Fix bug when debugging located variables of type memory (%M)
Thu, 21 Apr 2011 11:22:13 +0200 Edouard Tisserant Removed dead code
Thu, 14 Apr 2011 19:17:20 +0100 Mario de Sousa Fixing implementation of CU, CD, and CUD in standard library.
Thu, 14 Apr 2011 19:02:35 +0100 Mario de Sousa Deleting dead code.
Thu, 14 Apr 2011 18:55:31 +0100 Mario de Sousa Merging changes.
Thu, 14 Apr 2011 18:12:59 +0100 Mario de Sousa Added tracking of order by which tokens are processed by lexical analyser.
Thu, 14 Apr 2011 17:35:25 +0100 Mario de Sousa Adding tracking of filename in which token is located.
Thu, 07 Apr 2011 11:40:03 +0200 Edouard Tisserant Reverted semantic error message so that Beremiz can parse them and that user can double-click on error message to open related POU and select the faulty line.
Tue, 05 Apr 2011 19:42:33 +0100 Mario de Sousa Fixing error message incorrectly changed in previous merge.
Tue, 05 Apr 2011 18:31:55 +0100 Mario de Sousa fixing C code generation of return_statement_c and exit_statement_c
Tue, 05 Apr 2011 17:12:12 +0100 Mario de Sousa merging the Edouard's version.