- Better identification of erros in function/FB invocations. 2012-02-05, by Mario de Sousa
- Print error messages when datatype erros found in ST function/FB calls. 2012-02-03, by Mario de Sousa
- Continue checking data type compatibility inside expressions used to pass paramters to invalid function/FB calls 2012-02-03, by Mario de Sousa
- Adding support for semantic verification of FB calls in ST. 2012-02-03, by Mario de Sousa
- Delete wrong comment. 2012-02-02, by Mario de Sousa
- Add support in stage 3 for checking function invocations in ST. 2012-02-02, by Mario de Sousa
- Fix search_varfb_instance_decl to be able to find variables and FB when only given an identifier. 2012-02-02, by Mario de Sousa
- Changing code indenting. 2012-02-02, by Mario de Sousa
- Add fill candidate method for fb_invocation_c symbol. 2012-02-01, by Manuele Conti
- Re-write of stage3 code (done by Manuele and I), re-write of search_varfb_instance_type_c (done by myself), and several other bug fixes. 2012-02-01, by Mario de Sousa
- Merging with Laurent's repository. 2012-02-01, by Mario de Sousa
- Fix YYLTYPE declaration. 2011-09-27, by Manuele Conti
- Merging with Laurent's repository. 2011-11-20, by Mario de Sousa
- Add list of things we must check for in stage 3 (TODO list!) 2011-11-04, by Mario de Sousa
- Fix bug with InOut variable of structured type 2012-08-14, by Laurent Bessard
- Fix bug while using complex type variables in Function and FunctionBlock interface 2012-07-28, by Laurent Bessard
- Fix bug while using complex type variables in Function and FunctionBlock interface 2012-07-27, by Laurent Bessard
- Fix bug with complex type inout variables while generating variable list 2012-07-27, by Laurent Bessard
- Fixing bug in inlinefcall when a transition is in ST and contains literals 2012-03-22, by laurent
- Fix bug in code generated for MUL function 2012-02-24, by laurent
- Fix bug with overloaded function due to literal input values 2012-02-24, by laurent
- Fix bug wrong code generated when, in a pou, a located variable has the same name than a function block instance input variable 2012-02-21, by laurent
- Fix bug pointed structure not declared for directly derived datatypes 2012-02-21, by laurent
- removed forgotten prototype in __INIT_EXTERNAL accessor, causing warning ant build time 2012-02-16, by Edouard Tisserant
- Merge with Edouard's modifications 2012-02-07, by laurent
- Fix STEP and ACTION structure initialization value in SFC 2012-02-07, by laurent
- Applied anonymous contribution RTC, '[Beremiz-devel] RTC function', 29/06/11 2012-02-03, by Edouard Tisserant
- Fix bug with functions like LEN and TRUNC that have overloaded return type for same inputs type 2012-02-03, by laurent
- Fix issues in standard library with MUX, MOD, NE and convertions to BOOL 2012-02-02, by laurent
- Adding Common_Ticktime to informations printed in VARIABLES.csv file 2012-01-25, by laurent
- Fixing bug with external variables refering to global variables defined in configurations 2011-12-30, by laurent
- removed useless extern func declaration in __INIT_EXTERNAL, producing warning during build of POUS.c 2011-12-23, by Edouard Tisserant
- Fixing bug in generated code for complex type external variable 2011-12-09, by laurent
- Fixing SUB standard function defined in standard library 2011-12-09, by laurent
- Fixing generated code for global variables. Adding support for defining global variables with complex type 2011-11-18, by laurent
- Fixing bug in all SUB function definitions in standard_functions.txt 2011-11-18, by laurent
- Fix bug when using enumerated type in equ_expression or notequ_expression 2011-11-18, by laurent
- silenced warning on X86_64 build by casying numerical operand of snprintf 2011-11-16, by Edouard Tisserant
- Fix bug in generate_c_inlinefcall. Was not handling textual SFC elements 2011-11-04, by laurent
- Fix code generation of FOR loops. Now handles negative values of BY correctly. 2011-10-29, by Mario de Sousa
- Fix semantic verification of enumerated data types. 2011-10-29, by Mario de Sousa
- Adding a line to a comment. Does not change any code. 2011-10-28, by Mario de Sousa
- fixed signedness warning on string slicing funcs in std lib 2011-10-20, by Edouard Tisserant
- Fix bug generate_c_inlinefcall in inline function name generated 2011-10-12, by laurent
- Fix bug in parser while trying to use IL operator like S1, R1, etc... as standard function block interface variable in structured_variable syntax and bug in code generator while generating code for assignment of function block interface variable using structured_variable syntax 2011-10-11, by laurent
- Fix bug in code generation of directly declared array variables that generate wrong code when using located variables in a program POU 2011-10-09, by laurent
- Fix bug in generate_c_inlinefcall.cc that prevent to use extendible standard functions 2011-10-09, by laurent
- Fix bug in definition of CONCAT standard function in iec_std_lib.h 2011-10-09, by laurent
- moved declaration __STR_CMP to prevent warning 2011-09-28, by Edouard Tisserant
- Adding support for compiling direct array specification inside variable declaration 2011-09-14, by laurent
- Making case statement code generated safer 2011-09-09, by laurent
- Merge with 01068ccb73b202b2872d4117ad01984bac956cbb 2011-09-08, by laurent
- Fix make on system without mercurial installed. 2011-09-01, by Manuele Conti
- delete code no longer needed. 2011-08-31, by Mario de Sousa
- Implement get_type_decl(), as it seems Manuele will need it later... 2011-08-31, by Mario de Sousa
- Cleaning up: Getting some sense into the code handling structures. 2011-08-31, by Mario de Sousa
- Add automatic HG changeset id information in "-v" param 2011-08-25, by Matteo Facchinetti
- Add iec2iec building in the project Makefiles. 2011-08-25, by Matteo Facchinetti
- Update which files to ignore due to new autotools building environment. 2011-08-26, by Mario de Sousa
- Add checks for undefined structure elements used IEC 61131-3 source code being compiled. 2011-08-26, by Mario de Sousa