Sunday, July 23, 2006

Atari VNC v1.08 released

aVNC updated:
- window location/size can be saved
- clipboard handling is now automatic (client<->server)
- added option 'Send Clipboard' to remote system
- recompiled with updated GFA-Compiler

Saturday, July 15, 2006

GFA-Basic Compiler/Linker update

GFA-Compiler (patch level 9)
GFA-Linker (patch level 6)
- MSHRINK() bug fixed
- GRAF_MKSTATE() with no parameters fixed
- MAT DET/QDET/RANG with extra parameter fixed
- MAT INPUT with no channel fixed
- DIM crash fixed (too many dimensions)
- Crashes related to undefined functions fixed
- and more...

See docs for more information.

Tuesday, July 11, 2006

GFA-Basic Editor v1.40 released

The list-of-changes is rather large. Please read the documentation for all the details.

Note: This version will not work correctly with previous configuration files. You must delete the *.gbe files in your \home\ directory before you use it!

Saturday, July 01, 2006

GFA Status Report

Finally some progress has been made on the old GFA-Basic Compiler.
- DIM crash fixed, issues an error message instead
- MAT INPUT crash fixed, issues an error message instead
- $U/$U+ error handling is more stable
- Added a real time line counter that is 040/060 safe, not interrupt driven
These will require a new library:
- MSHRINK() bug finally resolved
- MALLOC(), MFREE(), and MSHRINK(), moved into the lib, was hard coded
- FSNEXT(), FGETDTA(), and FSETDTA() moved into the lib, was hard coded