diff options
author | rh <rh@pkgsrc.org> | 2000-11-25 14:16:36 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-11-25 14:16:36 +0000 |
commit | ad4e2ceeb2d74805916eb76083fcab1b33a5c5ae (patch) | |
tree | 6fa7abbdb310083f9362b8d5d6000d6890ee63f5 /lang/gb/pkg | |
parent | c3419bea521f14bc6823170e3da488e9a8b818e8 (diff) | |
download | pkgsrc-ad4e2ceeb2d74805916eb76083fcab1b33a5c5ae.tar.gz |
Update gb to 0.0.15. Changes include:
* Implement a collections object
* Add the '!' operator WorkSheets!Sheet1
* Impl the 'visible' property on form items.
* Read / Write only properties
* Impl. default methods
* Massive internal object / type system re-write
* Major API clean
* Potential security issue fixed
* Lots of Parser / Lexer work
+ Class parsing
+ Set statement
+ Control array parsing
+ 'Is' statement
* Lots of parser / lexer bugs fixed
* File IO performance improvements and fixes
* Lof implemented, Open improved
* More Command button events
* Form parsing & FRX handling
* GUI items - PictureBox, Frame, Check started
* Embryonic GB GUI designer
Diffstat (limited to 'lang/gb/pkg')
-rw-r--r-- | lang/gb/pkg/PLIST | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/gb/pkg/PLIST b/lang/gb/pkg/PLIST index f86365a7922..6462f37677e 100644 --- a/lang/gb/pkg/PLIST +++ b/lang/gb/pkg/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/17 17:18:27 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/11/25 14:16:37 rh Exp $ +include/gb/gb-constants.h include/gb/gb-eval.h include/gb/gb-expr.h include/gb/gb-lex.h @@ -6,12 +7,17 @@ include/gb/gb-main.h include/gb/gb-mmap-lex.h include/gb/gb-object.h include/gb/gb-project.h +include/gb/gb-statement.h include/gb/gb-value.h include/gb/gb.h include/gb/libgb.h +include/gbrun/gbrun-collection.h include/gbrun/gbrun-eval.h +include/gbrun/gbrun-file.h +include/gbrun/gbrun-global.h include/gbrun/gbrun-object.h include/gbrun/gbrun-project.h +include/gbrun/gbrun-value.h include/gbrun/gbrun.h include/gbrun/libgbrun.h include/gbrun/objects/gbrun-form.h |