Version | Change log |
PureBasic x64 6.03 Oct 13, 2023 |
Added: #PB_String_NoCaseAscii for CompareMemoryString() for faster string comparison when only ascii characters are involved. Added: #PB_Compiler_DPIAware compiler constant. Updated Scintilla to 5.3.5 for all platforms Optimized: Smaller and more readable C generated file. Changed: IDE on Linux is now using GTK3 as default (GTK2 IDE is named purebasic_gtk2) Fixed: A lot of compiler and libraries bugs (fixed bug list) |
PureBasic x64 6.02 May 17, 2023 |
- Added: HttpTimeout() to set a connection and a global timeout for Http commands. - Added: GTK3 IDE build for Linux for testing (purebasic_gtk3). - Added: ReAssembly (--reasm) support for OS X and Linux. - Updated: libarchive to 3.6.2 - Updated: lib7z to 22.01 - Removed: EnableASM support for C backend as it can't be used correctly (the IDE capitalize the letters for If etc.) and avoid detecting real x86/x64 asm block leading to strange errors. The correct way is now to use the '!' sign at the line start to use directly C code. |
PureBasic x64 6.01 Mar 7, 2023 |