File: NEWS

package info (click to toggle)
gb 0.0.20-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,844 kB
  • ctags: 2,897
  • sloc: ansic: 22,647; sh: 8,990; yacc: 634; makefile: 431; sed: 93
file content (150 lines) | stat: -rw-r--r-- 3,025 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
Version 0.0.20

	* Massive grammer / lexer / internals fixage (Ravi)

	* Form work
		* Form [MaxButton, MinButton, ShowInTaskbar,
 		 BorderStyle, LinkTopic, StartupPosition] (Ravi)
		* Menu fixage (Frank)
		* sub-properties (Ravi)
		* handle control box (Ravi)
		* Add shapes support (Frank)

	* FormItem work
		* visibility work (Frank)
		* [DragMode] (Ravi)
		* Textbox [MultiLine] (Ravi)
		* Textbox [MaxLength, PasswordChar] (Matthew Mei)

	* Misc.
		* File handling updates (Ravi)
		* Print statement (Ravi)
		* Leak fixes (Per Winkvist, Ravi)

Version 0.0.19

	* see web/gb-0.0.19

Version 0.0.18

	* see web/gb-0.0.18

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.

Version 0.0.15 (me)

	* Implement a collections object

	* Add the '!' operator WorkSheets!Sheet1
		(with thanks to Ron Guerin, G Wassenaar)

	* Impl the 'visible' property on form items.

	* Read / Write only properties

	* Impl. default methods

Version 0.0.14 (me)

	* Massive internal object / type system re-write

	* Major API clean

	* Potential security issue fixed

Version 0.0.13

	* Lots of Parser / Lexer work (Ravi)

		+ Class parsing
		+ Set statement
		+ Control array parsing
		+ 'Is' statement

	* Lots of parser / lexer bugs fixed (Ravi)

	* File IO performance improvements and fixes (William)

	* Lof implemented, Open improved (William)

	* More Command button events (William)

	* Form parsing & FRX handling (Frank)

	* GUI items - PictureBox, Frame, Check started (Thomas)

	* Embryonic GB GUI designer (Per Winkst)

Version 0.0.12

	* Lots of new statements, functions, form items, parser improvements,
object system fixes. Too many to detail, lots of work put in by Ravi and Frank.
	* Sean joins team.

Version 0.0.7 2000-02-22

	* Major internals re-write
	* Team expands to Frank, Ravi and Amaury.

Version 0.0.3 : 1999-12-29

	* 'gb' to enterprets really simple programs

Version 0.0.0 : 1999-08-04

	* Dumped current snapshot into CVS.
	* Doesn't do anything yet, can almost act as a lobotimized syntax
	checker.