FreeBas9k Revision History

1.12	(Billy-Bob)

Did automatic DISGRACE remover.

Did new Object installer.

Added SMS and COMM objects.


1.1	(Kent)

Fixed several crashes to do with loading objects, including multiple loads and FREEOBJ.

Made LOADOBJ try most conbinations of case and extensions, so you just need to use the object name, eg for PHONE.GEO you can use:

LOADOBJ PHONE.GEO
LOADOBJ PHONE
LOADOBJ phone etc etc

Dispensed with the B9KDATA dir. Objects now get installed into PRIVDATA (not normally visible) and LIBDIR is obsolete. Everything should be automatic. You can now safely put the LOADOBJs in AUTOEXEC.B9K (dont forget the quotes eg LOADOBJ "phone").

Added external objects REMOTE and CONTACT, and brought USER and PHONE up to V2 object format. There a _many_ internal changes in Bas9k and the objects to support the V2 format.

Numerous small changes to improve stability and speed, too numerous to mention infact.


1.01	(Ozzy Pete)

Improved Object type and error checking and DEBUG.OBJECT output. Type 2 objects can now trigger RT errors in Bas9k.

Fixed a problem with Property Let type object assignments.

Trying to GOTO/GOSUB a non-existent label now gives an error.

Fixed a unlocked pointer causing compile to not find labels sometimes.

Added conditionals to create a non-debug version (10k smaller). This has also made dgroup a bit smaller which always seems to aid stability.


1.0	(Hotter than Habanero)

First public release.