Fri, 08 May 2020 10:20:04 +0200 Edouard Tisserant Fixed FIND Standard Character String Function. Now returns 0 in case empty string is given either for IN1 or IN2.
Fri, 30 Aug 2019 10:27:45 +0200 Edouard Tisserant Reworked get_greatest_tick_count computation
Tue, 09 Jul 2019 08:31:02 +0200 Edouard Tisserant Add a column to VARIABLES.CSV, containing variable (derived) type name, additionally to current last column contyaining base type name
Wed, 13 Feb 2019 14:40:26 +0000 Mario de Sousa add default NULL value to references (as suggested by anonymous in issue 62)
Wed, 13 Feb 2019 14:16:26 +0000 Mario de Sousa merge
Wed, 26 Dec 2018 19:36:03 +0000 Mario de Sousa fix issue #73: add missing overloaded functions ADD, SUB, MUL and DIV for TIME, TOD, DT, ...
Wed, 26 Dec 2018 12:39:41 +0000 Mario de Sousa remove debugging printf() introduced in previous commits
Wed, 26 Dec 2018 12:02:13 +0000 Mario de Sousa merge
Wed, 26 Dec 2018 11:56:14 +0000 Mario de Sousa fix bug introduced in previous commit (force literals to unsigned log long)
Wed, 26 Dec 2018 11:51:58 +0000 Mario de Sousa return storage of task interval back to 1 ns resolution (when calculating least common multiple et. al. of task intervals).
Wed, 26 Dec 2018 11:45:27 +0000 Mario de Sousa addendum to issue #76: detect overflow when calculating least common multiple of task intervals.
Wed, 26 Dec 2018 11:40:45 +0000 Mario de Sousa definitive fix of issue #76: remove internal overflow of u64 when calculating least common multiple of task intervals.
Wed, 26 Dec 2018 11:12:27 +0000 Mario de Sousa Test for overflow when translating task periods/intervals to integer variable.
Tue, 25 Dec 2018 12:15:29 +0000 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.
Tue, 25 Dec 2018 11:10:11 +0000 Mario de Sousa partial fix for issue 74: allow deref of REF in left hand side of assignment (only works in FUNCTIONS for now)