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