2011-10-19 Edouard Tisserant fixed signedness warning on string slicing funcs in std lib
2011-10-12 laurent Fix bug generate_c_inlinefcall in inline function name generated
2011-10-11 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-09 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 laurent Fix bug in generate_c_inlinefcall.cc that prevent to use extendible standard functions
2011-10-09 laurent Fix bug in definition of CONCAT standard function in iec_std_lib.h
2011-09-28 Edouard Tisserant moved declaration __STR_CMP to prevent warning
2011-09-14 laurent Adding support for compiling direct array specification inside variable declaration
2011-09-09 laurent Making case statement code generated safer
2011-09-08 laurent Merge with 01068ccb73b202b2872d4117ad01984bac956cbb
2011-09-01 Manuele Conti Fix make on system without mercurial installed.
2011-08-31 Mario de Sousa delete code no longer needed.
2011-08-31 Mario de Sousa Implement get_type_decl(), as it seems Manuele will need it later...
2011-08-31 Mario de Sousa Cleaning up: Getting some sense into the code handling structures.
2011-08-25 Matteo Facchinetti Add automatic HG changeset id information in "-v" param
2011-08-25 Matteo Facchinetti Add iec2iec building in the project Makefiles.
2011-08-26 Mario de Sousa Update which files to ignore due to new autotools building environment.
2011-08-26 Mario de Sousa Add checks for undefined structure elements used IEC 61131-3 source code being compiled.
2011-08-25 Mario de Sousa Ignore underscores when extracting value of integer.
2011-08-23 Mario de Sousa Deleting unused code.
2011-08-23 Mario de Sousa Removing Makefiles made redundant by autotools.
2011-08-23 Mario de Sousa fix bug report email address.
2011-08-23 Mario de Sousa Add print version command line option.
2011-08-23 Mario de Sousa Remove debugging printf() added by mistake in previous commit.
2011-08-23 Mario de Sousa Print error messages when data type errors in ST expressions are detected.
2011-08-23 Mario de Sousa Include (again!) the declaration of standard functions (incorrectly removed -again- in previous commit)
2011-08-22 Mario de Sousa Add support for '**' (power) operator in ST expressions
2011-08-19 Mario de Sousa Some more comments on how to build, and correcting name of README.build file.
2011-08-19 Mario de Sousa Include the declaration of standard functions (incorrectly removed in previous commit)
2011-08-19 Mario de Sousa Merging with Laurent's repository.
2011-08-19 Mario de Sousa Fixing automake configuration to work properly with flex and bison.
2011-07-29 Mario de Sousa Building compiler with autoconf. Thanks go to Matteo of sirius-es.it
2011-07-29 Mario de Sousa Support for semantic verification of calls to standard functions.
2011-07-29 Mario de Sousa Support for semantic verification of calls to standard function calls.
2011-07-29 Mario de Sousa Support for semantic verification of calls to standard functions.
2011-09-07 laurent Fixing exponentiation used with symbol **
2011-09-02 laurent Fix bugs in exponentiation
2011-09-02 laurent Fix case statement in ST, adding support for enumerated types
2011-07-13 laurent Adding BYTE operators visit functions in inlinefcall
2011-07-13 laurent Fix bug with DIV and MOD operator in IL code generator
2011-07-13 laurent Fix bug in suffix of inlinefcall call in ST and IL
2011-07-13 laurent Remove inclusion of missing file in lib
2011-07-13 laurent Commiting merge with Mario's repository
2011-07-11 Mario de Sousa commiting merge with Laurent's repository
2011-07-09 Mario de Sousa changing 'make' to '$(MAKE)' so other make tools (e.g. gmake) may also be used.
2011-07-09 Mario de Sousa Replacing extern declaration with #include of apropriate header file
2011-07-09 Mario de Sousa Adding some comments, and removing a check for a semantic error in code being compiled.
2011-07-12 laurent Fix bug with inline function call in POU programmed in IL
2011-07-08 laurent Fix bug in function calls with literal parameters
2011-07-07 laurent Fix makefiles when not using make as make tool
2011-07-06 laurent Fix bug on initialization of temp variables not using setter
2011-07-06 laurent Fix bug when trying to find the type of a NULL symbol
2011-07-04 laurent Fix bug in inline function calls when using function with undetermined type interface with literals as input
2011-06-29 laurent Fix warnings when compiling matiec
2011-06-29 laurent Fix warning on nop statement at the end of function_block and program generated code
2011-06-29 laurent Adding double underscore in computed enumerated value to avoid conflict with other user defined identifiers
2011-06-28 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-27 laurent Fix bug in declaring variable of enumerated type
2011-06-16 Mario de Sousa Fix what I think is a bug (has not yet manifested itself).
2011-06-16 Mario de Sousa Merging with Lauren't recent change.