Age | Commit message (Expand) | Author | Files | Lines |
2003-03-04 | require automake 1.7. Add calls to libtoolize and gtkdocize. Clean up some | James Henstridge | 1 | -15/+6 |
2003-01-04 | [Win32] Install also the .def files, to help users generate import | Tor Lillqvist | 1 | -1/+3 |
2003-01-04 | Use g_ascii_strcasecmp(). | Tor Lillqvist | 2 | -2/+6 |
2002-12-04 | Properly refcount the main module if it is already open. (#98648) | Owen Taylor | 2 | -0/+7 |
2002-11-21 | Hardcode 2.0 in the names, as that is what Makefile.am does. | Tor Lillqvist | 2 | -7/+7 |
2002-11-21 | gmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode 2.0 in the names, as | Tor Lillqvist | 1 | -2/+2 |
2002-10-15 | add -DG_DISABLED_DEPRECATED | Manish Singh | 1 | -1/+1 |
2002-03-05 | Default to --disable-gtk-doc, to avoid Jade setup hassles. | Owen Taylor | 1 | -13/+13 |
2002-03-02 | Use G_MODULE_SUFFIX rather than a hardcoded ".so". (#72803) | Owen Taylor | 4 | -6/+12 |
2002-02-17 | Fix typo when checking if file + module_suffix exists. (Miroslaw | Owen Taylor | 2 | -1/+7 |
2002-01-05 | moved warning to error pragmas to their own file to not force 'good | Hans Breuer | 1 | -1/+1 |
2001-11-24 | */.cvsignore: Add various Win32 related file types. | Tor Lillqvist | 4 | -29/+13 |
2001-11-22 | Version 11, interface, binary age 0. | Owen Taylor | 8 | -411/+8 |
2001-11-18 | fix leak. | Michael Meeks | 2 | -0/+5 |
2001-10-31 | Add gmodule-dyld.c | Dan Winship | 2 | -0/+5 |
2001-10-25 | Update. | Tor Lillqvist | 1 | -1/+1 |
2001-10-22 | If we have built the MSVC import library, install it. Install the gcc | Tor Lillqvist | 2 | -0/+28 |
2001-10-09 | More Unix compatibility: Add "lib" prefix in case the module name doesn't | Tor Lillqvist | 2 | -3/+17 |
2001-10-03 | s/retrive/retrieve/ | jacob berkman | 3 | -3/+8 |
2001-09-25 | More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, | Tor Lillqvist | 4 | -23/+32 |
2001-09-19 | Correct InternalName and OriginalFilename to match what we actually | Tor Lillqvist | 2 | -3/+8 |
2001-09-17 | glib/gmain.c Mark the _funcs tables for export. | Tor Lillqvist | 2 | -2/+9 |
2001-09-17 | Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool on | Tor Lillqvist | 2 | -13/+18 |
2001-09-04 | Update. Don't mention pthreads. | Tor Lillqvist | 2 | -22/+21 |
2001-08-30 | After being away for about five months, I'm back working on this... For | Tor Lillqvist | 1 | -7/+7 |
2001-07-30 | build the library name ourselfs ... so we can load the library specified | Sebastian Wilhelmi | 1 | -1/+1 |
2001-07-20 | reflect glib move | Hans Breuer | 2 | -7/+15 |
2001-07-11 | Add some generated files. | Darin Adler | 1 | -1/+1 |
2001-06-26 | Move glib library into a subdirectory, make all GLib include files include | Owen Taylor | 1 | -2/+2 |
2001-06-23 | Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane. | Owen Taylor | 2 | -2/+8 |
2001-05-29 | Do not g_strdup, as promised in the function name. | Sebastian Wilhelmi | 2 | -1/+6 |
2001-05-29 | erk, strconcat needs NULL as last arg. make sure we pass module name with | Tim Janik | 2 | -2/+16 |
2001-05-28 | as a last resort, if we can't access() the module, leave it up to the | Tim Janik | 2 | -1/+13 |
2001-05-27 | unlock context when bailing out with a warning. (g_main_context_check): | Tim Janik | 2 | -27/+49 |
2001-05-16 | Add inter-library dependencies. | Owen Taylor | 1 | -16/+5 |
2001-04-20 | gmodule implementation for Darwin/Mac OS X | Dan Winship | 5 | -12/+174 |
2001-03-14 | From Edward M. Lee <tailbert@yahoo.com>: | Tor Lillqvist | 2 | -2/+9 |
2001-03-12 | Link with the libgmodule la only on Win32. | Tor Lillqvist | 2 | -2/+8 |
2001-03-10 | Use the _LIBADD dependencies on libglib only on Win32. | Tor Lillqvist | 2 | -5/+9 |
2001-03-09 | Use G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPORT correctly on | Tor Lillqvist | 4 | -18/+42 |
2001-03-07 | Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule. | Sebastian Wilhelmi | 7 | -6/+10 |
2001-02-21 | Match also UNC paths on Win32. | Tor Lillqvist | 1 | -0/+3 |
2001-02-17 | include string.h | Havoc Pennington | 3 | -15/+22 |
2001-02-17 | add check for broken RTLD_GLOBAL (on OSF1 V5.0). | Tim Janik | 3 | -4/+14 |
2001-01-27 | Need <io.h> for open() and close(). | Tor Lillqvist | 2 | -0/+7 |
2001-01-25 | makefile.mingw.in Protect the rule to rebuild makefile.mingw if | Tor Lillqvist | 1 | -0/+2 |
2000-12-29 | Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. | Tor Lillqvist | 2 | -2/+2 |
2000-12-22 | Determine the suffix of the shared librarries for this system. This is | Sebastian Wilhelmi | 4 | -34/+188 |
2000-12-01 | Include make.msc from GLib's build subdir. | Tor Lillqvist | 1 | -1/+1 |
2000-10-16 | gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST). | Raja R Harinath | 2 | -38/+51 |