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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Version 1.20.0
24
24
- rtlib: When array out of bounds check files, show variable/field name, index, lbound, and ubound in the error message
25
25
- fbc: '-exx' enables '-earraydims' by default to error on wrong number of array dimensions or unallocated arrays breaking previous use of @array(0,...) = NULL to detect unallocated arrays
26
26
- fbc: set bit value '__FB_ERR__' = &h400 if '-earraydims' is enabled
27
+
- PEEK, POKE, and SWAP are now quirk words instead of keywords allowing these names to be used as member procedure names
27
28
28
29
[added]
29
30
- x86_64: optimize SHL MOD INTDIV to use 32-bit operation when result will be converted to long/ulong
0 commit comments