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