summaryrefslogtreecommitdiff
path: root/gmodule
AgeCommit message (Expand)AuthorFilesLines
2002-12-04Properly refcount the main module if it is already open. (#98648)Owen Taylor2-0/+7
2002-11-21Hardcode 2.0 in the names, as that is what Makefile.am does.Tor Lillqvist2-7/+7
2002-11-21gmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode 2.0 in the names, asTor Lillqvist1-2/+2
2002-10-15add -DG_DISABLED_DEPRECATEDManish Singh1-1/+1
2002-03-05Default to --disable-gtk-doc, to avoid Jade setup hassles.Owen Taylor1-13/+13
2002-03-02Use G_MODULE_SUFFIX rather than a hardcoded ".so". (#72803)Owen Taylor4-6/+12
2002-02-17Fix typo when checking if file + module_suffix exists. (MiroslawOwen Taylor2-1/+7
2002-01-05moved warning to error pragmas to their own file to not force 'goodHans Breuer1-1/+1
2001-11-24*/.cvsignore: Add various Win32 related file types.Tor Lillqvist4-29/+13
2001-11-22Version 11, interface, binary age 0.Owen Taylor8-411/+8
2001-11-18fix leak.Michael Meeks2-0/+5
2001-10-31Add gmodule-dyld.cDan Winship2-0/+5
2001-10-25Update.Tor Lillqvist1-1/+1
2001-10-22If we have built the MSVC import library, install it. Install the gccTor Lillqvist2-0/+28
2001-10-09More Unix compatibility: Add "lib" prefix in case the module name doesn'tTor Lillqvist2-3/+17
2001-10-03s/retrive/retrieve/jacob berkman3-3/+8
2001-09-25More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,Tor Lillqvist4-23/+32
2001-09-19Correct InternalName and OriginalFilename to match what we actuallyTor Lillqvist2-3/+8
2001-09-17glib/gmain.c Mark the _funcs tables for export.Tor Lillqvist2-2/+9
2001-09-17Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool onTor Lillqvist2-13/+18
2001-09-04Update. Don't mention pthreads.Tor Lillqvist2-22/+21
2001-08-30After being away for about five months, I'm back working on this... ForTor Lillqvist1-7/+7
2001-07-30build the library name ourselfs ... so we can load the library specifiedSebastian Wilhelmi1-1/+1
2001-07-20reflect glib moveHans Breuer2-7/+15
2001-07-11Add some generated files.Darin Adler1-1/+1
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor1-2/+2
2001-06-23Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2-2/+8
2001-05-29Do not g_strdup, as promised in the function name.Sebastian Wilhelmi2-1/+6
2001-05-29erk, strconcat needs NULL as last arg. make sure we pass module name withTim Janik2-2/+16
2001-05-28as a last resort, if we can't access() the module, leave it up to theTim Janik2-1/+13
2001-05-27unlock context when bailing out with a warning. (g_main_context_check):Tim Janik2-27/+49
2001-05-16Add inter-library dependencies.Owen Taylor1-16/+5
2001-04-20gmodule implementation for Darwin/Mac OS XDan Winship5-12/+174
2001-03-14From Edward M. Lee <tailbert@yahoo.com>:Tor Lillqvist2-2/+9
2001-03-12Link with the libgmodule la only on Win32.Tor Lillqvist2-2/+8
2001-03-10Use the _LIBADD dependencies on libglib only on Win32.Tor Lillqvist2-5/+9
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPORT correctly onTor Lillqvist4-18/+42
2001-03-07Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.Sebastian Wilhelmi7-6/+10
2001-02-21Match also UNC paths on Win32.Tor Lillqvist1-0/+3
2001-02-17include string.hHavoc Pennington3-15/+22
2001-02-17add check for broken RTLD_GLOBAL (on OSF1 V5.0).Tim Janik3-4/+14
2001-01-27Need <io.h> for open() and close().Tor Lillqvist2-0/+7
2001-01-25makefile.mingw.in Protect the rule to rebuild makefile.mingw ifTor Lillqvist1-0/+2
2000-12-29Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG.Tor Lillqvist2-2/+2
2000-12-22Determine the suffix of the shared librarries for this system. This isSebastian Wilhelmi4-34/+188
2000-12-01Include make.msc from GLib's build subdir.Tor Lillqvist1-1/+1
2000-10-16gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).Raja R Harinath2-38/+51
2000-10-12.cvsignore updatesSebastian Wilhelmi1-0/+1
2000-10-06Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist3-2/+56
2000-09-28.cvsignore updatesSebastian Wilhelmi1-0/+1