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
@@ -46,6 +46,7 @@ Version 1.08.0
46
46
- only write debug line information for statements and don't write comments / empty lines / directives for top level source code in assembly debug ouput
47
47
- optimize byref 'm += s' string concatenations to fb_StrConcatByref() which will check for same string descriptor at run-time which can't be determined at compile time for byref parameters.
48
48
- github #298: allow command line options passed to as, gcc, ld to be longer than 128 characters by using string types internally
49
+
- sf.net #923: implicitly emit the deleting destrutor for extern "c++" mangling for better g++ ABI compatibility
49
50
50
51
[added]
51
52
- extern "rtlib": respects the parent namespace, uses default fb calling convention and C style name mangling
0 commit comments