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
- fbc: add '-z fbrt' command line option to link against libfbrt*.a instead of libfb*.a
@@ -23,6 +24,7 @@ Version 1.09.0
23
24
- fbc: add '-entry name' command line option to set program entry point (TeeEmCee)
24
25
- added objinfo support for ELF files on freebsd
25
26
- PROCPTR( identifier, type ) syntax to allow getting procedure pointer for based on sub/function type
27
+
- sf.net #666: overload matching for UDT's with CAST() operators as [w|z]string type and implicit conversions
26
28
27
29
[fixed]
28
30
- github #315: set parameters when calling SCREENCONTROL (was broken in fbc 1.08.0 due to new LONG/LONGINT SCREENCONTROL API's)
@@ -38,6 +40,7 @@ Version 1.09.0
38
40
- darwin: a variety of improvements to allow compiling and linking (TeeEmCee)
39
41
- gfxlib2: fix d2d scaling issues for high dpi (adeyblue)
40
42
- fbc: improve error message on statement between SELECT and first CASE inside a subroutine and don't allow CONST/ENUM between any SELECT & first CASE.
43
+
- sf.net #843: Implicit casting of argument to string works for Instr() and Mid() but not for Left() and Right()
0 commit comments