- Fix bug in SFC generated code. Action state was declared in the list of variables to debug, but wasn't stored using structure with flags. This error had side effects that makes Beremiz debug crash. 2012-09-11, by Laurent Bessard
- Adding support for P0 and P1 qualifiers and fixing code generated for SL qualifier 2012-09-04, by Laurent Bessard
- Fixed VARIABLES.csv, was broken when using enumrated types 2012-09-01, by Edouard Tisserant
- Merge with c2546c6e0cfa5ad55b288895f17f1b9f2a228f3b 2012-08-22, by Laurent Bessard
- Moving function to correct location (formating only). 2012-08-17, by Mario de Sousa
- Fix bug in code generation for FB IN_OUT structured parameter. 2012-08-04, by Manuele Conti
- Add check bison version in configure.ac file. 2012-07-30, by Manuele Conti
- Remove remaining signed/unsigned comparison error messages when compiling. 2012-08-16, by Mario de Sousa
- Remove warning about comparisons between int and unsigned int. 2012-07-20, by Manuele Conti
- Support for data types of STEP.T and STEP.X in SFCs 2012-08-01, by Mario de Sousa
- Remove dead code. 2012-08-01, by Mario de Sousa
- Change code formatting (alignment) 2012-08-01, by Mario de Sousa
- Aloow use of SFC STEPs as variables. 2012-07-31, by Mario de Sousa
- Check lvalues in expressions passed to Function/FB IN parameters. 2012-07-28, by Mario de Sousa
- Fix comment (bug found by Manuele). 2012-07-20, by Mario de Sousa
- Remove warning about redefining "__STDC_LIMIT_MACROS" (bug found by Manuele). 2012-07-20, by Mario de Sousa
- Constant folding for IL. 2012-07-20, by Mario de Sousa
- update comments. 2012-07-19, by Mario de Sousa
- fix bug: remove REAL from candidate datatypes when real constant has overflowed. 2012-07-19, by Mario de Sousa
- signed integer limits do not affect ANY_INT constant values. 2012-07-18, by Mario de Sousa
- comment out un-used code. 2012-07-18, by Mario de Sousa
- cleaning up code. Changing HUGE_VAL to INFINITY. 2012-07-18, by Mario de Sousa
- Cleaning up the code. 2012-07-18, by Mario de Sousa
- Clean up the code a little. 2012-07-18, by Mario de Sousa
- Fixing includes to define INTxx_MAX etc... 2012-07-18, by Mario de Sousa
- Add remove_from_candidate_datatype_list method using constant_folding results. 2012-07-14, by Manuele Conti
- fix typo. 2012-06-19, by Mario de Sousa
- fix parsing of non base 10 constant values. 2012-06-19, by Mario de Sousa
- determine const value of hex, octal and bin literals correctly. 2012-06-18, by Mario de Sousa
- fix array bounds check. 2012-06-18, by Mario de Sousa
- Fix stupid typos (in calculating array dimension)! 2012-06-18, by Mario de Sousa
- Add file missing from previous commit. 2012-06-16, by Mario de Sousa
- Add ERROR_MSG macro && move extract_XXX() functions to constant_folding.cc 2012-06-15, by Mario de Sousa
- Add independent extract_integer() function (preparing to remove extract_XXX() from absyntax_utils.cc) 2012-06-14, by Mario de Sousa
- Clean up code (remove parsing of integers in stage 4). 2012-06-14, by Mario de Sousa
- Fix literal MACRO gcc compliant. 2012-06-13, by Manuele Conti
- Add 'dimension' parameter to subrange_c, fill it correctly, and use it. 2012-06-13, by Mario de Sousa
- extract_int64() must not handle negation operation (was doing it incorrectly for INT64_MIN!) 2012-06-13, by Mario de Sousa
- Add support for -INT64_MIN values in literals. 2012-06-13, by Mario de Sousa
- Make compiler portable (do not assume int64_t is long long int) 2012-06-13, by Mario de Sousa
- Add missing set overflow flag. 2012-06-12, by Manuele Conti
- Fix extract_integer_value. 2012-06-12, by Manuele Conti
- Fix typo (thanks Manuele) 2012-06-12, by Mario de Sousa
- Remove potential access to NULL pointer. 2012-06-12, by Mario de Sousa
- fix error message. 2012-06-12, by Mario de Sousa
- Fix array index bound check to consider uint64 indexes/limits. 2012-06-12, by Mario de Sousa
- Fix structure initialize. 2012-06-12, by Manuele conti
- Add check array out of bound. 2012-06-11, by Manuele Conti
- Code for debugging const_value annotations in abstract syntax tree. 2012-06-11, by Mario de Sousa
- Fix 'overflow' detection for real64. 2012-06-11, by Mario de Sousa
- small bug fix. 2012-06-10, by Mario de Sousa
- Fix compare expression in constat folding class. 2012-06-10, by Manuele Conti
- Fix extract_real (thanks Manuele), and add check for overflow. 2012-06-10, by Mario de Sousa
- cleaning up the code... 2012-06-10, by Mario de Sousa
- Fix remaining overflow checks. 2012-06-10, by Mario de Sousa
- remove incorrect include file. 2012-06-09, by Mario de Sousa
- Correctly implement MOD operation and overflow checks (still missing uint * / MOD). 2012-06-09, by Mario de Sousa
- Re-insert errno=0 before calling strtoXX() (thanks go to Manuele) 2012-06-09, by Mario de Sousa
- cosmetic changes. 2012-06-08, by Mario de Sousa
- Add data structure for storing overflow of constant values. 2012-06-08, by Mario de Sousa