- Fix in standard function library: forgot static linkage for inline __str_cmp() 2020-07-06, by Edouard Tisserant
- Fixed in standard function library: NE_BOOL was missing. 2020-06-30, by Edouard Tisserant
- Fixed in standard function library: String comparison was retrurning wrong result whith strings of different sizes but starting the same, or with zero length strings. 2020-06-18, by Edouard Tisserant
- 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