glib/gmodule
Martin Baulig 9bee3ef88d [FIXME: On NetBSD, dlsym() doesn't set errno != 0 when the system cannot be
found; this leads to an incorrect return value of g_module_symbol.]

2000-01-13  Martin Baulig  <martin@home-of-linux.org>

	* gmodule.c (g_module_open): Check whether `check_init' is not NULL
	before we attempt to call it.
2000-01-13 22:11:39 +00:00
..
.cvsignore Shut up cvs 1999-01-05 20:28:45 +00:00
AUTHORS initial import of gmodule. 1998-08-09 08:32:18 +00:00
ChangeLog [FIXME: On NetBSD, dlsym() doesn't set errno != 0 when the system cannot be 2000-01-13 22:11:39 +00:00
COPYING initial import of gmodule. 1998-08-09 08:32:18 +00:00
gmodule-beos.c Port to BeOS by myself and Richard Offer. 1999-05-08 07:40:44 +00:00
gmodule-dl.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gmodule-dld.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gmodule-os2.c Add G_MODULE_IMPL_OS2 1999-04-07 18:17:38 +00:00
gmodule-win32.c Use FormatMessage to translate system error codes into textual messages. 1999-12-16 20:29:12 +00:00
gmodule.c [FIXME: On NetBSD, dlsym() doesn't set errno != 0 when the system cannot be 2000-01-13 22:11:39 +00:00
gmodule.def applied glib-tml-981120-0, change log appended below. 1998-11-25 03:02:56 +00:00
gmodule.h Don't crash if removing a nonexistent value. 1999-10-31 12:15:34 +00:00
gmoduleconf.h.in Port to BeOS by myself and Richard Offer. 1999-05-08 07:40:44 +00:00
gmoduleconf.h.win32 New function that returns the message string for a Win32 error code. 1998-10-27 04:11:32 +00:00
libgplugin_a.c Support added for building using a GNU toolchain on Win32, 1999-04-24 13:52:51 +00:00
libgplugin_b.c Support added for building using a GNU toolchain on Win32, 1999-04-24 13:52:51 +00:00
Makefile.am added --export-dynamic so we can load dynmic modules, (required, according 1999-08-26 13:09:50 +00:00
testgmodule.c G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but 1999-10-04 02:32:50 +00:00