X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/38fac18bf81df672821ebbac4130ce41f0a6c61f..00ae41703c606f0ea98febed8f67435f875f7e6f:/ChangeLog diff --git a/ChangeLog b/ChangeLog index fbb99bf..15fa322 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,568 @@ +Sat Dec 14 14:56:00 2013 Jiri (George) Lebl + + * Release 2.0.20 + +Sat Dec 14 14:55:05 2013 Jiri (George) Lebl + + * src/*.[ch]: apply patches from Pedro L. Lucas to implement support + for gtk3 and add names to properties and signals + + * NEWS: update + +Tue Dec 18 21:13:09 2012 Jiri (George) Lebl + + * Release 2.0.19 + +Tue Dec 18 21:08:09 2012 Jiri (George) Lebl + + * src/main.c: print unreftors and destructors before calling dispose + or finalize as is the proper ordering. Thanks to Dmitri Toubelis + for pointing it out. + +Tue Dec 18 20:55:58 2012 Jiri (George) Lebl + + * src/main.c: apply patch from Nick Bowler to not output + line 0 statements for private functions that don't appear + in gob file + +Sun Jul 15 06:21:55 2012 Jiri (George) Lebl + + * src/main.c, src/out.c: Fix for empty file separator. Thanks to + H.-J. Schnitzer for pointing it out. + + * src/lexer.l: add yywrap returning 1 as the default should + not sure why I don't have -lfl working here. + +Thu Jan 06 11:30:03 2011 Jiri (George) Lebl + + * Release 2.0.18 + +Mon Jan 03 13:53:58 2011 Jiri (George) Lebl + + * src/main.c, src/lexer.l, src/parse.y, src/treefuncs.def: Add + %ct{ %ctop{ which is like alltop but only for the C file. + + * src/test.gob: add test + + * doc/gob2.1.in: document + + * configure.in: bump version + +Sat Oct 09 12:20:06 2010 Jiri (George) Lebl + + * configure.in, src/Makefile.am: fixup some brokeneness, Thanks to + Roland Clobus for sending a patch to make Cygwin build work + +Tue Jun 01 02:33:02 2010 Jiri (George) Lebl + + * doc/gob2.1.in, src/main.c, gob2.m4: Apply patches sent by + Stephen Kitt. Fixes some typos, gob2.m4 exits if gob is not found + (fixes ubuntu #317801), and escape minus signs in the man page. + + * README: generated code is public domain as COPYING.generated-code + correctly states + +Fri Apr 02 14:57:20 2010 Jiri (George) Lebl + + * src/main.c: Mention WFP in the help message + + * Release 2.0.17 + +Mon Mar 29 22:24:29 2010 Jiri (George) Lebl + + * src/lexer.l: deal with \r in the input files + + * src/parse.y: Fix segfaults when defining + constructor/finalize/dispose using the new interface from + last version. Should fix debian bug #574542 + + * src/main.c: Use -G_MAXDOUBLE instead of G_MINDOUBLE and -G_MAXFLOAT + instead of G_MINFLOAT. That's the correct smallest value. Thanks + to Marcel Wagner wagmarcel at web dot de + +Wed Dec 23 14:02:11 2009 Jiri (George) Lebl + + * src/util.c: fix remove_sep to avoid strcpy problems. Patch from + Ding-Yi Chen + +Tue Jul 21 10:20:58 2009 Jiri (George) Lebl + + * Release 2.0.16 + +Fri Jul 10 14:34:38 2009 Jiri (George) Lebl + + * configure.in: raise version + + * src/Makefile.am: fixup for new files + + * src/main.c, src/parse.y, src/lexer.l, src/test.gob: Apply patch by + Jean-Yves Lefort to add %afterdecls{ %} code handling + + * doc/gob2.1.in: document + +Fri Jul 10 14:18:44 2009 Jiri (George) Lebl + + * src/main.c, src/parse.y, doc/gob2.1.in, src/treefuncs.def, + src/test.gob: Apply and somewhat rework + the patch by Jean-Yves Lefort jylefort at brutele dot be to + handle finalize, dispose, constructor just as init and + class_init are handled. + +Fri Jul 10 12:23:39 2009 Jiri (George) Lebl + + * src/main.c: add G_GNUC_CONST to _get_type, thanks to + Jean-Yves Lefort jylefort at brutele dot be for pointing that + out + + * src/main.c: move #line sections past the opening brace of + functions, enclose function declarations in #line sections + to refer to the .gob file. by Jean-Yves Lefort + + * src/main.c, src/lexer.l, src/parse.y, src/str*, src/test.gob, + doc/gob2.1.in: + Partially back out the function attribute patch and rework it + in a simpler, more flexible, though syntactically not as nice + way. + +Fri Jul 10 10:22:10 2009 Jiri (George) Lebl + + * doc/gob2.1.in: fix the _GET_CLASS documentation. Thanks to + Andrew Feren acferen at yahoo dot com. I guess this has been an + error in the docs since the GTK 1.x days + +Fri Jul 10 09:57:29 2009 Jiri (George) Lebl + + * doc/gob2.1.in, src/checks.c, src/checks.h, src/lexer.l, src/main.c, + src/parse.y, src/str.gob, src/str_test.c, src/test.gob, + src/treefuncs.def: Apply patch by Britton Kerin + bkerin at fastmail dot fm, to allow function attributes + like G_GNUC_PRINTF, etc... + + * src/main.c: fix a warning + +Tue Nov 20 23:22:57 2007 Jiri (George) Lebl + + * Release 2.0.15 + +Wed Oct 17 09:56:18 2007 Jiri (George) Lebl + + * configure.in, NEWS: raise version, make NEWS + +Wed Oct 17 09:52:07 2007 Jiri (George) Lebl + + * src/main.c, src/out.c: fix file_sep usage for private headers. + Thanks to Jan Hudec for reporting this. + +Fri Sep 28 00:32:08 2007 Jiri (George) Lebl + + * src/main.c, src/out.c: don't use /dev/null for portability to + non-unix + +Fri Sep 28 00:00:24 2007 Jiri (George) Lebl + + * examples/my-person.gob: fixup example to be correct + +Thu Sep 27 23:27:33 2007 Jiri (George) Lebl + + * src/lexer.l: fix debian bug #443907, seg on bad include statement + +Thu Jan 05 10:09:32 2006 George (Jiri) Lebl + + * Release 2.0.14 + +Thu Jan 05 10:06:38 2006 George (Jiri) Lebl + + * src/main.c: fix major segfault (oops!) + +Fri Dec 16 12:23:35 2005 George Lebl + + * src/main.c, src/parse.y: Fix for the libglade support from + Nicolas Bruguier + + * src/checks.c, src/main.c, src/util.c: Allow BOXED in signal + arguments. patch by Big Thor + + * src/main.c, src/main.c, src/parse.y, src/treefuncs.def: + Add abstract flag support, patch by Jean-Yves Lefort + + + * src/main.c: add --no-touch support to avoid unneccessary rebuilds + even for source files. Also avoid printing timestamp and + make the compare logic work without the 'cmp' command. + patch by Jean-Yves Lefort + + * doc/gob2.1.in: document changes above + +Fri Jul 22 13:10:20 2005 George Lebl + + * Release 2.0.12 + + * doc/gob2.1.in: slight update + +Fri Jul 22 12:56:26 2005 George Lebl + + * src/main.c: Apply patch from "Big Thor" to + not use TYPE_SELF for the privates code + +Fri Jul 22 12:48:27 2005 George Lebl + + * Apply patch from Nicolas Bruguier + but changed the syntax slightly, fixed some minor glitches and + added documentation. + + * src/check.[ch], src/lexer.l, src/main.[ch], src/parse.y, + src/treefuncs.[ch],src/treefuncs.def: Add liglade support + +Fri Jul 22 11:41:20 2005 George Lebl + + * src/lexer.l: allow parsing properties with no param spec, patch + from Jean-Yves Lefort + +Wed Jul 06 16:35:14 2005 George Lebl + + * src/main.c: Apply patch from Jean-Yves Lefort + to fixup parameters: (remove MASK, CHILD_ARG and add LAX_VALIDATION + and PRIVATE, and allow user created parameters). + +Thu Dec 23 14:35:12 2004 George Lebl + + * src/main.[ch], src/lexer.l: Add support for prealloc and add + support for bitfields. Patch from "K. Haley" + + +Tue Oct 26 16:30:44 2004 George Lebl + + * Release 2.0.11 + +Tue Oct 26 16:27:44 2004 George Lebl + + * src/main.c: fix compile when overrides and privates are used + +Wed Sep 22 17:12:25 2004 George Lebl + + * Release 2.0.10 + +Wed Sep 22 17:07:35 2004 George Lebl + + * src/main.c: Apply patch from "K. Haley" + to play nice with glibs private + stuff and have the private structure be allocated by glib + + * src/main.c, src/util.c: Apply patch from + Pierre Gay to add the --file-sep=c option + which allows one to change the file separator character. + + * doc/gob2.1.in: update docs + + * src/parse.y: apply patch from debian bug#270546 by Frank + Lichtenheld to fix c++ compilation of linked + POINTER types by adding a proper cast at the right place + + * src/main.c: always add string.h since it doesn't hurt and we missed + it on some occasions + + * src/main.c: destroywith and unrefwith function get cast with + reinterpret_cast when using --for-cpp and don't get cast at all + for C, but for C we cast the pointer going into the function + to (gpointer). + +Tue Aug 10 16:32:00 2004 George Lebl + + * src/main.c, src/parse.y, src/treefuncs.def: Apply patch from + Jean-Yves Lefort to support overriding + properties (g_object_class_override_property) + + * doc/gob2.1.in: update + +Thu Jul 29 10:47:31 2004 George Lebl + + * configure.in, src/Makefile.am: Apply patch from "K. Haley" + to fix handling of NOINSTGOB + on certain platforms (apparently windows). + +Mon Jul 19 09:37:21 2004 George Lebl + + * Release 2.0.9 + +Mon Jul 19 09:30:18 2004 George Lebl + + * src/main.c, src/test.gob, src/Makefile.am, src/parse.y: Fix for + -Wbad-function-cast which is kind of a moronic warning when it + comes to enums so in non-C++ mode just use the generic gint and + guint casts for enums and flags, on the other hand C++ really + requires the proper enum casts, go figure. + + * configure.in, NEWS: prepare for another release + +Thu Jul 08 16:22:56 2004 George Lebl + + * src/main.c: Rework the unused var warning avoidance since it was + causing different warnings. I sort of now assume we're using + gcc if we want no warnings, other compilers will likely get + warnings in places. But they probably got some warnings anyway. + Also fixup all kinds of other places that cause warnings to popup. + + * src/test.gob, src/Makefile.am: Test for all kinds of warnings. + +Fri Jun 11 15:16:05 2004 George Lebl + + * Release 2.0.8 + + * doc/gob2.1.in: quote the version in GOB2_CHECK + +Fri May 07 18:07:33 2004 George Lebl + + * src/main.c: add -o,--output-dir command line option + + * doc/gob2.1.in: document the above + +Tue May 04 22:34:00 2004 George Lebl + + * src/parse.y, src/main.c, src/util.[ch]: move the make_me_type + to util and use it when making the boxed property set/get function + to fix boxed_type + +Tue Apr 13 11:32:51 2004 George Lebl + + * doc/gob2.1.in: --always-private-header is NOT the default, but + --ondemand-private-header is the default. + +Tue Mar 30 17:32:47 2004 George Lebl + + * Release 2.0.7 + +Tue Mar 30 17:27:32 2004 George Lebl + + * src/checks.[ch], src/main.c: check for classwide members with + destructors and warn there, since our classes are all static, + we never destroy them anyway so this never happens. It all + depends on your setup, so we cannot do some atexit or whatnot. + Also disallow BOXED or FLAGS in signal arguments since that doesn't + work anyway and you can use POINTER and UINT instead. + + * src/main.c, src/util.[ch]: fix the depracation fixing which broke + everything since g_strup/g_strdown had different semantics + then the new g_ascii_ versions. So make our own + gob_strup/gob_strdown functions with the old semantics. + + * src/main.c: use our error function exclusively instead of g_error. + + * src/util.c: fix the error function to correctly follow exit_on_warn + and fix it when filename == NULL still + + * src/test.gob: fix the test wrt BOXED and FLAGS + +Thu Feb 19 11:36:09 2004 George Lebl + + * doc/gob2.1.in: further stupidity fix + +Thu Feb 19 11:31:40 2004 George Lebl + + * doc/gob2.1.in, doc/makehtml.pl: fix a small error with the + documentation and suppor the \& escape in the makehtml.pl script + +Thu Feb 19 11:17:45 2004 George Lebl + + * src/lexer.l, src/Makefile.am: Apply patch from Albert Chin-A-Young + to fix compilation on IBMs C compiler, + by tweaking the includes and removing the -W options from AM_CFLAGS + as those are supported only by gcc + +2003-02-08 Tomasz K³oczko + + * gob2.m4: Trivial fix: added missing [] quotation macro name + defined in AC_DEFUN() (neccessary for aclocal from automake 1.8.x + and backward compatible with older auto tools). + +Tue Feb 03 12:57:45 2004 George Lebl + + * src/main.c, src/util.c: Apply patch from Kjartan Maraas + to remove use of deprecated functions + +Wed Jan 21 09:24:12 2004 Nicolas Bruguier + + * src/main.c: add INT64 and UINT64 type support for signal + and propeties + +Wed Aug 06 11:37:06 2003 George Lebl + + * doc/gob2.1.in: very minor fix from my inbox from apr 03 + by Trevor Spiteri + +Tue May 20 10:22:40 2003 George Lebl + + * Release 2.0.6 + +Tue May 20 10:18:10 2003 George Lebl + + * src/Makefile.am: fix some warnings related to newer automake + +Thu May 15 09:53:25 2003 George Lebl + + * src/lexer.l: new flex is on drugs and it broke syntax (or + well the generated code defines) so this will actually make things + work with newer flex and still work with old flex (tested both + 2.5.4a and 2.5.31). + +Fri Feb 28 11:45:21 2003 George Lebl + + * doc/gob2.1.in: minor update + +Thu Jan 16 12:45:33 2003 George Lebl + + * Release 2.0.5 + +Thu Jan 16 11:52:36 2003 George Lebl + + * src/main.c: fix leak on signal emission + +Fri Dec 13 10:23:16 2002 George Lebl + + * Release 2.0.4 + +Thu Dec 12 09:35:46 2002 George Lebl + + * src/main.c: use G_UNLIKELY/G_LIKELY if available in the get_type + methods and in the signal argument size checking + +Thu Dec 05 10:32:09 2002 George Lebl + + * src/lexer.l, src/main.c: fix a couple of gtkdoc issues, + first add \n after _get_type and second support tabs + after the leading * in gtkdoc comments + +2002-11-27 Jody Goldberg + + * Release 2.1.3.1 + +2002-11-01 Jody Goldberg + + * src/parse.y (ensure_property) : patch obvious borkage in using item3 + in a production with 2 items. + +Fri Nov 01 14:41:52 2002 George Lebl + + * src/lexer.l, src/util.c: when in cpp mode don't eat :: + +Mon Oct 14 16:16:38 2002 George Lebl + + * src/parse.y: Fix segfault reported by Gerhard Dieringer + + + * src/main.c, src/util.c: Fix g_value_set/get for the unichar + case (glib doesn't have this, so use uint, this is so braindead). + Also add support for UNICHAR in places and add support for + UINT64 and INT64 + +Wed Sep 11 11:20:38 2002 George Lebl + + * src/main.c: remove G_GNUC_CONST from the get_type, that seems to be + wrong and causes gcc3.2 to whack out and all that. + +Tue Aug 20 11:01:52 2002 George Lebl + + * Release 2.0.2 + +Tue Aug 06 12:30:15 2002 George Lebl + + * doc/gob2.1.in: escape all ' characters, to fix debian + bug 155577. Also add the homepage to the last section + + * doc/makehtml.pl: improve handling of some troff and add + automatic urlization of email and web addresses + +Tue Aug 06 12:08:20 2002 George Lebl + + * src/test.gob: further tests + +Tue Aug 06 12:06:07 2002 George Lebl + + * src/main.c: damnit s/shutdown/dispose/, why does glib change + these on me. I think there is an evil anti-gob plot in place. + + * src/test.gob: add a test for unrefwith (should have been there in + the first place to catch this) + + * doc/gob2.1.in: update the unref/unrefwith section + +Mon Aug 05 11:11:01 2002 George Lebl + + * src/parse.y: properly link the BOXED type (use g_value_set_boxed) + +Wed Jul 17 11:01:40 2002 George Lebl + + * Release 2.0.1 + +Wed Jul 17 10:52:29 2002 George Lebl + + * src/test.gob: add more tests + + * doc/gob2.1.in: minor updates + + * src/lexer.l: allow comments in property definition code + +Tue Jul 16 13:33:51 2002 George Lebl + + * NEWS, configure.in: prepare for 2.0.1 + +Tue Jul 16 13:31:42 2002 George Lebl + + * src/main.c, src/parse.y: Fix extra property types but still + recognize if someone used the broken undocumented way which + worked. Also fix object linking to not rely on GtkObject, and + fix BOXED linking as well. + + * src/test.gob: add some tests for the above + + * src/parse.y: fix C++ compilation for flags and enum linking + +Mon Jul 15 13:05:18 2002 George Lebl + + * Release 2.0.0 + + * */Makefile.am: add '.' to SUBDIRS to silence a stupid version + of bash + +Mon Jul 15 12:54:30 2002 George Lebl + + * configure.in: raise version to 2.0.0 + + * examples/*: update examples and readme. Remove old, bad examples + + * doc/gob2.1.in: update for gob2 + +Wed Jul 10 11:10:37 2002 George Lebl + + * doc/gob2.1.in: update the docs a bit. Still not finished. + +Tue May 28 12:09:56 2002 George Lebl + + * Release 1.99.3 + +Tue May 28 11:59:18 2002 George Lebl + + * src/Makefile.am: some compilation voodoo + + * src/main.c: Special case GtkEditable and GTypePlugin since + those end in Class, and all other interfaces should end in + Iface. Long live code consistency! + + * src/main.c: use g_signal_emitv instead of g_signal_emit. This + will allow us to once again have default returns and all that + fun stuff. It should also slightly reduce emission overhead. + +Mon Apr 15 09:55:29 2002 George Lebl + + * README, COPYING.generated-code, Makefile.am: Add LGPL license + for generated code and clarify this in the README. Meant to do + this a long time ago, and told everyone that who asked. Now + it's in writing. + +Sun Apr 14 19:12:02 2002 George Lebl + + * src/parse.y: apply patch from Dennis Bjorklund + to fix export accessors function + Fri Feb 01 15:19:07 2002 George Lebl * Release 1.99.2