X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/774037b15064dcc6e4995c0bba3b24abb1bde35f..e10d6e307623d0952f6e1f5d9fee8720ddab4808:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1348d62..f8eb15f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +Mon Jan 24 22:52:47 2000 George Lebl + + * Release 0.92.2 + +Mon Jan 24 22:23:47 2000 George Lebl + + * 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 + + * 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 + + * 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 + + * 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 + + * src/main.c: use ___ for the signal marshalling typedefs as well + Thu Jan 06 17:32:46 2000 George Lebl * Release 0.92.1