- Fixed FIND Standard Character String Function. Now returns 0 in case empty string is given either for IN1 or IN2. 2020-05-08, by Edouard Tisserant
- Reworked get_greatest_tick_count computation 2019-08-30, by Edouard Tisserant
- Add a column to VARIABLES.CSV, containing variable (derived) type name, additionally to current last column contyaining base type name 2019-07-09, by Edouard Tisserant
- add default NULL value to references (as suggested by anonymous in issue 62) 2019-02-13, by Mario de Sousa
- merge 2019-02-13, by Mario de Sousa
- fix issue #73: add missing overloaded functions ADD, SUB, MUL and DIV for TIME, TOD, DT, ... 2018-12-26, by Mario de Sousa
- remove debugging printf() introduced in previous commits 2018-12-26, by Mario de Sousa
- 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