]> git.draconx.ca Git - gob-dx.git/blob - ChangeLog
Release 0.90.4
[gob-dx.git] / ChangeLog
1 Tue Nov 16 01:23:45 1999  George Lebl <jirka@5z.com>
2
3         * src/main.c: support a "no-touch-headers" mode in which the
4           headers are not touched unless they actually really changed,
5           not on by default as it confuses automake
6
7 Tue Nov 16 00:36:42 1999  George Lebl <jirka@5z.com>
8
9         * src/{main.c,lexer.l,parser.y,out.c}: Implement a C++ mode, get
10           rid of C++ errors/warnings when in C++ mode, and get rid of
11           the 'this' pointer finally (it's been deprecated long enough)
12
13 Mon Nov 15 23:45:37 1999  George Lebl <jirka@5z.com>
14
15         * src/main.c: add prototype for the really bad hack function to
16           avoid warning
17
18 Mon Nov 15 23:42:06 1999  George Lebl <jirka@5z.com>
19
20         * src/main.c: generate correct function pointers in the structure
21           for signals and virtuals.  Also use a much nicer system instead
22           of the method name defines, we now just set a bunch of static
23           pointers, this removes a whole lot of headaches actually
24
25         * doc/gob.1.in: repair to reflect the above (I removed the define
26           BUGS paragraph)
27
28 Sun Nov 14 17:57:34 1999  George Lebl <jirka@5z.com>
29
30         * doc/gob.1.in: repair some things that confused troff and add
31           a C preprocessor warning to BUGS
32
33 Sat Nov 13 17:22:49 1999  George Lebl <jirka@5z.com>
34
35         * **/Makefile.am, configure.in: fix the conditional installation
36           stuff, don't even go into the doc directory if we aren't installing
37
38 Sat Nov 13 16:53:20 1999  George Lebl <jirka@5z.com>
39
40         * doc/gob.1.in: describe BUGS better
41
42 Sat Nov 13 16:20:41 1999  George Lebl <jirka@5z.com>
43
44         * src/lexer.l: don't kill C++ style comments from C blocks
45
46 Sat Nov 13 16:16:59 1999  George Lebl <jirka@5z.com>
47
48         * src/{lexer.l,main.c,out.c}: fixed spurious newline printing, don't
49           kill comments from C blocks so that line counts are right, accept
50           newlines in strings, and don't take \'\"\' as a string delimiter
51
52 Sat Nov 13 14:53:26 1999  George Lebl <jirka@5z.com>
53
54         * src/main.c: don't add gtk_object_class to class_init if we only
55           have non-GtkObject overrides to avoid warning
56
57 Sat Nov 13 14:31:25 1999  George Lebl <jirka@5z.com>
58
59         * configure.in,src/Makefile.am,doc/Makefile.am: check for
60           ../NOINST_GOB and in case it's found don't install self
61
62 Fri Nov 12 16:25:35 1999  George Lebl <jirka@5z.com>
63
64         * configure.in,Makefile.am,src/main.c: don't use popt, our arguments
65           are simple enough and popt doesn't seem to be widely used yet
66
67 Sun Sep 05 22:08:40 1999  George Lebl  <jirka@5z.com>
68
69         * Release 0.90.2
70
71 Sun Sep 05 22:08:33 1999  George Lebl  <jirka@5z.com>
72
73         * doc/gob.1.in: updated for private virtual and signal wrappers
74
75 Sun Sep 05 21:50:19 1999  George Lebl  <jirka@5z.com>
76
77         * configure.in: raise version and actually set POPT_LIB correctly
78
79         * src/Makefile.am: use POPT_LIB
80
81 Sun Sep 05 21:45:54 1999  George Lebl  <jirka@5z.com>
82
83         * src/tree.h,src/main.c,src/parse.y: add support for private signals
84           and virtuals
85
86         * src/parse.y: fix bug with bogus vararg methods
87
88 Sun Sep 04 17:44:37 1999  George Lebl  <jirka@5z.com>
89
90         * Released 0.90.1
91
92 Sat Sep 04 17:18:22 1999  George Lebl  <jirka@5z.com>
93
94         * src/lexer.l,src/parse.y,src/main.c,src/tree.[ch]: support
95           variable arguments for public and private methods
96
97 Sat Sep 04 16:51:11 1999  George Lebl  <jirka@5z.com>
98
99         * lexer.l,parse.y: accept const in parameter lists
100
101 Sun Aug 29 13:46:33 1999  George Lebl  <jirka@5z.com>
102
103         * Release 0.90.0
104
105 Sat Aug 28 23:36:48 1999  George Lebl  <jirka@5z.com>
106
107         * src/main.[ch],parse.y: make error/warning reporting public
108           and use it to report depreciated use of 'this'
109
110 Sat Aug 28 22:41:52 1999  George Lebl  <jirka@5z.com>
111
112         * src/tree.[ch],parse.y,main.c: check for duplicate variables and
113           signals and arguments as well.
114
115 Sat Aug 28 22:00:19 1999  George Lebl  <jirka@5z.com>
116
117         * src/parse.y,src/main.c: change "this" to "self", but accept "this"
118           as well
119
120         * src/main.c: check for duplicate methods, and warn on non-public
121           "new" method
122
123         * configure.in: change to version 0.90.0
124
125         * doc/gob.1.in: change this to self
126
127 Tue Aug 24 20:37:26 1999  George Lebl  <jirka@5z.com>
128
129         * Release 0.0.4
130
131 Thu Aug 19 03:18:03 1999  George Lebl  <jirka@5z.com>
132
133         * src/main.c: also count overrides to avoid an unused variable on
134           class_init
135
136 Thu Aug 19 03:08:49 1999  George Lebl  <jirka@5z.com>
137
138         * src/parse.y: in a check, we can check not only about nubmers
139           but for tokens as well
140
141 Wed Aug 18 12:54:17 1999  George Lebl  <jirka@5z.com>
142
143         * Released 0.0.3
144
145 Tue Aug 17 22:24:47 1999  George Lebl  <jirka@5z.com>
146
147         * src/lexer.l,src/parse.y: don't use reserved words for check type
148           last first and null
149
150         * src/{lexer.l,parse.y,tree.[ch],main.c}: add #line's to output
151           files
152
153         * src/out.[ch]: new functions for output so that we can easily add
154           #line's to files
155
156         * src/main.c: fix get/set arguments
157
158         * doc/gob.1.in: updated for newer version and spellchecked, also
159           gob.1 is generated by configure now to get versions correct
160
161         * gob.spec.in: added a spec file
162
163 Fri Jul 30 02:19:05 1999  George Lebl  <jirka@5z.com>
164
165         * src/parse.y: accept simple char types
166
167         * src/main.c: make prototypes look better, and don't output arg stuff
168           when it won't be used
169
170         * Makefile,src/Makefile: add test make target
171