Age | Commit message (Expand) | Author | Files | Lines |
2005-01-07 | 2.6.1GLIB_2_6_1 | Matthias Clasen | 1 | -0/+4 |
2005-01-02 | It's wrong to call g_file_test() with more than one test (both | Tor Lillqvist | 1 | -0/+7 |
2004-12-16 | 2.6.0GLIB_2_6_0 | Matthias Clasen | 1 | -0/+4 |
2004-12-06 | Makefile.am gmodule.def Win32 DLL ABI stability cruft like in ../glib. | Tor Lillqvist | 1 | -0/+6 |
2004-12-02 | 2.5.7 | Matthias Clasen | 1 | -0/+4 |
2004-11-12 | 2.5.6GLIB_2_5_6 | Matthias Clasen | 1 | -0/+4 |
2004-11-04 | Argument is in UTF-8. Use wide character Win32 API if present. | Tor Lillqvist | 1 | -0/+10 |
2004-11-02 | *** empty log message ***GLIB_2_5_5 | Matthias Clasen | 1 | -0/+4 |
2004-10-27 | 2.5.4GTK_2_5_4 | Matthias Clasen | 1 | -0/+4 |
2004-09-18 | 2.5.3GLIB_2_5_3 | Matthias Clasen | 1 | -0/+4 |
2004-08-25 | 2.5.2GLIB_2_5_2 | Matthias Clasen | 1 | -3/+7 |
2004-08-01 | 2.5.1GLIB_2_5_1 | Matthias Clasen | 1 | -0/+4 |
2004-07-18 | === Released 2.5.0 ===GLIB_2_5_0 | Soeren Sandmann | 1 | -0/+4 |
2004-05-31 | Add gmodule-ar.c. (#85930, Tomas Ă–gren) | Matthias Clasen | 1 | -0/+4 |
2004-05-12 | Make it compile on AIX. (#141159, Michael Wilson) | Matthias Clasen | 1 | -0/+5 |
2004-03-31 | On Cygwin, use the "cyg" prefix, and accept also the normal "lib". | Tor Lillqvist | 1 | -0/+5 |
2004-02-24 | === Released 2.3.3 ===GLIB_2_3_3 | Owen Taylor | 1 | -0/+4 |
2004-02-22 | Set the gmodule suffix to 'a' for aix and use the aix gmodule | Matthias Clasen | 1 | -0/+8 |
2003-01-04 | Use g_ascii_strcasecmp(). | Tor Lillqvist | 1 | -0/+4 |
2002-12-04 | Properly refcount the main module if it is already open. (#98648) | Owen Taylor | 1 | -0/+5 |
2002-03-02 | Use G_MODULE_SUFFIX rather than a hardcoded ".so". (#72803) | Owen Taylor | 1 | -0/+6 |
2002-02-17 | Fix typo when checking if file + module_suffix exists. (Miroslaw | Owen Taylor | 1 | -0/+6 |
2001-11-24 | */.cvsignore: Add various Win32 related file types. | Tor Lillqvist | 1 | -0/+9 |
2001-11-22 | Version 11, interface, binary age 0. | Owen Taylor | 1 | -0/+6 |
2001-11-18 | fix leak. | Michael Meeks | 1 | -0/+4 |
2001-10-31 | Add gmodule-dyld.c | Dan Winship | 1 | -0/+4 |
2001-10-22 | If we have built the MSVC import library, install it. Install the gcc | Tor Lillqvist | 1 | -0/+6 |
2001-10-09 | More Unix compatibility: Add "lib" prefix in case the module name doesn't | Tor Lillqvist | 1 | -0/+9 |
2001-10-03 | s/retrive/retrieve/ | jacob berkman | 1 | -0/+5 |
2001-09-25 | More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, | Tor Lillqvist | 1 | -0/+7 |
2001-09-19 | Correct InternalName and OriginalFilename to match what we actually | Tor Lillqvist | 1 | -0/+5 |
2001-09-17 | glib/gmain.c Mark the _funcs tables for export. | Tor Lillqvist | 1 | -0/+6 |
2001-07-20 | reflect glib move | Hans Breuer | 1 | -0/+4 |
2001-06-23 | Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane. | Owen Taylor | 1 | -0/+6 |
2001-05-29 | Do not g_strdup, as promised in the function name. | Sebastian Wilhelmi | 1 | -0/+5 |
2001-05-29 | erk, strconcat needs NULL as last arg. make sure we pass module name with | Tim Janik | 1 | -0/+5 |
2001-05-28 | as a last resort, if we can't access() the module, leave it up to the | Tim Janik | 1 | -0/+7 |
2001-05-27 | unlock context when bailing out with a warning. (g_main_context_check): | Tim Janik | 1 | -0/+7 |
2001-04-20 | gmodule implementation for Darwin/Mac OS X | Dan Winship | 1 | -0/+9 |
2001-03-14 | From Edward M. Lee <tailbert@yahoo.com>: | Tor Lillqvist | 1 | -0/+7 |
2001-03-12 | Link with the libgmodule la only on Win32. | Tor Lillqvist | 1 | -0/+5 |
2001-03-10 | Use the _LIBADD dependencies on libglib only on Win32. | Tor Lillqvist | 1 | -0/+5 |
2001-03-09 | Use G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPORT correctly on | Tor Lillqvist | 1 | -0/+12 |
2001-03-07 | Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule. | Sebastian Wilhelmi | 1 | -0/+7 |
2001-02-17 | include string.h | Havoc Pennington | 1 | -0/+7 |
2001-02-17 | add check for broken RTLD_GLOBAL (on OSF1 V5.0). | Tim Janik | 1 | -0/+4 |
2001-01-27 | Need <io.h> for open() and close(). | Tor Lillqvist | 1 | -0/+4 |
2000-12-22 | Determine the suffix of the shared librarries for this system. This is | Sebastian Wilhelmi | 1 | -0/+20 |
2000-10-16 | gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST). | Raja R Harinath | 1 | -35/+39 |
2000-09-28 | Moved declaration of g_log_domain_gmodule up before the inclusion of | Sebastian Wilhelmi | 1 | -0/+5 |