]> git.draconx.ca Git - gob-dx.git/blob - src/ChangeLog
Release 1.0.2
[gob-dx.git] / src / ChangeLog
1 Sun Jun 25 03:34:02 2000  George Lebl <jirka@5z.com>
2
3         * treefuncs.def, main.c, utils.[ch], parse.y: sane parsing of const.
4           Get rid of "stars" integer and just use a "pointer" string.  Also
5           the types in general are more sanely parsed, thus recognizing
6           hopefully all legal (and some illegal) C types.
7
8         * checks.[ch], main.c: checks the argument type to be one we can
9           truly check.
10
11         * treefuncs.def, main.c, parse.y, lexer.l:  Apply patch from
12           Bas van der Linden <linden@win.tue.nl> that adds the possibility to
13           use chunks to allocate objects.
14
15         * main.c: Apply patch from Bas van der Linden <linden@win.tue.nl>
16           to add a __GOB_FUNCTION__ define to each function
17
18         * Makefile.am, main.c, lexer.l, generate_treefuncs.pl: avoid and fix
19           warnings, and compile with all warnings
20
21         * main.[ch]: add an --always-private-struct option to always put in the
22           private pointer, even if there are no private members.
23
24         * test.gob: add some more tests for new stuff
25