- Support for semantic verification of calls to standard functions. 2011-07-29, by Mario de Sousa
- Fixing exponentiation used with symbol ** 2011-09-07, by laurent
- Fix bugs in exponentiation 2011-09-02, by laurent
- Fix case statement in ST, adding support for enumerated types 2011-09-02, by laurent
- Adding BYTE operators visit functions in inlinefcall 2011-07-13, by laurent
- Fix bug with DIV and MOD operator in IL code generator 2011-07-13, by laurent
- Fix bug in suffix of inlinefcall call in ST and IL 2011-07-13, by laurent
- Remove inclusion of missing file in lib 2011-07-13, by laurent
- Commiting merge with Mario's repository 2011-07-13, by laurent
- commiting merge with Laurent's repository 2011-07-11, by Mario de Sousa
- changing 'make' to '$(MAKE)' so other make tools (e.g. gmake) may also be used. 2011-07-09, by Mario de Sousa
- Replacing extern declaration with #include of apropriate header file 2011-07-09, by Mario de Sousa
- Adding some comments, and removing a check for a semantic error in code being compiled. 2011-07-09, by Mario de Sousa
- Fix bug with inline function call in POU programmed in IL 2011-07-12, by laurent
- Fix bug in function calls with literal parameters 2011-07-08, by laurent
- Fix makefiles when not using make as make tool 2011-07-07, by laurent
- Fix bug on initialization of temp variables not using setter 2011-07-06, by laurent
- Fix bug when trying to find the type of a NULL symbol 2011-07-06, by laurent
- Fix bug in inline function calls when using function with undetermined type interface with literals as input 2011-07-04, by laurent
- Fix warnings when compiling matiec 2011-06-29, by laurent
- Fix warning on nop statement at the end of function_block and program generated code 2011-06-29, by laurent
- Adding double underscore in computed enumerated value to avoid conflict with other user defined identifiers 2011-06-29, by laurent
- Add support for finding type of a constant enumerated value and managing conflict between same identifiers defined in different enumerated data types 2011-06-28, by laurent
- Fix bug in declaring variable of enumerated type 2011-06-27, by laurent
- Fix what I think is a bug (has not yet manifested itself). 2011-06-16, by Mario de Sousa
- Merging with Lauren't recent change. 2011-06-16, by Mario de Sousa
- Merging two previous commits. 2011-06-16, by Mario de Sousa
- Clean up some code. 2011-06-10, by Mario de Sousa
- Fix bug with array attribute in structure declaration 2011-06-14, by laurent
- Add better comments, and change name of functions to clarify what they do. 2011-06-14, by Mario de Sousa
- Remove incorect debugging assertion. 2011-06-10, by Mario de Sousa
- Skip CONFIGURATION declarations in stage 3 for now, so semantic analysis does not stop when a configuration is encountered. 2011-06-10, by Mario de Sousa
- 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