glib/gmodule
Tim Janik 634e4a58c6 reverted part of the changes from Sebastian Wilhelmi (1998-10-20). don't
Wed Oct 21 19:22:58 1998  Tim Janik  <timj@gtk.org>

        * configure.in (G_MODULE_HAVE_DLERROR): reverted part of the changes
        from Sebastian Wilhelmi (1998-10-20). don't specify a specific loading
        behaviour (i.e. RTLD_NOW) when we are not sure whether it is supplied.
        changed the return value from (!f2 && f1) to (!f2 || f1) so we default
        to not needing an underscore. reverted the extra plugin.c building,
        because .lo files are not ELF libraries, this can't work. This needs
        further investigation on Solaris...

Wed Oct 21 19:58:27 1998  Tim Janik  <timj@gtk.org>

        * gmodule.c (g_module_symbol): fixed a string pointer bug that could
        cause garbage error messages from g_module_symbol() for systems that
        NEED_USCORE.
1998-10-21 18:04:47 +00:00
..
.cvsignore .cvsignore updates to shutup CVS 1998-09-17 22:57:16 +00:00
AUTHORS initial import of gmodule. 1998-08-09 08:32:18 +00:00
ChangeLog reverted part of the changes from Sebastian Wilhelmi (1998-10-20). don't 1998-10-21 18:04:47 +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 reverted part of the changes from Sebastian Wilhelmi (1998-10-20). don't 1998-10-21 18:04:47 +00:00
gmodule.h NEWS file update for upcoming release of GLib + GModule version 1.1.3, 1998-09-21 02:32:30 +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 NEWS file update for upcoming release of GLib + GModule version 1.1.3, 1998-09-21 02:32: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