Age | Commit message (Expand) | Author | Files | Lines |
2001-10-25 | Update. | Tor Lillqvist | 1 | -3/+1 |
2001-10-22 | If we have built the MSVC import library, install it. Install the gcc | Tor Lillqvist | 2 | -0/+27 |
2001-09-27 | When the sublangid is SUBLANG_DEFAULT, return the locale of the language's | Bruno Haible | 3 | -19/+60 |
2001-09-26 | Retract my change earlier today. Don't preset autoconf variables in a try | Tor Lillqvist | 3 | -2/+9 |
2001-09-25 | Corrected the array size (cough, cough). Pointed out by | Sebastian Wilhelmi | 2 | -1/+6 |
2001-09-25 | More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF, | Tor Lillqvist | 3 | -14/+20 |
2001-09-19 | Add thread_equal function to allow for platform defined function to | Sebastian Wilhelmi | 4 | -3/+20 |
2001-09-19 | Correct InternalName and OriginalFilename to match what we actually | Tor Lillqvist | 2 | -3/+8 |
2001-09-17 | Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool on | Tor Lillqvist | 2 | -9/+14 |
2001-09-04 | Update. Don't mention pthreads. | Tor Lillqvist | 1 | -10/+4 |
2001-08-30 | After being away for about five months, I'm back working on this... For | Tor Lillqvist | 1 | -2/+2 |
2001-07-20 | reflect glib move | Hans Breuer | 2 | -3/+7 |
2001-06-26 | Move glib library into a subdirectory, make all GLib include files include | Owen Taylor | 1 | -2/+2 |
2001-06-07 | Use g_win32_error_message to beautify error messages. | Sebastian Wilhelmi | 2 | -4/+11 |
2001-05-24 | pthread isn't required anymore | Hans Breuer | 2 | -4/+11 |
2001-05-22 | Also return TRUE for late arrived signals. Thanks to Steven Brooks | Sebastian Wilhelmi | 2 | -2/+9 |
2001-05-22 | Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c". | Sebastian Wilhelmi | 5 | -18/+601 |
2001-05-16 | Add inter-library dependencies. | Owen Taylor | 1 | -2/+1 |
2001-05-08 | don't g_assert() the user specified time, but g_return_val_if_fail() here. | Tim Janik | 2 | -1/+8 |
2001-04-03 | Added special case for priorities on FreeBSD. Thanks to David Reid | Sebastian Wilhelmi | 3 | -4/+21 |
2001-03-10 | Use the _LIBADD dependencies on libglib only on Win32. | Tor Lillqvist | 2 | -1/+7 |
2001-03-09 | Use libglib-1.3.la from top_builddir. Invoke libtool with -no-undefined | Tor Lillqvist | 3 | -4/+19 |
2001-02-21 | Match also UNC paths on Win32. | Tor Lillqvist | 1 | -0/+3 |
2001-02-15 | Reverted the changes necessary to enlarge the system thread for | Sebastian Wilhelmi | 2 | -64/+12 |
2001-01-30 | Call g_thread_impl_init(), as g_thread_init won't call it. | Sebastian Wilhelmi | 2 | -0/+9 |
2001-01-30 | Added debug information for g_mutex_free calls, if G_ERRORCHECK_MUTEXES is | Sebastian Wilhelmi | 2 | -6/+21 |
2001-01-29 | hack this so it compiles, needs fixing for real. | Havoc Pennington | 2 | -1/+8 |
2001-01-29 | Broadcast the condition, if there are waiting readers, as all might read | Sebastian Wilhelmi | 2 | -0/+10 |
2001-01-25 | makefile.mingw.in Protect the rule to rebuild makefile.mingw if | Tor Lillqvist | 1 | -0/+2 |
2001-01-03 | Made g_thread_min_stack_size static. | Sebastian Wilhelmi | 3 | -2/+7 |
2000-12-29 | Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. | Tor Lillqvist | 2 | -2/+2 |
2000-12-01 | Include make.msc from GLib's build subdir. | Tor Lillqvist | 1 | -1/+1 |
2000-11-28 | Revamped errorcheck mutexes and added errorcheck cond_wait() and | Sebastian Wilhelmi | 2 | -42/+115 |
2000-11-21 | Add a surrogate for thread priorities using PID niceness for systems with | Sebastian Wilhelmi | 4 | -54/+139 |
2000-11-15 | Check for the sched.h header and include it on gthread/gthread-posix.c if | Sebastian Wilhelmi | 2 | -0/+7 |
2000-11-02 | Add G_MUTEX_SIZE as needed for gthread-impl.c | Sebastian Wilhelmi | 2 | -0/+6 |
2000-10-25 | Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing -DG_ENABLE_DEBUG as | Sebastian Wilhelmi | 3 | -50/+75 |
2000-10-16 | gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST). | Raja R Harinath | 2 | -3/+17 |
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/+40 |
2000-09-29 | Added errorcheck mutexes. These are activated through the preprocessor | Sebastian Wilhelmi | 4 | -0/+163 |
2000-09-28 | .cvsignore updates | Sebastian Wilhelmi | 1 | -0/+1 |
2000-09-21 | Add gconvert.o. Use libiconv. | Tor Lillqvist | 2 | -8/+6 |
2000-09-06 | s/G_MICROSEC/G_USEC_PER_SEC/ | Sebastian Wilhelmi | 3 | -8/+11 |
2000-09-01 | Use GError to report errors as well. | Sebastian Wilhelmi | 3 | -5/+20 |
2000-09-01 | Include gerror.h before it is used for some g_thread_* functions. | Sebastian Wilhelmi | 2 | -4/+23 |
2000-07-26 | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 4 | -16/+16 |
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 | -5/+4 |
2000-05-13 | makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to | Tor Lillqvist | 3 | -0/+50 |