Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-04-25 | Changed the scope of the initialized mutex to USYNC_THREAD. Thanks to | Sebastian Wilhelmi | 2 | -1/+7 |
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-20 | Forgot a '}' in a macro for DCE-threads. Thanks to Karl Nelson | Sebastian Wilhelmi | 2 | -1/+7 |
2000-03-17 | Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages. | Sebastian Wilhelmi | 3 | -22/+43 |
2000-02-22 | check for sysconf (_SC_THREAD_STACK_MIN), which returns the minimal stack | Sebastian Wilhelmi | 4 | -2/+29 |
2000-02-07 | Move to corresponding subdirectories. | Tor Lillqvist | 2 | -1/+36 |
1999-11-16 | Changed the prototype of thread_create and thread_self to return the | Sebastian Wilhelmi | 3 | -61/+74 |
1999-10-04 | G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but | Manish Singh | 1 | -1/+1 |
1999-08-26 | added --export-dynamic so we can load dynmic modules, (required, according | Tim Janik | 1 | -1/+2 |
1999-07-24 | 18:36. incorporated proposed cleanups from gtk-devel-list. | Tim Janik | 1 | -0/+5 |
1999-06-20 | Update the pthreads snapshot version we want. Advice how to hand-expand | Tor Lillqvist | 2 | -0/+9 |
1999-06-17 | Completed the thread support in GLib. Thread creation, prioritizing | Sebastian Wilhelmi | 7 | -452/+228 |
1999-05-08 | Better testing reveals better methods. Fixes for BeOS. | CDT 1999 Shawn T. Amundson | 1 | -1/+1 |
1999-05-08 | Port to BeOS by myself and Richard Offer. | CDT 1999 Shawn T. Amundson | 1 | -0/+2 |
1999-04-24 | Support added for building using a GNU toolchain on Win32, | Tor Lillqvist | 1 | -1/+4 |
1999-04-09 | New files to implement the Mersenne Twister Pseudo Random Number | Sebastian Wilhelmi | 1 | -1/+1 |
1999-03-31 | Use the right default arguments for the construction of mutexes and conds | Sebastian Wilhelmi | 2 | -2/+15 |
1999-03-18 | added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES) to hold various defines | Sebastian Wilhelmi | 2 | -1/+6 |
1999-03-12 | Test for posix threads first, then for dce threads. | Sebastian Wilhelmi | 2 | -1/+6 |
1999-03-11 | Revamped the thread configure stuff. Now dce threads (old posix draft) are | Sebastian Wilhelmi | 2 | -9/+37 |
1999-02-24 | inserted additional note to look for ChangeLog and AUTHORS file for a log | CST 1999 Shawn T. Amundson | 5 | -0/+35 |
1999-02-15 | Changed signature of all g_static_mutex_* functions to take a pointer | Sebastian Wilhelmi | 2 | -2/+7 |
1999-02-10 | s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macro | Sebastian Wilhelmi | 1 | -1/+1 |