summaryrefslogtreecommitdiff
path: root/gmodule
Commit message (Expand)AuthorAgeFilesLines
* After being away for about five months, I'm back working on this... ForTor Lillqvist2001-08-301-7/+7
* build the library name ourselfs ... so we can load the library specifiedSebastian Wilhelmi2001-07-301-1/+1
* reflect glib moveHans Breuer2001-07-202-7/+15
* Add some generated files.Darin Adler2001-07-111-1/+1
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-2/+2
* Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2001-06-232-2/+8
* Do not g_strdup, as promised in the function name.Sebastian Wilhelmi2001-05-292-1/+6
* erk, strconcat needs NULL as last arg. make sure we pass module name withTim Janik2001-05-292-2/+16
* as a last resort, if we can't access() the module, leave it up to theTim Janik2001-05-282-1/+13
* unlock context when bailing out with a warning. (g_main_context_check):Tim Janik2001-05-272-27/+49
* Add inter-library dependencies.Owen Taylor2001-05-161-16/+5
* gmodule implementation for Darwin/Mac OS XDan Winship2001-04-205-12/+174
* From Edward M. Lee <tailbert@yahoo.com>:Tor Lillqvist2001-03-142-2/+9
* Link with the libgmodule la only on Win32.Tor Lillqvist2001-03-122-2/+8
* Use the _LIBADD dependencies on libglib only on Win32.Tor Lillqvist2001-03-102-5/+9
* Use G_BEGIN_DECLS and G_END_DECLS. Define G_MODULE_EXPORT correctly onTor Lillqvist2001-03-094-18/+42
* Set G_LOG_DOMAIN to \"GModule\" instead of g_log_domain_gmodule.Sebastian Wilhelmi2001-03-077-6/+10
* Match also UNC paths on Win32.Tor Lillqvist2001-02-211-0/+3
* include string.hHavoc Pennington2001-02-173-15/+22
* add check for broken RTLD_GLOBAL (on OSF1 V5.0).Tim Janik2001-02-173-4/+14
* Need <io.h> for open() and close().Tor Lillqvist2001-01-272-0/+7
* makefile.mingw.in Protect the rule to rebuild makefile.mingw ifTor Lillqvist2001-01-251-0/+2
* Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG.Tor Lillqvist2000-12-292-2/+2
* Determine the suffix of the shared librarries for this system. This isSebastian Wilhelmi2000-12-224-34/+188
* Include make.msc from GLib's build subdir.Tor Lillqvist2000-12-011-1/+1
* gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).Raja R Harinath2000-10-162-38/+51
* .cvsignore updatesSebastian Wilhelmi2000-10-121-0/+1
* Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist2000-10-063-2/+56
* .cvsignore updatesSebastian Wilhelmi2000-09-281-0/+1
* Moved declaration of g_log_domain_gmodule up before the inclusion ofSebastian Wilhelmi2000-09-282-3/+6
* .cvsignore updatesSebastian Wilhelmi2000-09-011-2/+1
* Mark the following functions G_GNUC_CONST (to allow betteroptimization)Elliot Lee2000-08-251-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-2612-45/+45
* Fix resource handling, the resource file got left out from the DLL afterTor Lillqvist2000-07-222-4/+6
* Mark the functions g_basename and g_dirname deprecated. They will issue anSebastian Wilhelmi2000-07-203-12/+39
* glibconfig.h and glib.h now include files outside of the extern "C" block.Sebastian Wilhelmi2000-07-192-1/+7
* Don't #include <tlhelp32.h> when compiling with gcc, as it isn't provided.Tor Lillqvist2000-07-182-2/+35
* Include the "build" module in GLib, too, to make it more self-contained.Tor Lillqvist2000-07-141-1/+1
* Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4Owen Taylor2000-07-141-10/+10
* makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist2000-05-133-0/+70
* Add new functions. Add new object files. Add threadpool-test. No need toTor Lillqvist2000-05-012-1/+4
* .cvsignore adaptationSebastian Wilhelmi2000-03-241-0/+1
* Added various win32 related *.in files to EXTRA_DIST to let 'makeSebastian Wilhelmi2000-03-241-2/+3
* In the "null" module case _g_module_symbol should still first search the mainTor Lillqvist2000-03-222-1/+7
* When looking for symbols in the "main" module we must search both the mainTor Lillqvist2000-03-222-10/+141
* New function that returns the message string for a Win32 error code.Tor Lillqvist2000-03-012-3/+18
* minor optimization.Tim Janik2000-03-012-6/+28
* do not return NULL symbols.Tim Janik2000-03-015-90/+158
* New function that returns the message string for a Win32 error code.Tor Lillqvist2000-03-014-56/+14
* do not return NULL symbols.Tim Janik2000-03-014-28/+58