]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 0.92.2
[gob-dx.git] / ChangeLog
index 1348d62db7b5c6689de343b2d8257edec2c3f4e2..f8eb15f70c29010c510417410aaa5106fe6b3854 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+Mon Jan 24 22:52:47 2000  George Lebl <jirka@5z.com>
+
+       * Release 0.92.2
+
+Mon Jan 24 22:23:47 2000  George Lebl <jirka@5z.com>
+
+       * src/main.c: add a protecting define before the object typedef
+
+       * doc/gob.1.in: add docs for the new stuff
+
+Sun Jan 23 16:19:54 2000  George Lebl <jirka@5z.com>
+
+       * src/{lexer.l,parse.y,tree.[ch],main.c}: make more types of header
+         %{ %} blocks, "headertop" and "privateheader" and made short as
+         well as long names possible.
+
+       * src/main.c: add an --no-extern-c option to not put entern "C" into
+         the output, which is now put in by default even if --for-cpp is
+         on so that it is possible to call those from C by default
+
+Thu Jan 20 01:50:45 2000  George Lebl <jirka@5z.com>
+
+       * src/main.c: put the _real_ functions in our normal private
+         namespace of ___* to be more consistent.
+
+Mon Jan 10 00:16:43 2000  George Lebl <jirka@5z.com>
+
+       * src/{main.[ch],util.[ch],checks.[ch]}: offload some functionality to
+         extra files
+
+       * src/main.c: cleanup the generation routine by spliting it up into
+         more functions
+         
+       * src/{main.h,lexer.l,parse.y,out.c}: put some needed externs into the
+         main.h file and include that rather then doing it in the .c files
+
+Thu Jan 06 18:33:44 2000  George Lebl <jirka@5z.com>
+
+       * src/main.c: use ___ for the signal marshalling typedefs as well
+
 Thu Jan 06 17:32:46 2000  George Lebl <jirka@5z.com>
 
        * Release 0.92.1