X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/f31590988781d77ff5249987801d03a986368ca2..6d0fe9d5f8c513045bf064ea256c822beac19037:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 03252a3..184c00a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +Mon Dec 27 19:56:24 1999 George Lebl + + * Release 0.91.2 + +Mon Dec 27 03:00:25 1999 George Lebl + + * src/main.c: fixup PARENT_HANDLER to work well with non-void + functions, the macro becomes an expression if the function is + not void and returns the return of the parent or the onerror + expression if the function pointer was NULL. + +Mon Dec 27 02:25:32 1999 George Lebl + + * src/parse.y: allow completely empty classes + + * src/main.c: don't add the ugly hack function if there are no + methods + +Mon Dec 27 01:26:26 1999 George Lebl + + * src/parse.y: fixup the virtual rule as I forgot to shift the + argument numbers when adding to the expression + +Mon Dec 27 01:07:14 1999 George Lebl + + * src/parse.y: add optional public keyword to virtuals and signals, + (which doesn't do anything, only consistency). I should perhaps + rewrite and simplify this part of the parser + + * src/lexer.l: fix a bug with empty braces producing a segfault + on public and private methods + + * doc/gob.1.in: add a section about Constructor methods (init + class_init) and fix init_class -> class_init + + * configure.in: raise version to 0.91.2 + Tue Dec 14 00:06:00 1999 George Lebl * Release 0.91.1 @@ -217,7 +254,7 @@ Thu Aug 19 03:18:03 1999 George Lebl Thu Aug 19 03:08:49 1999 George Lebl - * src/parse.y: in a check, we can check not only about nubmers + * src/parse.y: in a check, we can check not only about numbers but for tokens as well Wed Aug 18 12:54:17 1999 George Lebl