glib/gmodule
Tim Janik ea4b8e4c02 implemented g_datalist_* along the lines of g_dataset, but operates on an
Thu Sep 17 06:36:25 1998  Tim Janik  <timj@gtk.org>

        * glib.h:
        * gdataset.c: implemented g_datalist_* along the lines of g_dataset,
        but operates on an opaque gpointer *datalist; pointer, e.g. for the
        implementation of GtkObject named data.
        we cache a certain portion of the already freed data entries now, to
        gain a slight performance improve with data reallocation.

Thu Sep 17 06:34:22 1998  Tim Janik  <timj@gtk.org>

        * gmodule.h:
        * gmodule.c: implemented g_module_make_resident() which can be
        used to make modules resident.
        fixed a buglet about the optional "g_module_de_init" function in
        modules, which could get invoked twice on very obscure occasions.
1998-09-17 04:59:41 +00:00
..
.cvsignore updates 1998-08-09 08:37:51 +00:00
AUTHORS initial import of gmodule. 1998-08-09 08:32:18 +00:00
ChangeLog implemented g_datalist_* along the lines of g_dataset, but operates on an 1998-09-17 04:59:41 +00:00
COPYING initial import of gmodule. 1998-08-09 08:32:18 +00:00
gmodule-dl.c minor changes to internal interface. 1998-08-10 01:36:18 +00:00
gmodule-dld.c minor changes to internal interface. 1998-08-10 01:36:18 +00:00
gmodule.c implemented g_datalist_* along the lines of g_dataset, but operates on an 1998-09-17 04:59:41 +00:00
gmodule.h implemented g_datalist_* along the lines of g_dataset, but operates on an 1998-09-17 04:59:41 +00:00
gmoduleconf.h.in initial import of gmodule. 1998-08-09 08:32:18 +00:00
libgplugin_a.c hm, fixup call sequences for check_init() and de_init(). 1998-08-09 13:13:12 +00:00
libgplugin_b.c changed the return type for the GModuleCheckInit function to be a string, 1998-08-17 02:40:30 +00:00
Makefile.am Update to libtool-1.2b, change library versioning scheme to drop 1998-09-15 19:08:11 +00:00
testgmodule.c removed this function which was not publically exported in glib.h. to 1998-08-24 05:26:53 +00:00