]> git.draconx.ca Git - gob-dx.git/blob - NEWS
Release 0.90.4
[gob-dx.git] / NEWS
1 0.90.4
2         * fix buggy class structure generation
3         * can generate C++ friendly code
4         * function aliases are now done by static pointers rather then defines
5         * more...
6
7 0.90.3
8         * does not require popt
9         * don't kill comments from C code blocks
10         * support for being "embedded" inside other projects to avoid
11           dependencies (look at README)
12         * a bunch of fixes
13
14 0.90.2
15         * add support for private signals and virtuals
16         * fix bug with varargs
17
18 0.90.1
19         * accept 'const' in argument lists
20         * accept '...' in public and private method argument lists
21
22 0.90.0
23         * changed "this" to "self" but recognize "this" as well
24         * warn if "new" is not public
25         * check symbols/arguments/signals for duplicates
26
27 0.0.4
28         * you can have tokens inside check statements
29         * avoid warnings when no overrides, signals and arguments
30
31 0.0.3
32         * "type", "check", "first", "last" and "null" no longer reserved
33           words in method prototypes
34         * GET_NEW defined for the entire file
35         * added #line's to the .c files so that errors get reported on the
36           .gob file, there are no #line's in .h file however!
37         * bug fixes
38
39 0.0.2
40         * bug fixes
41         * autoconf/automake setup
42         * man page