Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-10-12 | .cvsignore updates | Sebastian Wilhelmi | 1 | -0/+1 |
2000-10-06 | Revamp to be like makefile.mingw.in, make the MSVC build actually work | Tor Lillqvist | 3 | -2/+56 |
2000-09-28 | .cvsignore updates | Sebastian Wilhelmi | 1 | -0/+1 |
2000-09-28 | Moved declaration of g_log_domain_gmodule up before the inclusion of | Sebastian Wilhelmi | 2 | -3/+6 |
2000-09-01 | .cvsignore updates | Sebastian Wilhelmi | 1 | -2/+1 |
2000-08-25 | Mark the following functions G_GNUC_CONST (to allow betteroptimization) | Elliot Lee | 1 | -1/+1 |
2000-07-26 | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 12 | -45/+45 |
2000-07-22 | Fix resource handling, the resource file got left out from the DLL after | Tor Lillqvist | 2 | -4/+6 |
2000-07-20 | Mark the functions g_basename and g_dirname deprecated. They will issue an | Sebastian Wilhelmi | 3 | -12/+39 |
2000-07-19 | glibconfig.h and glib.h now include files outside of the extern "C" block. | Sebastian Wilhelmi | 2 | -1/+7 |
2000-07-18 | Don't #include <tlhelp32.h> when compiling with gcc, as it isn't provided. | Tor Lillqvist | 2 | -2/+35 |
2000-07-14 | Include the "build" module in GLib, too, to make it more self-contained. | Tor Lillqvist | 1 | -1/+1 |
2000-07-14 | Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4 | Owen Taylor | 1 | -10/+10 |
2000-05-13 | makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to | Tor Lillqvist | 3 | -0/+70 |
2000-05-01 | Add new functions. Add new object files. Add threadpool-test. No need to | Tor Lillqvist | 2 | -1/+4 |
2000-03-24 | .cvsignore adaptation | Sebastian Wilhelmi | 1 | -0/+1 |
2000-03-24 | Added various win32 related *.in files to EXTRA_DIST to let 'make | Sebastian Wilhelmi | 1 | -2/+3 |
2000-03-22 | In the "null" module case _g_module_symbol should still first search the main | Tor Lillqvist | 2 | -1/+7 |
2000-03-22 | When looking for symbols in the "main" module we must search both the main | Tor Lillqvist | 2 | -10/+141 |