- 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
- Fix comment. (thanks go to Manuele for pointing it put). 2012-04-24, by Mario de Sousa
- Stop lvalue checks after finding an error in the expression. 2012-04-23, by Mario de Sousa
- Remove erroneous check for S1 and R1, and add missing declrataion. 2012-04-23, by Mario de Sousa
- Start implement lvalue check in IL instruction. 2012-04-21, by Manuele Conti
- Add lvalue check on fb invocation. 2012-04-21, by Manuele Conti
- Literals are also part of expressions! 2012-04-19, by Mario de Sousa
- Implement check_assignment_to_expression in lvalue_check_c class. 2012-04-18, by Conti Manuele
- Remove potential access to NULL pointer. 2012-04-18, by Mario de Sousa
- Start having nicer stage 4 error messages. 2012-04-18, by Mario de Sousa
- Improve usability command line under windows. 2012-04-17, by Conti Manuele
- Ignore trailing EOLs when determining symbol location. 2012-04-17, by Mario de Sousa
- Add comment. 2012-04-17, by Mario de Sousa
- Fix Segmentation fault in check_assignment_to_output lvalue method. 2012-04-17, by Conti Manuele
- Remove deprecated status for ANYTIME operations. 2012-04-17, by Mario de Sousa