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