- 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
- make the compiler platform independent (i.e. no longer assume sizeof(double)==8). 2012-06-06, by Mario de Sousa
- create extract_real_value() in absyntax_utils. NOTE: overflows not yet handled! 2012-06-06, by Mario de Sousa
- Update constant folding: fixing minor bug. 2012-06-06, by Manuele Conti
- Fix a few bugs of previous commit. 2012-06-06, by Mario de Sousa
- Start constant_folding class. 2012-06-05, by Manuele Conti
- little typo in last commited code 2012-06-05, by Andreas Graeper
- Change return data type of array_dimension_iterator_c.next() 2012-06-04, by Mario de Sousa
- Fix SFC stage4 error. 2012-05-16, by Manuele Conti
- Renamed class, remove unused code, delete allocated objects. 2012-05-15, by mjsousa
- Start sematinc range check class. 2012-05-15, by Manuele Conti
- Located variables may have other data types besides ANY_BIT. 2012-05-15, by mjsousa
- Add verify_is_lvalue to control_variable in for_statement. 2012-05-13, by Manuele Conti
- Remove useless code, and replace with assertion. 2012-05-10, by mjsousa
- Fix bug: initialise un-initialised variable. 2012-05-10, by mjsousa
- Delete incorrect comment. 2012-05-10, by mjsousa
- Add some comments... 2012-05-10, by mjsousa
- Add high level comments. 2012-05-10, by mjsousa
- Fix comment. 2012-05-10, by mjsousa
- Fix the previous commit: check for errors in expressions used as subscripts. 2012-05-09, by mjsousa
- Fix data type check array subscript field. 2012-05-09, by Manuele Conti
- Merge changes. 2012-05-09, by mjsousa
- Fix parsing os TIME literals & rename the extract_integer() function. 2012-05-09, by mjsousa
- Fix generation of output for iec2iec. 2012-05-09, by mjsousa
- Do not compile deleted files... 2012-05-09, by mjsousa
- Do not compile deleted files... 2012-05-09, by mjsousa
- ReDelete files - used in old method of supporting standard functions. 2012-05-09, by mjsousa
- Remove file (used for old method of supporting standard functions). 2012-05-09, by mjsousa
- Add TODO list! 2012-04-27, by Mario de Sousa
- Delete unecessary variable. 2012-04-26, by Mario de Sousa
- Fix __dt_to_timespec primitive function. 2012-05-03, by Conti Manuele
- Fix __dt_to_string primitive function. 2012-05-02, by Conti Manuele
- Fix code generation about __INIT_GLOBAL_LOCATED. 2012-04-24, by Conti Manuele
- Change constants into enums. 2012-04-25, by Mario de Sousa
- Add lvalue checking for IL function and FB invocations. 2012-04-25, by Mario de Sousa
- Fix comment. 2012-04-25, by Mario de Sousa
- Add clarifying comment. 2012-04-25, by Mario de Sousa
- Remove access to NULL pointer. 2012-04-25, by Mario de Sousa
- Make temporary fix to is_complex() method. 2012-04-25, by Mario de Sousa