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.
Tue, 05 Apr 2011 14:24:07 +0100 Mario de Sousa fixing exit_statement_c: produce 'break' instead of 'exit(0); (Thanks to Manuele)
Tue, 05 Apr 2011 14:17:16 +0100 Mario de Sousa Fixing code generation of standard conversion functions.
Tue, 05 Apr 2011 15:14:19 +0200 Edouard Tisserant Re-generated std lib related code, with updated headers, updated all forgotten headers
Mon, 04 Apr 2011 19:18:22 +0200 Edouard Tisserant Merged matiec library headers update from Mario to LGPL
Mon, 04 Apr 2011 15:59:35 +0100 Mario de Sousa Changing to LGPL for library functions.
Mon, 04 Apr 2011 15:26:13 +0100 Mario de Sousa Updating origin and license info of library fuctions.
Mon, 04 Apr 2011 15:22:42 +0100 Mario de Sousa Leave standard function names hardcoded, as these are considered keywords even though
Mon, 04 Apr 2011 14:32:21 +0100 Mario de Sousa New version of bistable.txt - due to license issues.
Mon, 04 Apr 2011 18:54:55 +0200 Edouard Tisserant Make semantic error message compatible with beremiz
Mon, 04 Apr 2011 17:19:35 +0200 Edouard Tisserant Merge
Mon, 04 Apr 2011 17:13:03 +0200 Edouard Tisserant Fixes to make handling of standard functions in Semantic analyser compatible with code generation of standard functions
Mon, 04 Apr 2011 13:25:39 +0200 Edouard Tisserant Merge with changes from Mario
Mon, 04 Apr 2011 11:19:48 +0100 Mario de Sousa Fixing stupid bug (that was disabling code generation).
Mon, 04 Apr 2011 10:48:30 +0100 Mario de Sousa Adding Makefile for Darwin (thanks go to Manuele)
Mon, 04 Apr 2011 10:42:03 +0100 Mario de Sousa starting to add proper header file with declaration of standard functions
Fri, 01 Apr 2011 12:19:32 +0100 Mario de Sousa Fixing error messages for IL semantic errors (brocken in a previous changeset/commit).
Fri, 01 Apr 2011 10:47:24 +0100 Mario de Sousa Updating license info (with Edouard's permission for relevant files).
Fri, 01 Apr 2011 10:06:19 +0100 Mario de Sousa Updating License info (with Edoaurd's permission for relevant files).
Fri, 01 Apr 2011 10:03:22 +0100 Mario de Sousa Adding some debug info
Thu, 31 Mar 2011 21:06:36 +0100 Mario de Sousa Do not crash when checking semantics of undeclared symbolic_variable.
Thu, 31 Mar 2011 17:40:55 +0100 Mario de Sousa Updating licensing information.
Thu, 31 Mar 2011 13:20:50 +0100 Mario de Sousa Error messages (stage3) now better identify the location of the error.
Thu, 31 Mar 2011 10:52:03 +0100 Mario de Sousa Adding debug conditional printf()s in stage 3.
Thu, 31 Mar 2011 10:45:34 +0100 Mario de Sousa Merging my Huge change with Edouards/Laurents version
Wed, 30 Mar 2011 19:53:32 +0100 Mario de Sousa Huge change.
Fri, 01 Apr 2011 11:10:06 +0200 Edouard Tisserant Changed packing declaration in iec_types
Fri, 01 Apr 2011 17:26:29 +0200 laurent Modify code generated for avoiding warning while compiling when configuration or resource don't have any global variable
Thu, 31 Mar 2011 19:11:16 +0200 Edouard Tisserant Initial TIME support in debugger
Sun, 27 Mar 2011 16:19:36 +0200 laurent Merged with Edouard's modifications
Sun, 27 Mar 2011 15:55:51 +0200 laurent Bug with getter for pointed variables in accessors fixed
Sat, 26 Mar 2011 18:53:51 +0100 Edouqrd Tisserant Added dumb SEMA?implementation
Wed, 16 Mar 2011 10:31:50 +0100 laurent Adding missing support for accessors and retain in configuration files (Bug and fix reported by Manuele Conti)
Sat, 12 Mar 2011 18:43:02 +0100 laurent Merged with modifications from Edouard
Sat, 12 Mar 2011 18:38:41 +0100 laurent Task single parameter code generation broken after addition of accessors fixed.
Sat, 12 Mar 2011 18:31:36 +0100 laurent Bug when function call result is a parameter of another function call fixed.
Tue, 22 Feb 2011 15:19:41 +0100 edouard A forgotten case in type size getter switch prevented debugging outputs.
Wed, 16 Jun 2010 21:52:17 +0200 laurent merge
Wed, 02 Jun 2010 18:21:15 +0200 laurent Adding support for generating code for variable in step action association instead of action
Thu, 03 Jun 2010 12:59:32 +0200 Lolitech Updated makefiles for cygwin build with no perl
Thu, 20 May 2010 23:36:53 +0200 laurent Bug with global located variables accessors fixed
Wed, 19 May 2010 21:51:52 +0200 laurent Bug with code generation of global located variables in resource fixed thanks to Mario
Thu, 22 Apr 2010 07:03:18 +0200 laurent Bugs fixed:
Thu, 22 Apr 2010 00:29:30 +0200 laurent Bug when parsing standard function block call in IL
Tue, 15 Dec 2009 20:50:30 +0100 laurent Bug when trying to get type of elements in a big complex structure fixed
Tue, 15 Dec 2009 16:29:44 +0100 laurent Adding support for using arrays in POU interface
Tue, 15 Dec 2009 11:18:19 +0100 laurent Using InOut variables in functions fixed
Tue, 15 Dec 2009 08:51:44 +0100 laurent Bug on generate_c_inlinefcall fixed
Sun, 13 Dec 2009 11:41:22 +0100 laurent Using function_call_iterator in generate_c_inlinefcall instead of creating a new visitor
Sat, 12 Dec 2009 20:41:32 +0100 laurent Bug on standard functions called with literals fixed
Fri, 11 Dec 2009 13:01:17 +0100 laurent Adding support for making distinction between external variables and located variables for forcing
Fri, 11 Dec 2009 12:53:54 +0100 laurent Adding support for forcing global without perturbation from setting external
Wed, 09 Dec 2009 16:45:27 +0100 laurent Bug in located variable initialization code fixed
Tue, 08 Dec 2009 16:26:06 +0100 laurent Bug on SFC debugging fixed
Mon, 07 Dec 2009 15:36:29 +0100 berem Adding support for setter and getter on complex datatype in IL
Sat, 05 Dec 2009 18:53:01 +0100 laurent Changes merged
Sat, 05 Dec 2009 18:38:53 +0100 laurent Adding support for setter and getter on complex datatype in ST
Sat, 05 Dec 2009 18:35:38 +0100 laurent Fix accessor code
Fri, 04 Dec 2009 15:13:08 +0100 edouard type definition to match accessor and new debug
Fri, 04 Dec 2009 15:11:16 +0100 edouard fixed cygwin build - still slooooooooow
Wed, 02 Dec 2009 19:55:23 +0100 laurent Adding Flags bit symbols
Wed, 02 Dec 2009 16:11:01 +0100 laurent Adding support for flags on Function Block variables for marking which variable must be debugged, retained or is forced
Tue, 01 Dec 2009 09:03:33 +0100 laurent Bug with ULINT correction fixed
Mon, 30 Nov 2009 15:36:12 +0100 laurent Adding support for declare, init, get and set macros
Sun, 29 Nov 2009 19:09:56 +0100 Edouard TISSERANT added files to ignore in hgignore
Sun, 29 Nov 2009 16:38:11 +0100 laurent Adding support for declare, init, get and set macros
Wed, 18 Nov 2009 10:53:15 +0100 laurent Bug with using non explicit literals as standard library functions input parameters fixed
Mon, 02 Nov 2009 17:41:56 +0100 edouard Wiped out references to Lolitech
Mon, 02 Nov 2009 12:01:09 +0100 greg Replace \"lolitech\" contact by \"edouard\" contact
Wed, 28 Oct 2009 13:50:56 +0100 greg Fix some bug in debian packages
Thu, 22 Oct 2009 10:31:26 +0200 greg Fix some warnings on compilation
Mon, 19 Oct 2009 18:12:44 +0200 laurent Remove warnings when compiling IL generated C code
Mon, 21 Sep 2009 12:04:15 +0200 laurent Adding support for forcing tick count to return to zero as the same time than all tasks firing are synchronized
Mon, 21 Sep 2009 12:02:14 +0200 laurent Remove -pedantic flag to CFLAGS to allow unsigned long long to be compiled
Wed, 02 Sep 2009 18:23:40 +0200 laurent Modify code generated to fit latest modifications in matiec and useless symbol definitions
Wed, 02 Sep 2009 17:35:56 +0200 laurent Bug in eno_param_declaration error handle fixed
Wed, 02 Sep 2009 17:35:02 +0200 laurent Bug with EN/ENO in generate_var_list that breaks parsing of variables.csv fixed
Wed, 02 Sep 2009 14:05:27 +0200 'Laurent Bessard Mario changes merged
Thu, 27 Aug 2009 16:29:23 +0100 Catarina Boucinha Adding missing Stage3 files.
Thu, 27 Aug 2009 16:18:56 +0100 Catarina Boucinha Merged changes
Thu, 27 Aug 2009 16:06:46 +0100 Catarina Boucinha Initial (very rough) version of semantic checker (stage3)
Thu, 02 Jul 2009 11:26:25 +0100 Catarina Boucinha Introducing the search_il_operand_type files in the absyntax_utils folder.
Wed, 02 Sep 2009 13:39:05 +0200 laurent Applying patch from Iztok for old gcc versions
Tue, 01 Sep 2009 17:01:08 +0200 laurent Bug with type conversion EN/ENO not evaluated fixed
Fri, 10 Jul 2009 11:41:29 +0200 'Gr?gory Tr?lat prevent eclipse to push .project with .hgignore
Fri, 10 Jul 2009 11:08:33 +0200 'Gr?gory Tr?lat removed dead hidden files
Fri, 19 Jun 2009 13:27:26 +0200 lbessard Fix problems with direct variables in expression while compiling resulting expression type
Fri, 19 Jun 2009 13:26:31 +0200 lbessard Fix segmentation fault when define global with location but no name (reported by brendan)
Thu, 18 Jun 2009 19:18:54 +0200 mario Removing un-necessary symbol direct_variable_type_name_c from abstract syntax tree
Thu, 18 Jun 2009 18:49:29 +0200 mario Fixing indentification
Wed, 10 Jun 2009 15:02:14 +0200 lbessard Adding inclusion of function blocks defined in AnnexF into library blocks
Wed, 10 Jun 2009 13:20:52 +0200 lbessard Adding support for parsing standard function in standard function blocks code generation
Wed, 10 Jun 2009 13:19:51 +0200 lbessard Adding inclusion of function blocks defined in AnnexF into library blocks
Tue, 09 Jun 2009 10:57:01 +0200 lbessard Bug on function without input parameters fixed
Tue, 09 Jun 2009 10:14:17 +0200 lbessard Removing failing error finding rule
Fri, 05 Jun 2009 16:11:25 +0200 lbessard Warning when compiling abs functions for unsigned integer fixed
Fri, 05 Jun 2009 14:06:53 +0200 greg bug when compiling for windows (missing getopt.h) fixed
Thu, 04 Jun 2009 14:17:08 +0200 mario Newer versions of g++ require access controls to be correct!
Thu, 04 Jun 2009 09:47:35 +0200 lbessard Adding support for single resource scheduling
Thu, 04 Jun 2009 09:44:53 +0200 lbessard Bug with bison versions earlier than 2.3 fixed
Mon, 01 Jun 2009 21:11:12 +0200 mario Moving absyntax utility functions out from stage4/generate_c
Mon, 01 Jun 2009 21:08:44 +0200 mario Moving absyntax utility files out from stage4/generate_c
Sat, 30 May 2009 16:42:41 +0200 greg Bug on "abs" not working with float fixed
Thu, 28 May 2009 14:02:35 +0200 lbessard Target Directory not parsed in command line fixed
Tue, 26 May 2009 18:04:27 +0200 mario Starting move of search utils to their own top level directory.
Mon, 25 May 2009 12:17:10 +0200 mario Adding support for SAFEBOOL. Some code generation yet to do...
Tue, 19 May 2009 16:31:35 +0200 lbessard Bug with non-working counters fixed
Mon, 18 May 2009 13:19:30 +0200 lbessard Adding support for checking direct variable declared before using
Fri, 15 May 2009 10:23:20 +0200 lbessard Bug with array datatype definition fixed
Fri, 20 Mar 2009 13:49:48 +0100 lbessard Bug generated when IL code starts whitout LD operand fixed
Thu, 19 Mar 2009 16:21:30 +0100 etisserant Fixed (again) some Makefile quirks.
Mon, 02 Mar 2009 09:27:55 +0100 greg updated : debian package scripts
Tue, 20 Jan 2009 15:06:13 +0100 lbessard Disable compiling warnings on Windows
Mon, 19 Jan 2009 17:06:22 +0100 lbessard Bug when function with unconnected input fixed
Mon, 19 Jan 2009 08:28:04 +0100 etisserant Canged default string length to 127, keeping strlen_t to int8_t
Mon, 19 Jan 2009 08:27:30 +0100 etisserant Fixed parameter count error on variadic functions with EN/ENO
Wed, 14 Jan 2009 20:54:29 +0100 lbessard Bug with external variable declaration fixed
Wed, 14 Jan 2009 19:47:41 +0100 lbessard Bug on standard function not defined with EN/ENO fixed
Fri, 09 Jan 2009 17:05:24 +0100 lbessard Bug with structure of structure fixed
Sun, 04 Jan 2009 17:23:06 +0100 etisserant Fixed errors in string_to_int.
Sun, 04 Jan 2009 17:21:33 +0100 etisserant Fixed typo in EN/ENO parameters handling for std library functions
Tue, 23 Dec 2008 13:21:19 +0100 etisserant STRING max size and length type can now be overloaded (define STR_MAX_LEN and STR_LEN_TYPE before including iec_types.h)
Fri, 19 Dec 2008 15:09:29 +0100 lbessard Adding support for compiling struct data types
Mon, 15 Dec 2008 17:23:48 +0100 etisserant Try to clean Makefile. Not a real success.
Mon, 15 Dec 2008 17:23:22 +0100 etisserant fixed typo in generated VARIABLES.CSV
Fri, 12 Dec 2008 17:52:44 +0100 lbessard Adding Function Blocks in VARIABLES.csv
Fri, 05 Dec 2008 16:22:15 +0100 greg Warning conditions on win32 fixed
Thu, 04 Dec 2008 13:09:18 +0100 greg set and reset action fixed
Mon, 01 Dec 2008 14:13:47 +0100 lbessard Bug with standard functions nb_params count on Windows fixed
Wed, 26 Nov 2008 09:06:52 +0100 greg Modifying MOVE interface
Wed, 26 Nov 2008 09:06:26 +0100 greg Adding support for direct variable type search
Fri, 21 Nov 2008 13:43:49 +0100 lbessard Bug on language selection in SFC Action fixed
Fri, 24 Oct 2008 16:38:26 +0200 lbessard Bug with DEBUG mode in SFC fixed
Fri, 24 Oct 2008 16:37:46 +0200 lbessard Adding support for EN/ENO in standard functions
Wed, 15 Oct 2008 15:38:58 +0200 greg add Makefile for the mingw toolchain on win32
Tue, 07 Oct 2008 14:33:52 +0200 lbessard fixed typo eno_param_declaration
Fri, 26 Sep 2008 14:42:05 +0200 lbessard Adding support for EN/ENO params in function and function blocks (standard function not supported yet)
Thu, 25 Sep 2008 10:26:10 +0200 lbessard Adding support for ouput variables in functions
Thu, 25 Sep 2008 10:25:30 +0200 lbessard Bug with enumerated_value fixed
Mon, 15 Sep 2008 13:36:24 +0200 lbessard Adding support for EN/ENO parameters in bison rules
Mon, 08 Sep 2008 10:34:24 +0200 lbessard Bug while wearching errors in transition with priority fixed
Mon, 08 Sep 2008 10:33:37 +0200 lbessard Adding support for transition debugging
Sun, 07 Sep 2008 10:08:11 +0200 etisserant Added __DEBUG global var to eventually change PLC code execution
Thu, 21 Aug 2008 16:08:19 +0200 etisserant added missing includes on some platform (gentoo/gcc-4.3.1)
Tue, 19 Aug 2008 18:04:28 +0200 etisserant Some miscelanous static, extern and pointer status variable changes in C generated code for configuration and resources
Tue, 19 Aug 2008 18:03:11 +0200 etisserant Re-organized types headers, to ease debug code generation
Tue, 12 Aug 2008 16:14:12 +0200 lbessard Adding some improvements:
Mon, 04 Aug 2008 15:14:25 +0200 etisserant Fixed generation of VARIABLES.csv, some variables appeared in program section
Wed, 23 Jul 2008 11:44:39 +0200 lbessard Fixed some uncatched errors and error bounds in error messages
Fri, 18 Jul 2008 14:44:07 +0200 lbessard Some bugs on syntax checking tests fixed
Thu, 17 Jul 2008 19:08:28 +0200 etisserant Updated tests so that they compile again :-)
Thu, 17 Jul 2008 19:07:28 +0200 lbessard Adding some human-readable error messages
Thu, 17 Jul 2008 19:07:26 +0200 etisserant Fixed missing return in XOR operator code gen.
Thu, 17 Jul 2008 19:06:53 +0200 etisserant removed __print statements. Not supposed to be in std lib.
Thu, 17 Jul 2008 19:06:20 +0200 etisserant Changed located global variable declaration and init to reflec recent change on located vars (pointers)
Thu, 17 Jul 2008 17:03:06 +0200 etisserant added some type handling tools in iec_std_lib. To be tested
Sat, 28 Jun 2008 19:03:08 +0200 etisserant *** empty log message ***
Fri, 27 Jun 2008 09:36:40 +0200 lbessard Modifying time qualifier in SFC to take real time enlapsed instead of theoric period time
Fri, 27 Jun 2008 09:29:27 +0200 lbessard Bug on __TIME_CMP fixed
Wed, 25 Jun 2008 18:47:07 +0200 lbessard Fixed some issues on:
Mon, 23 Jun 2008 18:02:09 +0200 etisserant Support for extern pointer for located variables
Mon, 19 May 2008 14:07:31 +0200 lbessard Adding support for POU struct definition in POUS.h
Wed, 16 Apr 2008 09:49:28 +0200 lbessard Bug with D and L action qualifier and timing management in SFC generated fixed
Fri, 11 Apr 2008 10:53:38 +0200 lbessard Bug with C code generation for SFC when more than one sfc_network in one sequential_function_chart fixed
Tue, 08 Apr 2008 18:21:37 +0200 lbessard Problem with negated literals while compiling generated C file on 32bits systems fixed
Thu, 03 Apr 2008 18:29:14 +0200 lbessard Bug on located variables without name declaration fixed
Thu, 03 Apr 2008 18:28:10 +0200 lbessard Changing SFC Transitions, Steps and Actions types
Fri, 28 Mar 2008 10:06:20 +0100 lbessard Adding support to distinguish direct variables and pointed variables
Wed, 05 Mar 2008 09:26:42 +0100 etisserant cast fir gcc4 fix in lib
Thu, 28 Feb 2008 18:10:42 +0100 etisserant right name for TOFF is TOF according to 61131
Thu, 28 Feb 2008 18:10:01 +0100 etisserant changed VARIABLES.h in VARIABLES.cvs
Tue, 26 Feb 2008 10:59:48 +0100 lbessard Adding structure variable list generation module
Mon, 11 Feb 2008 10:26:35 +0100 etisserant added *.depend to .cvsignore
Sat, 09 Feb 2008 08:59:05 +0100 mario Regression tests. Not yet finished...
Sat, 09 Feb 2008 08:57:14 +0100 mario Regression tests. Test correct parsing of identifiers.
Fri, 08 Feb 2008 14:38:20 +0100 etisserant Fixed headers of generated code
Tue, 29 Jan 2008 09:32:02 +0100 greg add debian dir to create debian package
Thu, 17 Jan 2008 16:13:51 +0100 greg add Makefile for cygwin under Vista
Wed, 16 Jan 2008 17:03:29 +0100 greg changes in setup.py to filter "exe" files and the and the "lib" directory
Tue, 15 Jan 2008 10:53:18 +0100 greg add setup.py to build windows installer
Wed, 02 Jan 2008 18:17:38 +0100 lbessard Modifications for supporting String corrrections on PLCOpenEditor
Mon, 10 Dec 2007 16:25:42 +0100 lbessard Removing useless comment printout
Sun, 09 Dec 2007 18:58:55 +0100 etisserant Windows related enhancements
Fri, 07 Dec 2007 09:32:58 +0100 etisserant aligned CXXFLAGS with CFLAGS
Thu, 06 Dec 2007 18:01:58 +0100 lbessard Adding support for derived data types.
Sat, 17 Nov 2007 10:08:38 +0100 mario adding comments.
Sat, 17 Nov 2007 09:44:14 +0100 mario Adding some basic error cheching.
Sat, 17 Nov 2007 09:20:44 +0100 mario Changing format of error reporting.
Fri, 16 Nov 2007 15:48:34 +0100 mario Fixing some more comments.
Fri, 16 Nov 2007 15:12:21 +0100 mario Cleaning up comments.
Fri, 16 Nov 2007 13:47:41 +0100 mario Small fix to previous commit.
Fri, 16 Nov 2007 13:45:14 +0100 mario Cleaning up some bison rules.
Thu, 15 Nov 2007 15:43:34 +0100 mario Cleaning up comments.
Thu, 15 Nov 2007 15:41:52 +0100 mario Cleaning up comments.
Thu, 15 Nov 2007 10:42:34 +0100 mario Adding location data to new transition_condition_c.
Thu, 15 Nov 2007 10:21:19 +0100 lbessard Bug on SFC transition parsing and generation fixed
Wed, 14 Nov 2007 18:59:47 +0100 mario Adding support for use of PRIORITY as identifier inside SFC.
Wed, 14 Nov 2007 08:54:25 +0100 mario Fixing handling of enumeration values;
Sat, 10 Nov 2007 07:12:12 +0100 mario fixing 'priority' in SFC.
Thu, 08 Nov 2007 15:19:51 +0100 mario commenting out code no longer required. To be deleted later.
Sun, 04 Nov 2007 18:25:30 +0100 mario Adding some comments.
Sat, 03 Nov 2007 15:37:07 +0100 mario removing debug messages left by mistake in previous commit.
Sat, 03 Nov 2007 15:34:22 +0100 mario fixing bug in handling of PRIVATE token.
Sat, 03 Nov 2007 15:33:53 +0100 mario fixing buf in FOR control variable.
Fri, 02 Nov 2007 19:16:04 +0100 mario removing 'identifier' from definition of symbolic_variable
Thu, 01 Nov 2007 20:58:56 +0100 mario adding some comments.
Thu, 01 Nov 2007 20:58:38 +0100 mario fixing include bug (only ocured for includes in main program file).
Thu, 01 Nov 2007 09:42:33 +0100 mario Fixing handling of task initialisation.
Sun, 28 Oct 2007 22:44:20 +0100 mario fixing identifier issues of PRIORITY, SINGLE, and INTERVAL
Sun, 28 Oct 2007 22:03:27 +0100 mario fixing infinite error loops at library level, and ...
Sun, 28 Oct 2007 20:15:54 +0100 mario Fixing small bug when determining ST or IL language
Sun, 28 Oct 2007 16:07:52 +0100 mario fixing formal function invocation in IL
Wed, 24 Oct 2007 17:39:51 +0200 lbessard Change generate_cc to generate_c
Tue, 23 Oct 2007 10:35:58 +0200 mario Adding basic error checking.
Tue, 23 Oct 2007 10:33:09 +0200 mario Adding basic error checking.
Tue, 23 Oct 2007 10:28:50 +0200 mario CVS Test - removed blank line
Wed, 17 Oct 2007 17:51:24 +0200 lbessard Bugs on SFC generation fixed
Fri, 05 Oct 2007 17:58:44 +0200 lbessard Lots of bugs fixed
Fri, 05 Oct 2007 10:24:39 +0200 etisserant Fixed Bitwise negation in ST
Fri, 28 Sep 2007 07:45:03 +0200 etisserant What is that empty ramp.cc file ?
Fri, 28 Sep 2007 07:44:45 +0200 etisserant Support for anonymous directly represented variables.