]> git.draconx.ca Git - gob-dx.git/blobdiff - src/ChangeLog
Release 1.0.2
[gob-dx.git] / src / ChangeLog
diff --git a/src/ChangeLog b/src/ChangeLog
new file mode 100644 (file)
index 0000000..9110b93
--- /dev/null
@@ -0,0 +1,25 @@
+Sun Jun 25 03:34:02 2000  George Lebl <jirka@5z.com>
+
+       * treefuncs.def, main.c, utils.[ch], parse.y: sane parsing of const.
+         Get rid of "stars" integer and just use a "pointer" string.  Also
+         the types in general are more sanely parsed, thus recognizing
+         hopefully all legal (and some illegal) C types.
+
+       * checks.[ch], main.c: checks the argument type to be one we can
+         truly check.
+
+       * treefuncs.def, main.c, parse.y, lexer.l:  Apply patch from
+         Bas van der Linden <linden@win.tue.nl> that adds the possibility to
+         use chunks to allocate objects.
+
+       * main.c: Apply patch from Bas van der Linden <linden@win.tue.nl>
+         to add a __GOB_FUNCTION__ define to each function
+
+       * Makefile.am, main.c, lexer.l, generate_treefuncs.pl: avoid and fix
+         warnings, and compile with all warnings
+
+       * main.[ch]: add an --always-private-struct option to always put in the
+         private pointer, even if there are no private members.
+
+       * test.gob: add some more tests for new stuff
+