Rugxulo

Usono, 31.03.2008, 00:59 |
FreeBASIC 0.18.4b released (Announce) |
The FreeBASIC developers have released version 0.18.4b of their compiler.
Announcement: http://www.freebasic.net/forum/viewtopic.php?t=11063
Changes: http://www.freebasic.net/index.php/details?page=news&category=rls&id=11
Discussion: http://www.freebasic.net/forum/viewtopic.php?t=11033
P.S. The DOS binary of GDB.EXE (same as with 0.18.3b) won't run on < PPro ("cmovne"). Apparently, none of us ever bothered to test it.  --- Know your limits.h |
Steve

US, 23.04.2008, 01:21
@ Rugxulo
|
FreeBASIC 0.18.5b released |
2008-04-18.
[changed]
- fbc when installed to a configured --prefix now uses target directories
- added the --enable-standalone configure switch. If building for current dos/win32 or to use fbc from inside the development tree, this switch must be used
[added]
- install-standalone.sh for installing the standalone version
[fixed]
- gfxlib win32 driver was calling driver exit routines twice
- included files weren't normalizing slashes before being cached
- install.sh should use "=" for string comparison instead of "=="
Home page:
http://www.freebasic.net/
Downloads:
http://www.freebasic.net/index.php/download/
or
http://sourceforge.net/project/showfiles.php?group_id=122342 |
Rugxulo

Usono, 23.04.2008, 03:22
@ Steve
|
FreeBASIC 0.18.5b released |
> [fixed]
> - gfxlib win32 driver was calling driver exit routines twice
> - included files weren't normalizing slashes before being cached
> - install.sh should use "=" for string comparison instead of "=="
Also, they fixed this:
> DOS:
> - changed to gdb 6.4 - i386 (gdb.exe in the last several versions was
> built for i786 [sic] making it impossible to use on older architectures) |