]> git.draconx.ca Git - gob-dx.git/blob - ChangeLog
Release 0.90.2
[gob-dx.git] / ChangeLog
1 Sun Sep 05 22:08:40 1999  George Lebl  <jirka@5z.com>
2
3         * Release 0.90.2
4
5 Sun Sep 05 22:08:33 1999  George Lebl  <jirka@5z.com>
6
7         * doc/gob.1.in: updated for private virtual and signal wrappers
8
9 Sun Sep 05 21:50:19 1999  George Lebl  <jirka@5z.com>
10
11         * configure.in: raise version and actually set POPT_LIB correctly
12
13         * src/Makefile.am: use POPT_LIB
14
15 Sun Sep 05 21:45:54 1999  George Lebl  <jirka@5z.com>
16
17         * src/tree.h,src/main.c,src/parse.y: add support for private signals
18           and virtuals
19
20         * src/parse.y: fix bug with bogus vararg methods
21
22 Sun Sep 04 17:44:37 1999  George Lebl  <jirka@5z.com>
23
24         * Released 0.90.1
25
26 Sat Sep 04 17:18:22 1999  George Lebl  <jirka@5z.com>
27
28         * src/lexer.l,src/parse.y,src/main.c,src/tree.[ch]: support
29           variable arguments for public and private methods
30
31 Sat Sep 04 16:51:11 1999  George Lebl  <jirka@5z.com>
32
33         * lexer.l,parse.y: accept const in parameter lists
34
35 Sun Aug 29 13:46:33 1999  George Lebl  <jirka@5z.com>
36
37         * Release 0.90.0
38
39 Sat Aug 28 23:36:48 1999  George Lebl  <jirka@5z.com>
40
41         * src/main.[ch],parse.y: make error/warning reporting public
42           and use it to report depreciated use of 'this'
43
44 Sat Aug 28 22:41:52 1999  George Lebl  <jirka@5z.com>
45
46         * src/tree.[ch],parse.y,main.c: check for duplicate variables and
47           signals and arguments as well.
48
49 Sat Aug 28 22:00:19 1999  George Lebl  <jirka@5z.com>
50
51         * src/parse.y,src/main.c: change "this" to "self", but accept "this"
52           as well
53
54         * src/main.c: check for duplicate methods, and warn on non-public
55           "new" method
56
57         * configure.in: change to version 0.90.0
58
59         * doc/gob.1.in: change this to self
60
61 Tue Aug 24 20:37:26 1999  George Lebl  <jirka@5z.com>
62
63         * Release 0.0.4
64
65 Thu Aug 19 03:18:03 1999  George Lebl  <jirka@5z.com>
66
67         * src/main.c: also count overrides to avoid an unused variable on
68           class_init
69
70 Thu Aug 19 03:08:49 1999  George Lebl  <jirka@5z.com>
71
72         * src/parse.y: in a check, we can check not only about nubmers
73           but for tokens as well
74
75 Wed Aug 18 12:54:17 1999  George Lebl  <jirka@5z.com>
76
77         * Released 0.0.3
78
79 Tue Aug 17 22:24:47 1999  George Lebl  <jirka@5z.com>
80
81         * src/lexer.l,src/parse.y: don't use reserved words for check type
82           last first and null
83
84         * src/{lexer.l,parse.y,tree.[ch],main.c}: add #line's to output
85           files
86
87         * src/out.[ch]: new functions for output so that we can easily add
88           #line's to files
89
90         * src/main.c: fix get/set arguments
91
92         * doc/gob.1.in: updated for newer version and spellchecked, also
93           gob.1 is generated by configure now to get versions correct
94
95         * gob.spec.in: added a spec file
96
97 Fri Jul 30 02:19:05 1999  George Lebl  <jirka@5z.com>
98
99         * src/parse.y: accept simple char types
100
101         * src/main.c: make prototypes look better, and don't output arg stuff
102           when it won't be used
103
104         * Makefile,src/Makefile: add test make target
105