X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/5b42e9400440d86723a27747b2191ab8cd59c2ee..3379dcdfd0872947d761053c61d773add94d38c2:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 6ca25a0..822145e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +Sun Apr 02 17:38:12 2000 George Lebl + + * src/Makefile.am: ass the .pl and .def file to EXTRA_DIST + +Sun Apr 2 14:37:49 PDT 2000 Manish Singh + + * configure.in: check for treefuncs.h instead of tree.h, since + the latter has gone bye-bye + +Sat Apr 01 23:27:47 2000 George Lebl + + * doc/gob.1.in: add documentation for defreturn + +Sat Apr 01 18:03:31 2000 George Lebl + + * src/{treefuncs.(def|c|h),generate_treefuncs.pl}: What would gob + be without some automatically generated code. The tree.[ch] was + hard to keep up and didn't have free/copy so these do, otherwise + it is the same. Also added a defreturn field to methods + + * src/*.[cyl]: include treefuncs.h rather then tree.h + + * src/{parse.y,lexer.l,main.c}: use the defreturn as the default for + return values of signals and virtual methods. If this is not + defined use the onerror or failing that '0'. onerror is also not + a reserved keyword anymore + + * configure.in: raise version + +Mon Mar 27 13:08:01 2000 George Lebl + + * Release 0.93.1 + Mon Mar 27 12:04:22 2000 George Lebl * src/util.[ch], src/main.c: figure out if we really need the special