]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 1.0.2
[gob-dx.git] / ChangeLog
index 50ec2308b3d316d6cc37adbcaf08347adee8f3fc..df70ddad3b8a37820a2f30d54b1a2b17f84ef6f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,73 @@
+Fri Jun 30 13:11:05 2000  George Lebl <jirka@5z.com>
+
+       * doc/gob.1.in: add doc for --always-private-struct
+
+       * src/main.c: fix output of --help.  Also print __GOB_FUNCTION__
+         for inits and for get/set_arg.  And print the get_real_id to
+         avoid the underscore.
+
+Mon Jun 26 00:06:45 2000  George Lebl <jirka@5z.com>
+
+       * src/parse.y: for stringlink, dup the string on argument
+         getting
+
+       * doc/gob.1.in: update documentation to the above change
+
+Sun Jun 25 03:34:02 2000  George Lebl <jirka@5z.com>
+
+       * src/treefuncs.def, src/main.c, src/utils.[ch], src/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.
+
+       * src/checks.[ch], src/main.c: checks the argument type to be one we can
+         truly check.
+
+       * src/treefuncs.def, src/main.c, src/parse.y, src/lexer.l:  Apply
+         patch from Bas van der Linden <linden@win.tue.nl> that adds the
+         possibility to use chunks to allocate objects.
+
+       * src/main.c: Apply patch from Bas van der Linden <linden@win.tue.nl>
+         to add a __GOB_FUNCTION__ define to each function
+
+       * src/Makefile.am, src/main.c, src/lexer.l, src/generate_treefuncs.pl:
+         avoid and fix warnings, and compile with all warnings
+
+       * src/main.[ch]: add an --always-private-struct option to always put
+         in the private pointer, even if there are no private members.
+
+       * src/test.gob: add some more tests for new stuff
+
+Wed Jun 07 15:03:18 2000  George Lebl <jirka@5z.com>
+
+       * Release 1.0.1
+
+Wed Jun 07 14:41:24 2000  George Lebl <jirka@5z.com>
+
+       * configure.in, doc/gob.1.in: updates
+
+Mon Jun 05 12:10:46 2000  George Lebl <jirka@5z.com>
+
+       * doc/gob.1.in: run through ispell, and fix option stuff to produce
+         nicer html output with groff
+
+Thu Jun 01 18:12:13 2000  George Lebl <jirka@5z.com>
+
+       * src/main.c: Make the private header switches work again.
+
+Wed May 31 01:50:25 2000  George Lebl <jirka@5z.com>
+
+       * Release 1.0.0
+
+Wed May 31 01:47:23 2000  George Lebl <jirka@5z.com>
+
+       * src/gob.1.in: documentation of makefile rules for gob.
+
+Tue May 30 11:02:36 2000  George Lebl <jirka@5z.com>
+
+       * src/lexer.l: Accept identifiers in array dimensions, this is so
+         that you can make these some constants.
+
 Sat May 20 18:22:33 2000  George Lebl <jirka@5z.com>
 
        * Release 0.93.5