glib/gmodule
Tor Lillqvist ceea1612c4 More Unix compatibility: Add "lib" prefix in case the module name doesn't
2001-10-09  Tor Lillqvist  <tml@iki.fi>

	* gmodule-win32.c (_g_module_build_path): More Unix compatibility:
	Add "lib" prefix in case the module name doesn't already have it,
	except if it ends with ".dll" (in which case it probably already
	is the name of an existing DLL). This is needed for instance for
	the gdk-pixbuf loaders, which are called "lib*.dll", but
	gdk-pixbuf-io calls g_module_build_path without the "lib" prefix.
2001-10-09 20:40:19 +00:00
..
.cvsignore Match also UNC paths on Win32. 2001-02-21 12:41:28 +00:00
AUTHORS initial import of gmodule. 1998-08-09 08:32:18 +00:00
ChangeLog More Unix compatibility: Add "lib" prefix in case the module name doesn't 2001-10-09 20:40:19 +00:00
COPYING initial import of gmodule. 1998-08-09 08:32:18 +00:00
gmodule-beos.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gmodule-dl.c add check for broken RTLD_GLOBAL (on OSF1 V5.0). 2001-02-17 06:28:07 +00:00
gmodule-dld.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gmodule-dyld.c gmodule implementation for Darwin/Mac OS X 2001-04-20 17:05:38 +00:00
gmodule-os2.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gmodule-win32.c More Unix compatibility: Add "lib" prefix in case the module name doesn't 2001-10-09 20:40:19 +00:00
gmodule.c build the library name ourselfs ... so we can load the library specified 2001-07-30 08:52:20 +00:00
gmodule.def Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule. 2001-03-07 14:22:25 +00:00
gmodule.h s/retrive/retrieve/ 2001-10-03 19:45:04 +00:00
gmodule.rc.in Correct InternalName and OriginalFilename to match what we actually 2001-09-19 01:00:17 +00:00
gmoduleconf.h.in gmodule implementation for Darwin/Mac OS X 2001-04-20 17:05:38 +00:00
gmoduleconf.h.win32 Update. Don't mention pthreads. 2001-09-04 05:09:35 +00:00
libgplugin_a.c s/retrive/retrieve/ 2001-10-03 19:45:04 +00:00
libgplugin_b.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
Makefile.am More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, 2001-09-25 06:03:23 +00:00
makefile.mingw.in More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, 2001-09-25 06:03:23 +00:00
makefile.msc.in More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, 2001-09-25 06:03:23 +00:00
testgmodule.c gmodule implementation for Darwin/Mac OS X 2001-04-20 17:05:38 +00:00