- merge 2018-12-26, by Mario de Sousa
- fix bug introduced in previous commit (force literals to unsigned log long) 2018-12-26, by Mario de Sousa
- return storage of task interval back to 1 ns resolution (when calculating least common multiple et. al. of task intervals). 2018-12-26, by Mario de Sousa
- addendum to issue #76: detect overflow when calculating least common multiple of task intervals. 2018-12-26, by Mario de Sousa
- definitive fix of issue #76: remove internal overflow of u64 when calculating least common multiple of task intervals. 2018-12-26, by Mario de Sousa
- Test for overflow when translating task periods/intervals to integer variable. 2018-12-26, by Mario de Sousa
- partial fix to issue #76 - calculate task periods with 1ms (instead of 1ns) resolution. Allows for tasks with periods larger than 4.295s, but smaller than 50 days. 2018-12-25, by Mario de Sousa
- partial fix for issue 74: allow deref of REF in left hand side of assignment (only works in FUNCTIONS for now) 2018-12-25, by Mario de Sousa
- fix issue #78: IL NOT operator not working 2018-12-21, by Mario de Sousa
- fix issue#77 - when IL FB followed by SFC FB, non-existant error was detected in IL code. 2018-12-20, by Mario de Sousa
- revert commits improved performance of some extensible Standard Functions (ADD, MUL, AND, OR, XOR) 2018-10-14, by Andrey Skvortsov
- merge 2018-04-20, by Mario de Sousa
- fix backup/restore functions: now also backup/restore programs instantiated to run inside tasks. 2018-04-20, by Mario de Sousa
- add include <time.h>, required for time_t 2018-03-01, by Andrey Skvortsov
- improve performance of some extensible Standard Functions (ADD, MUL, AND, OR, XOR) -- increase hardcoded limit to 499 2018-02-02, by Mario de Sousa