You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ Version 1.06.0
3
3
[changed]
4
4
- Adjusted warning text for "mixed bool/nonbool operands" warning
5
5
- test-suite uses libfbcunit for unit testing framework
6
+
- SELECT CASE AS CONST respects data type and will show overflow warnings on out-of-range constants
7
+
- boolean: don't allow NEG unary op '-' on boolean data types
6
8
7
9
[added]
8
10
- -noobjinfo option to disable the writing/reading of compile-time library and other linking options from/to .o and .a files. This also disables the use of fbextra.x (the supplemental linker script) for discarding the .fbctinf sections, which is useful when using the gold linker that doesn't support this kind of linker script.
@@ -56,6 +58,8 @@ Version 1.06.0
56
58
- #876: ThreadCall does not support subroutine with [U]Long type parameter
57
59
- #877: fix SLEEP behaviour in linux console and wait for key presses, and do not affect input buffer. Match linux SLEEP to behaviour on Windows.
58
60
- Fixed inline asm procedure name mangling bug (missing underscore prefix) with -gen gcc -asm intel on dos/win32
61
+
- #878: Fix fbc-64bit hangs on 'Case True' + 'Case False' inside 'Select Case As const'
62
+
- Fix SELECT CASE AS CONST to allow both signed & unsigned case range values
0 commit comments