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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,10 @@ Version 1.08.0
43
43
- fbc: double the minimum and default stacksize on 64-bit to 64Kb and 2048Kb respectively.
44
44
- fbc: internal changes to optimize away unused call results
45
45
- github #203: allow casts of addresses on static initializers
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
46
+
- only write debug line information for statements and don't write comments / empty lines / directives for top level source code in assembly debug output
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
+
- sf.net #923: implicitly emit the deleting destructor for extern "c++" mangling for better g++ ABI compatibility
50
50
51
51
[added]
52
52
- extern "rtlib": respects the parent namespace, uses default fb calling convention and C style name mangling
@@ -113,8 +113,8 @@ Version 1.08.0
113
113
- github #246: rtlib leaks thread local data, fixed by adding TLS destructors (adeyblue)
114
114
- sf.net #918: pcopy (console) bug when copying large console buffers, windows only (adeyblue)
115
115
- github #216: function getMouse() seems broken on Win10 when using the Console Mode (screen 0), fixed by turn off the QuickEdit console mode during GetMouse (adeyblue)
116
-
- github #258: on windows directx and gdi drivers, only show window after intialization is complete (adeyblue)
117
-
- sf.net #925: CSIGN/CUNSG preserve size when converting pointers on 64-bit and implict conversion of STEP value in FOR...NEXT statement
116
+
- github #258: on windows directx and gdi drivers, only show window after indianization is complete (adeyblue)
117
+
- sf.net #925: CSIGN/CUNSG preserve size when converting pointers on 64-bit and implicit conversion of STEP value in FOR...NEXT statement
118
118
- github #122: gfxlib2: linux GFX_NO_FRAME + GFX_OPENGL freezing at exit due to a dead lock between exit routines
119
119
- sf.net #914: threadsafe RND() and RANDOMIZE() by adding a mutex
120
120
- use the multi-byte & wide character functions wctombs() & mbtowcs() when converting between string and wstring (Skyfish)
0 commit comments