- Fixed logic for REPEAT..UNTIL 2022-02-15, by Edouard Tisserant
- Added RETAIN qualifier to VARIABLES.CSV 2021-12-14, by Edouard Tisserant
- Variable forcing now uses limited list and buffer instead of systematical instance tree traversal and in-tree "fvalue" to keep track of forced value for pointed variables (external, located). Pointer swapping is performed when forcing externals and located, with backup being restored when forcing is reset. Match Beremiz commit 93ad018fb602. 2021-12-14, by Edouard Tisserant
- Fixed __SET_EXTERNAL_FB declaration in accessor.h, invoked when accessing EXTERNAL_BLOCK.VARIABLE. Macro was invoking __SET_VAR with wrong parameter count. Fixed corresponding code generator for ST. Seems similar codegen for IL is also broken, but fix would affect other (unknown) behviours -> didn't touch it. 2021-11-24, by Edouard Tisserant
- Remove RETAIN qualifier for F_TRIG and R_TRIG 'M' variable. This is not following standard, and implicitely consumes a lot of RETAIN memory. User can explicitely qualify R_TRIG of F_TRIG instance as RETAIN if needed. 2021-10-04, by Edouard Tisserant
- 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