reverted part of the changes from Sebastian Wilhelmi (1998-10-20). don't
authorTim Janik <timj@gtk.org>
Wed, 21 Oct 1998 18:04:47 +0000 (18:04 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 21 Oct 1998 18:04:47 +0000 (18:04 +0000)
commit634e4a58c6927c6d14673dae6cce479c7f1d9055
tree326b3626dd1e8b004c2f392b28c2f64792cb72fb
parent2009313501ca210189c7adeefd6a4687a21b0269
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.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
gmodule/ChangeLog
gmodule/gmodule.c