Enhancements
- Enh. #801: Mechanism to show User Guide as PDF in offline mode
- Issue #815: Combined file filters introduced in file open dialogs (for more convenience)
Bugfixes
- Bugfix #802: Placement of license texts and User Guides was flawed by #741
- Bugfix #805: Language happened to change on deriving a subroutine from CALL
- Issue #806: Format string splitting on C99 import improved
- Issue #806: More sensible
printf
/scanf
format strings on C export - Issue #807: Python 'recordtype' lib ref replaced by dictionary
- Bugfix #808: Missing C, Javascript export of variable declarations with
:=
- Bugfix #809: C99 import flaws: typename replacement in comments,
return 0;
- Bugfix #810: Javascript export produced nonsense for multi-variable input
- Bugfix #811: C99 import of floating-point number literals like
123e4
fixed - Bugfix #812: Defective declaration of global variables on Python export
- Issue #814: Empty parameter lists are now exported to C as
...(void)
- Issue #816: Function calls in exported bash, ksh code revised.