- Fix bug when generating initial value for function return type when it is a complex type 2011-06-09, by laurent
- Fix bug in debugging variable list compilation with structure and array disabling 2011-06-09, by laurent
- Fix bug with TRUNC function and with type conversion functions called with constant as parameter 2011-06-08, by laurent
- Allow use of ENO keyword in structured variable field selector. 2011-06-08, by Mario de Sousa
- Fixing REAL_TO_INT conversion (behaved like a trunc and not like a round) 2011-06-06, by laurent
- fixing INSERT function: was inserting into incorrect position. (submitted by Manuele) 2011-06-06, by Mario de Sousa
- Fix bug when generating integer with leading zero (octal value for C compiler) 2011-06-06, by laurent
- Allow [EOL] after a label in IL. 2011-06-03, by Mario de Sousa
- Fix bug when using an enumerated or subrange type to define a structure element 2011-06-01, by laurent
- Fix bug when declaring data type directly derived from array type 2011-05-31, by laurent
- Fix conversion of binary digits to hex, when generating code. 2011-05-30, by Mario de Sousa
- Fix missing '(' when declaring new simple derived data type. 2011-05-30, by Mario de Sousa
- Ignore underscores in decimal integer constants when determining size in bits... 2011-05-30, by Mario de Sousa
- When checking semantics of expressions, skip semantic checking of data type definitions 2011-05-30, by Mario de Sousa
- Fixing algorithm that determines bit size of constants containing underscores. 2011-05-30, by Mario de Sousa
- Merging with Edouard's version 2011-05-27, by Mario de Sousa
- Fixing bug related to setting array variables with values coming from other variables 2011-05-27, by Mario de Sousa
- Added __IEC_OUTPUT_FLAG, to mark variable whose forcing implies refresh on eache cycle. 2011-05-18, by Edouard Tisserant
- Fix bug when debugging located variables of type memory (%M) for all variable classes 2011-05-18, by laurent
- Merging with Edouard's changes 2011-05-17, by Mario de Sousa
- Fixing code generation of array indexes in Function Blocks. 2011-05-17, by Mario de Sousa
- Commiting merge with Laurent's recent dead code removal change. 2011-05-15, by Mario de Sousa
- Adding fflush capabilities. It is sometimes usefull when debuging the compiler... 2011-04-19, by Mario de Sousa
- Adding missing semicolons. 2011-04-15, by Mario de Sousa
- fixed build error with gcc 4.5.2 2011-05-16, by Edouard Tisserant
- Merged with Edouard's modifications 2011-05-16, by laurent
- Fix bug when debugging located variables of type memory (%M) 2011-05-16, by laurent
- Removed dead code 2011-04-21, by Edouard Tisserant
- Fixing implementation of CU, CD, and CUD in standard library. 2011-04-14, by Mario de Sousa
- Deleting dead code. 2011-04-14, by Mario de Sousa
- Merging changes. 2011-04-14, by Mario de Sousa
- Added tracking of order by which tokens are processed by lexical analyser. 2011-04-14, by Mario de Sousa
- Adding tracking of filename in which token is located. 2011-04-14, by Mario de Sousa
- 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. 2011-04-07, by Edouard Tisserant
- Fixing error message incorrectly changed in previous merge. 2011-04-05, by Mario de Sousa
- fixing C code generation of return_statement_c and exit_statement_c 2011-04-05, by Mario de Sousa
- merging the Edouard's version. 2011-04-05, by Mario de Sousa
- fixing exit_statement_c: produce 'break' instead of 'exit(0); (Thanks to Manuele) 2011-04-05, by Mario de Sousa
- Fixing code generation of standard conversion functions. 2011-04-05, by Mario de Sousa
- Re-generated std lib related code, with updated headers, updated all forgotten headers 2011-04-05, by Edouard Tisserant
- Merged matiec library headers update from Mario to LGPL 2011-04-04, by Edouard Tisserant
- Changing to LGPL for library functions. 2011-04-04, by Mario de Sousa
- Updating origin and license info of library fuctions. 2011-04-04, by Mario de Sousa
- Leave standard function names hardcoded, as these are considered keywords even though 2011-04-04, by Mario de Sousa
- New version of bistable.txt - due to license issues. 2011-04-04, by Mario de Sousa
- Make semantic error message compatible with beremiz 2011-04-04, by Edouard Tisserant
- Merge 2011-04-04, by Edouard Tisserant
- Fixes to make handling of standard functions in Semantic analyser compatible with code generation of standard functions 2011-04-04, by Edouard Tisserant
- Merge with changes from Mario 2011-04-04, by Edouard Tisserant
- Fixing stupid bug (that was disabling code generation). 2011-04-04, by Mario de Sousa
- Adding Makefile for Darwin (thanks go to Manuele) 2011-04-04, by Mario de Sousa
- starting to add proper header file with declaration of standard functions 2011-04-04, by Mario de Sousa
- Fixing error messages for IL semantic errors (brocken in a previous changeset/commit). 2011-04-01, by Mario de Sousa
- Updating license info (with Edouard's permission for relevant files). 2011-04-01, by Mario de Sousa
- Updating License info (with Edoaurd's permission for relevant files). 2011-04-01, by Mario de Sousa
- Adding some debug info 2011-04-01, by Mario de Sousa
- Do not crash when checking semantics of undeclared symbolic_variable. 2011-03-31, by Mario de Sousa
- Updating licensing information. 2011-03-31, by Mario de Sousa
- Error messages (stage3) now better identify the location of the error. 2011-03-31, by Mario de Sousa
- Adding debug conditional printf()s in stage 3. 2011-03-31, by Mario de Sousa