glib/gobject
Tim Janik 83c45024e3 fixed a bag full of subtle bugs of immensive screw-up potential in
Sun Nov  5 05:22:55 2000  Tim Janik  <timj@gtk.org>

        * gsignal.c:
        fixed a bag full of subtle bugs of immensive screw-up potential in
        handlers_find(), luckily no one found out about them yet ;)
        fixed signal_handlers_foreach_matched_R() so it operates on an
        initial handler list snapshot provided by handlers_find() to work
        around general reentrancy problems and to avoid multiple callback()
        invocations on the same handlers.
        this code is now officially 80% bug free (10% remaining for interface
        types, and 10% remaining for destroyed signals ;)

Sat Nov  4 02:01:33 2000  Tim Janik  <timj@gtk.org>

        * gsignal.c (_g_signals_destroy): valid signal nodes start out at 1.

        * gtypeplugin.[hc]: new files holding a GTypePlugin interface
        implementation that provides the API required by GType to deal with
        dynamically loadable types.

        * gtype.[hc]: displace any GTypePlugin business to gtypeplugin.h.
2000-11-05 05:07:26 +00:00
..
.cvsignore .cvsignore updates 2000-10-27 12:36:18 +00:00
ChangeLog fixed a bag full of subtle bugs of immensive screw-up potential in 2000-11-05 05:07:26 +00:00
gboxed.c added g_value_set_static_string(). 2000-10-25 22:33:26 +00:00
gboxed.h added g_value_set_static_string(). 2000-10-25 22:33:26 +00:00
gbsearcharray.c Fix gccisms (pointer arithmetic on void pointer, label without statement 2000-10-26 17:53:08 +00:00
gbsearcharray.h Don't use implicit casts from void * since this will get included from C++ 2000-10-25 23:39:32 +00:00
gclosure.c fixed notifier position for post_marshal guard which was off at 0. 2000-10-27 22:28:01 +00:00
gclosure.h prefix internal functions with '_'. renamed g_signal_connect_closure() to 2000-11-03 08:18:09 +00:00
genums.c added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
genums.h added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
glib-genmarshal.1 added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
glib-genmarshal.c Make glib-genmarshal.exe. 2000-10-27 21:35:45 +00:00
gobject-query.c added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gobject.c fixed a bag full of subtle bugs of immensive screw-up potential in 2000-11-05 05:07:26 +00:00
gobject.def Make glib-genmarshal.exe. 2000-10-27 21:35:45 +00:00
gobject.h fixed notifier position for post_marshal guard which was off at 0. 2000-10-27 22:28:01 +00:00
gobject.rc.in makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to 2000-05-13 19:30:58 +00:00
gparam.c made both functions return gboolean just for the little extra standard 2000-10-30 14:39:23 +00:00
gparam.h added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gparamspecs.c added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gparamspecs.h define gstring in terms of gchar*. this typedef reflects the type name of 2000-06-24 22:30:10 +00:00
gsignal.c fixed a bag full of subtle bugs of immensive screw-up potential in 2000-11-05 05:07:26 +00:00
gsignal.h fixed a bag full of subtle bugs of immensive screw-up potential in 2000-11-05 05:07:26 +00:00
gtype.c fixed a bag full of subtle bugs of immensive screw-up potential in 2000-11-05 05:07:26 +00:00
gtype.h fixed a bag full of subtle bugs of immensive screw-up potential in 2000-11-05 05:07:26 +00:00
gtypeplugin.c fixed a bag full of subtle bugs of immensive screw-up potential in 2000-11-05 05:07:26 +00:00
gtypeplugin.h fixed a bag full of subtle bugs of immensive screw-up potential in 2000-11-05 05:07:26 +00:00
gvalue.c made both functions return gboolean just for the little extra standard 2000-10-30 14:39:23 +00:00
gvalue.h added g_value_set_static_string(). 2000-10-25 22:33:26 +00:00
gvaluecollector.h define gstring in terms of gchar*. this typedef reflects the type name of 2000-06-24 22:30:10 +00:00
gvaluetypes.c const fix 2000-10-27 05:32:48 +00:00
gvaluetypes.h const fix 2000-10-27 05:32:48 +00:00
Makefile.am fixed a bag full of subtle bugs of immensive screw-up potential in 2000-11-05 05:07:26 +00:00
makefile.mingw.in Make glib-genmarshal.exe. 2000-10-27 21:35:45 +00:00
makefile.msc.in Make glib-genmarshal.exe. 2000-10-27 21:35:45 +00:00