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