summaryrefslogtreecommitdiff
path: root/gmodule
AgeCommit message (Expand)Author
2002-02-17Fix typo when checking if file + module_suffix exists. (MiroslawOwen Taylor
2002-01-05moved warning to error pragmas to their own file to not force 'goodHans Breuer
2001-11-24*/.cvsignore: Add various Win32 related file types.Tor Lillqvist
2001-11-22Version 11, interface, binary age 0.Owen Taylor
2001-11-18fix leak.Michael Meeks
2001-10-31Add gmodule-dyld.cDan Winship
2001-10-25Update.Tor Lillqvist
2001-10-22If we have built the MSVC import library, install it. Install the gccTor Lillqvist
2001-10-09More Unix compatibility: Add "lib" prefix in case the module name doesn'tTor Lillqvist
2001-10-03s/retrive/retrieve/jacob berkman
2001-09-25More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,Tor Lillqvist
2001-09-19Correct InternalName and OriginalFilename to match what we actuallyTor Lillqvist
2001-09-17glib/gmain.c Mark the _funcs tables for export.Tor Lillqvist
2001-09-17Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool onTor Lillqvist
2001-09-04Update. Don't mention pthreads.Tor Lillqvist
2001-08-30After being away for about five months, I'm back working on this... ForTor Lillqvist
2001-07-30build the library name ourselfs ... so we can load the library specifiedSebastian Wilhelmi
2001-07-20reflect glib moveHans Breuer
2001-07-11Add some generated files.Darin Adler
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor
2001-06-23Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor
2001-05-29Do not g_strdup, as promised in the function name.Sebastian Wilhelmi
2001-05-29erk, strconcat needs NULL as last arg. make sure we pass module name withTim Janik
2001-05-28as a last resort, if we can't access() the module, leave it up to theTim Janik
2001-05-27unlock context when bailing out with a warning. (g_main_context_check):Tim Janik
2001-05-16Add inter-library dependencies.Owen Taylor
2001-04-20gmodule implementation for Darwin/Mac OS XDan Winship
2001-03-14From Edward M. Lee <tailbert@yahoo.com>:Tor Lillqvist
2001-03-12Link with the libgmodule la only on Win32.Tor Lillqvist
2001-03-10Use the _LIBADD dependencies on libglib only on Win32.Tor Lillqvist
2001-03-09Use G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPORT correctly onTor Lillqvist
2001-03-07Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.Sebastian Wilhelmi
2001-02-21Match also UNC paths on Win32.Tor Lillqvist
2001-02-17include string.hHavoc Pennington
2001-02-17add check for broken RTLD_GLOBAL (on OSF1 V5.0).Tim Janik
2001-01-27Need <io.h> for open() and close().Tor Lillqvist
2001-01-25makefile.mingw.in Protect the rule to rebuild makefile.mingw ifTor Lillqvist
2000-12-29Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG.Tor Lillqvist
2000-12-22Determine the suffix of the shared librarries for this system. This isSebastian Wilhelmi
2000-12-01Include make.msc from GLib's build subdir.Tor Lillqvist
2000-10-16gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).Raja R Harinath
2000-10-12.cvsignore updatesSebastian Wilhelmi
2000-10-06Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist
2000-09-28.cvsignore updatesSebastian Wilhelmi
2000-09-28Moved declaration of g_log_domain_gmodule up before the inclusion ofSebastian Wilhelmi
2000-09-01.cvsignore updatesSebastian Wilhelmi
2000-08-25Mark the following functions G_GNUC_CONST (to allow betteroptimization)Elliot Lee
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
2000-07-22Fix resource handling, the resource file got left out from the DLL afterTor Lillqvist
2000-07-20Mark the functions g_basename and g_dirname deprecated. They will issue anSebastian Wilhelmi