Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: source-changes
Date: 12/30/2000 20:41:21
Module Name:	pkgsrc
Committed By:	rh
Date:		Sat Dec 30 18:41:21 UTC 2000

Modified Files:
	pkgsrc/lang/gb: Makefile
	pkgsrc/lang/gb/files: md5
	pkgsrc/lang/gb/pkg: PLIST

Log Message:
Update gb to 0.0.17.  Changes include:

Version 0.0.17
        * Delay the parsing of the function specs until the function
          is used for the first time - speed and efficiency win (Frank)
        * Date functions fixed up (Ravi)
        * For Each implemented
        * UBound, LBound
        * More constants added
        * Screen's mouse pointer stuff impl
        * Object referencing grammar fixed
        * User defined constants implemented
        * Exit [Sub, Function, For etc.] impl.
        * Fix function invocation with Option Explicit
        * Parse Declare statements
        * ReDim implemented
        * Correct spelling of indices discovered.
        * Options setup and honoured (Ken Guest)
        * Lots of Command button signals added (Almer Tigelaar)
        * New object globalization logic
        * Build fix (Boszormenyi Zoltan)

Version 0.0.16
        * Implement CallByName
        * Port Frame to new object system (Frank)
        * Improve parser / lexer flexibility.
        * Implement Eval, Execute.
        * Implement user defined Types
        * Update project logic and form object referencing.
        * Add (evily hacked) up ASP runtime ( gb test/web.asp )
        * Install 'gb' by default to aid use.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/gb/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/gb/files/md5
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/gb/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.