summaryrefslogtreecommitdiff
path: root/gmodule
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-28Moved declaration of g_log_domain_gmodule up before the inclusion ofSebastian Wilhelmi2-3/+6
2000-09-01.cvsignore updatesSebastian Wilhelmi1-2/+1
2000-08-25Mark the following functions G_GNUC_CONST (to allow betteroptimization)Elliot Lee1-1/+1
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik12-45/+45
2000-07-22Fix resource handling, the resource file got left out from the DLL afterTor Lillqvist2-4/+6
2000-07-20Mark the functions g_basename and g_dirname deprecated. They will issue anSebastian Wilhelmi3-12/+39
2000-07-19glibconfig.h and glib.h now include files outside of the extern "C" block.Sebastian Wilhelmi2-1/+7
2000-07-18Don't #include <tlhelp32.h> when compiling with gcc, as it isn't provided.Tor Lillqvist2-2/+35
2000-07-14Include the "build" module in GLib, too, to make it more self-contained.Tor Lillqvist1-1/+1
2000-07-14Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4Owen Taylor1-10/+10
2000-05-13makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist3-0/+70
2000-05-01Add new functions. Add new object files. Add threadpool-test. No need toTor Lillqvist2-1/+4
2000-03-24.cvsignore adaptationSebastian Wilhelmi1-0/+1
2000-03-24Added various win32 related *.in files to EXTRA_DIST to let 'makeSebastian Wilhelmi1-2/+3
2000-03-22In the "null" module case _g_module_symbol should still first search the mainTor Lillqvist2-1/+7
2000-03-22When looking for symbols in the "main" module we must search both the mainTor Lillqvist2-10/+141