]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 0.91.2
[gob-dx.git] / ChangeLog
index 03252a33846600a9a6b603399d498b433f0b3bae..184c00a8be543fbe5a9eb79ec5d3a0be59887407 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+Mon Dec 27 19:56:24 1999  George Lebl <jirka@5z.com>
+
+       * Release 0.91.2
+
+Mon Dec 27 03:00:25 1999  George Lebl <jirka@5z.com>
+
+       * 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 <jirka@5z.com>
+
+       * 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 <jirka@5z.com>
+
+       * 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 <jirka@5z.com>
+
+       * 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 <jirka@5z.com>
 
        * Release 0.91.1
@@ -217,7 +254,7 @@ Thu Aug 19 03:18:03 1999  George Lebl  <jirka@5z.com>
 
 Thu Aug 19 03:08:49 1999  George Lebl  <jirka@5z.com>
 
-       * 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  <jirka@5z.com>