]> git.draconx.ca Git - gob-dx.git/blob - ChangeLog
Release 0.91.2
[gob-dx.git] / ChangeLog
1 Mon Dec 27 19:56:24 1999  George Lebl <jirka@5z.com>
2
3         * Release 0.91.2
4
5 Mon Dec 27 03:00:25 1999  George Lebl <jirka@5z.com>
6
7         * src/main.c: fixup PARENT_HANDLER to work well with non-void
8           functions, the macro becomes an expression if the function is
9           not void and returns the return of the parent or the onerror
10           expression if the function pointer was NULL.
11
12 Mon Dec 27 02:25:32 1999  George Lebl <jirka@5z.com>
13
14         * src/parse.y: allow completely empty classes
15
16         * src/main.c: don't add the ugly hack function if there are no
17           methods
18
19 Mon Dec 27 01:26:26 1999  George Lebl <jirka@5z.com>
20
21         * src/parse.y: fixup the virtual rule as I forgot to shift the
22           argument numbers when adding to the expression
23
24 Mon Dec 27 01:07:14 1999  George Lebl <jirka@5z.com>
25
26         * src/parse.y: add optional public keyword to virtuals and signals,
27           (which doesn't do anything, only consistency). I should perhaps
28           rewrite and simplify this part of the parser
29
30         * src/lexer.l: fix a bug with empty braces producing a segfault
31           on public and private methods
32
33         * doc/gob.1.in: add a section about Constructor methods (init
34           class_init) and fix init_class -> class_init
35
36         * configure.in: raise version to 0.91.2
37
38 Tue Dec 14 00:06:00 1999  George Lebl <jirka@5z.com>
39
40         * Release 0.91.1
41
42 Mon Dec 13 23:25:06 1999  George Lebl <jirka@5z.com>
43
44         * src/{main.c,out.c}: create a private header file and stick
45           the private structure definition inside it.  Add option
46           --no-private-header for 0.91.0 behaviour and
47           --always-private-header to force private header creation
48
49         * doc/gob.1.in: update WRT above changes
50
51         * examples/my-person.gob: include the private header
52
53         * NEWS: update
54
55 Mon Dec 13 18:30:09 1999  George Lebl <jirka@5z.com>
56
57         * src/main.c: don't print spurious #line's into the private
58           structure
59
60         * src/{main.c,tree.[ch],lexer.l,parse.y}: implement support for 
61           array types for data members and function arguments
62
63 Mon Dec 13 00:48:47 1999  George Lebl <jirka@5z.com>
64
65         * Release 0.91.0
66
67 Sun Dec 12 22:55:12 1999  George Lebl <jirka@5z.com>
68
69         * doc/gob.1.in: added paragraph noting that private data members
70           cannot be accessed above the class definition in the .gob file
71
72 Sun Dec 12 22:08:31 1999  George Lebl <jirka@5z.com>
73
74         * src/main.c: implement real private data members as promised in
75           the documentation, this however breaks some compatiblity with
76           things that already used the 'private' keyword for data members
77
78         * doc/gob.1.in: document private data member stuff
79
80         * NEWS: update
81
82         * src/main.c: a couple of sanity checks of the code to prevent weird
83           errors on some broken .gob code
84
85         * configure.in: update version to 0.91.0
86
87 Sun Dec 05 14:20:26 1999  George Lebl <jirka@5z.com>
88
89         * src/{lexer.l,main.c}: if we find the class header #include
90           statement in a %{ %} section above class definition, don't
91           include it ourselves.
92
93         * doc/gob.1.in: remove the note about the include always first from
94           BUGS, and make a new section for the include file.
95
96 Thu Nov 25 13:09:08 1999  George Lebl <jirka@5z.com>
97
98         * Release 0.90.5
99
100 Thu Nov 25 13:00:52 1999  George Lebl <jirka@5z.com>
101
102         * src/main.c: don't error out on a symbol conflict if the types of
103           the symbol node don't match (variable,method)
104
105 Sat Nov 20 16:15:42 1999  George Lebl <jirka@5z.com>
106
107         * src/main.c: add PARENT_HANDLER macro to make calling parent
108           handlers in override functions easier
109
110 Fri Nov 19 16:41:09 1999  George Lebl <jirka@5z.com>
111
112         * src/main.c: add a type macro
113
114 Thu Nov 18 22:56:09 1999  George Lebl <jirka@5z.com>
115
116         * src/parse.y: add a warning check if the number of GTK types of
117           a signal doesn't seem to be correct for the given number of
118           function arguments
119
120 Tue Nov 16 01:23:45 1999  George Lebl <jirka@5z.com>
121
122         * src/main.c: support a "no-touch-headers" mode in which the
123           headers are not touched unless they actually really changed,
124           not on by default as it confuses automake
125
126 Tue Nov 16 00:36:42 1999  George Lebl <jirka@5z.com>
127
128         * src/{main.c,lexer.l,parser.y,out.c}: Implement a C++ mode, get
129           rid of C++ errors/warnings when in C++ mode, and get rid of
130           the 'this' pointer finally (it's been deprecated long enough)
131
132 Mon Nov 15 23:45:37 1999  George Lebl <jirka@5z.com>
133
134         * src/main.c: add prototype for the really bad hack function to
135           avoid warning
136
137 Mon Nov 15 23:42:06 1999  George Lebl <jirka@5z.com>
138
139         * src/main.c: generate correct function pointers in the structure
140           for signals and virtuals.  Also use a much nicer system instead
141           of the method name defines, we now just set a bunch of static
142           pointers, this removes a whole lot of headaches actually
143
144         * doc/gob.1.in: repair to reflect the above (I removed the define
145           BUGS paragraph)
146
147 Sun Nov 14 17:57:34 1999  George Lebl <jirka@5z.com>
148
149         * doc/gob.1.in: repair some things that confused troff and add
150           a C preprocessor warning to BUGS
151
152 Sat Nov 13 17:22:49 1999  George Lebl <jirka@5z.com>
153
154         * **/Makefile.am, configure.in: fix the conditional installation
155           stuff, don't even go into the doc directory if we aren't installing
156
157 Sat Nov 13 16:53:20 1999  George Lebl <jirka@5z.com>
158
159         * doc/gob.1.in: describe BUGS better
160
161 Sat Nov 13 16:20:41 1999  George Lebl <jirka@5z.com>
162
163         * src/lexer.l: don't kill C++ style comments from C blocks
164
165 Sat Nov 13 16:16:59 1999  George Lebl <jirka@5z.com>
166
167         * src/{lexer.l,main.c,out.c}: fixed spurious newline printing, don't
168           kill comments from C blocks so that line counts are right, accept
169           newlines in strings, and don't take \'\"\' as a string delimiter
170
171 Sat Nov 13 14:53:26 1999  George Lebl <jirka@5z.com>
172
173         * src/main.c: don't add gtk_object_class to class_init if we only
174           have non-GtkObject overrides to avoid warning
175
176 Sat Nov 13 14:31:25 1999  George Lebl <jirka@5z.com>
177
178         * configure.in,src/Makefile.am,doc/Makefile.am: check for
179           ../NOINST_GOB and in case it's found don't install self
180
181 Fri Nov 12 16:25:35 1999  George Lebl <jirka@5z.com>
182
183         * configure.in,Makefile.am,src/main.c: don't use popt, our arguments
184           are simple enough and popt doesn't seem to be widely used yet
185
186 Sun Sep 05 22:08:40 1999  George Lebl  <jirka@5z.com>
187
188         * Release 0.90.2
189
190 Sun Sep 05 22:08:33 1999  George Lebl  <jirka@5z.com>
191
192         * doc/gob.1.in: updated for private virtual and signal wrappers
193
194 Sun Sep 05 21:50:19 1999  George Lebl  <jirka@5z.com>
195
196         * configure.in: raise version and actually set POPT_LIB correctly
197
198         * src/Makefile.am: use POPT_LIB
199
200 Sun Sep 05 21:45:54 1999  George Lebl  <jirka@5z.com>
201
202         * src/tree.h,src/main.c,src/parse.y: add support for private signals
203           and virtuals
204
205         * src/parse.y: fix bug with bogus vararg methods
206
207 Sun Sep 04 17:44:37 1999  George Lebl  <jirka@5z.com>
208
209         * Released 0.90.1
210
211 Sat Sep 04 17:18:22 1999  George Lebl  <jirka@5z.com>
212
213         * src/lexer.l,src/parse.y,src/main.c,src/tree.[ch]: support
214           variable arguments for public and private methods
215
216 Sat Sep 04 16:51:11 1999  George Lebl  <jirka@5z.com>
217
218         * lexer.l,parse.y: accept const in parameter lists
219
220 Sun Aug 29 13:46:33 1999  George Lebl  <jirka@5z.com>
221
222         * Release 0.90.0
223
224 Sat Aug 28 23:36:48 1999  George Lebl  <jirka@5z.com>
225
226         * src/main.[ch],parse.y: make error/warning reporting public
227           and use it to report depreciated use of 'this'
228
229 Sat Aug 28 22:41:52 1999  George Lebl  <jirka@5z.com>
230
231         * src/tree.[ch],parse.y,main.c: check for duplicate variables and
232           signals and arguments as well.
233
234 Sat Aug 28 22:00:19 1999  George Lebl  <jirka@5z.com>
235
236         * src/parse.y,src/main.c: change "this" to "self", but accept "this"
237           as well
238
239         * src/main.c: check for duplicate methods, and warn on non-public
240           "new" method
241
242         * configure.in: change to version 0.90.0
243
244         * doc/gob.1.in: change this to self
245
246 Tue Aug 24 20:37:26 1999  George Lebl  <jirka@5z.com>
247
248         * Release 0.0.4
249
250 Thu Aug 19 03:18:03 1999  George Lebl  <jirka@5z.com>
251
252         * src/main.c: also count overrides to avoid an unused variable on
253           class_init
254
255 Thu Aug 19 03:08:49 1999  George Lebl  <jirka@5z.com>
256
257         * src/parse.y: in a check, we can check not only about numbers
258           but for tokens as well
259
260 Wed Aug 18 12:54:17 1999  George Lebl  <jirka@5z.com>
261
262         * Released 0.0.3
263
264 Tue Aug 17 22:24:47 1999  George Lebl  <jirka@5z.com>
265
266         * src/lexer.l,src/parse.y: don't use reserved words for check type
267           last first and null
268
269         * src/{lexer.l,parse.y,tree.[ch],main.c}: add #line's to output
270           files
271
272         * src/out.[ch]: new functions for output so that we can easily add
273           #line's to files
274
275         * src/main.c: fix get/set arguments
276
277         * doc/gob.1.in: updated for newer version and spellchecked, also
278           gob.1 is generated by configure now to get versions correct
279
280         * gob.spec.in: added a spec file
281
282 Fri Jul 30 02:19:05 1999  George Lebl  <jirka@5z.com>
283
284         * src/parse.y: accept simple char types
285
286         * src/main.c: make prototypes look better, and don't output arg stuff
287           when it won't be used
288
289         * Makefile,src/Makefile: add test make target
290