summaryrefslogtreecommitdiff
path: root/gmodule/gmodule.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-09Include the module file name to the error message given when moduleMatthias Clasen1-1/+4
2006-12-31fix include orderMatthias Clasen1-3/+3
2006-12-28Clean up includes.Matthias Clasen1-13/+13
2006-12-13Handle valid symbols that are NULL correctly. (#385388, Felix Kater)Matthias Clasen1-1/+1
2006-09-11applied patch from Christian Persch to support G_DEBUG flagsTim Janik1-0/+36
2005-11-28Silence compiler warnings.Matthias Clasen1-3/+3
2005-01-02It's wrong to call g_file_test() with more than one test (bothTor Lillqvist1-3/+3
2004-12-06Makefile.am gmodule.def Win32 DLL ABI stability cruft like in ../glib.Tor Lillqvist1-1/+48
2004-11-04Argument is in UTF-8. Use wide character Win32 API if present.Tor Lillqvist1-4/+13
2004-02-22Set the gmodule suffix to 'a' for aix and use the aix gmoduleMatthias Clasen1-0/+2
2004-02-20applied patch from David Schleef <ds@schleef.org> which implements aTim Janik1-3/+6
2002-12-04Properly refcount the main module if it is already open. (#98648)Owen Taylor1-0/+2
2002-02-17Fix typo when checking if file + module_suffix exists. (MiroslawOwen Taylor1-1/+1
2001-11-18fix leak.Michael Meeks1-0/+1
2001-07-30build the library name ourselfs ... so we can load the library specifiedSebastian Wilhelmi1-1/+1
2001-07-11Add some generated files.Darin Adler1-1/+1
2001-06-23Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor1-2/+2
2001-05-29Do not g_strdup, as promised in the function name.Sebastian Wilhelmi1-1/+1
2001-05-29erk, strconcat needs NULL as last arg. make sure we pass module name withTim Janik1-2/+11
2001-05-28as a last resort, if we can't access() the module, leave it up to theTim Janik1-1/+6
2001-05-27unlock context when bailing out with a warning. (g_main_context_check):Tim Janik1-27/+42
2001-04-20gmodule implementation for Darwin/Mac OS XDan Winship1-0/+2
2001-03-07Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.Sebastian Wilhelmi1-1/+0
2001-02-17include string.hHavoc Pennington1-3/+3
2001-01-27Need <io.h> for open() and close().Tor Lillqvist1-0/+3
2000-12-22Determine the suffix of the shared librarries for this system. This isSebastian Wilhelmi1-17/+154
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-4/+4
2000-03-01New function that returns the message string for a Win32 error code.Tor Lillqvist1-11/+0
2000-03-01do not return NULL symbols.Tim Janik1-7/+14
2000-01-13[FIXME: On NetBSD, dlsym() doesn't set errno != 0 when the system cannot beMartin Baulig1-1/+2
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1-8/+10
1999-05-08Port to BeOS by myself and Richard Offer.CDT 1999 Shawn T. Amundson1-0/+2
1999-05-06New files, used to generate corresponding non-.in files when making aTor Lillqvist1-11/+0
1999-04-07Add G_MODULE_IMPL_OS2Asbjørn Pettersen1-0/+2
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1-0/+7
1999-02-10be more descriptive on unsupported systems.Tim Janik1-1/+2
1999-02-10s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi1-1/+1
1999-02-10fixed errernerous code wrt to thread specific error string allocationTim Janik1-10/+3
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1-11/+11
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-19/+49
1998-11-20added empty default imlementation so gmodule.so compiles on systems thatTim Janik1-0/+6
1998-10-27removed dummy structure definitions for struct _GCache, _GTree, _GTimer,Tor Lillqvist1-0/+23
1998-10-21reverted part of the changes from Sebastian Wilhelmi (1998-10-20). don'tTim Janik1-3/+7
1998-09-21NEWS file update for upcoming release of GLib + GModule version 1.1.3,Tim Janik1-10/+10
1998-09-17implemented g_datalist_* along the lines of g_dataset, but operates on anTim Janik1-6/+23
1998-08-20provide no operation implementation for the underlying _g_module_*Tim Janik1-0/+22
1998-08-17changed the return type for the GModuleCheckInit function to be a string,Tim Janik1-2/+11
1998-08-16version bump to 1.1.3, binary age 0, interface age 0.Tim Janik1-1/+2
1998-08-10minor changes to internal interface.Tim Janik1-41/+42
1998-08-10minor hack to cause SUBDIRS (gmodule) to be build last. we do this byTim Janik1-2/+2