Age | Commit message (Expand) | Author | Files | Lines |
2006-05-11 | Make the magic and location arguments to the error-checking-mutex | Sebastian Wilhelmi | 1 | -131/+98 |
2006-05-10 | Renamed to glib/gthreadprivate.h and moved system thread identifier | Sebastian Wilhelmi | 1 | -23/+34 |
2006-05-09 | Use canonical include form for internal headers. config.h is always there. | Sebastian Wilhelmi | 1 | -5/+3 |
2003-02-14 | Fixes for #101264 and #99372: | Sebastian Wilhelmi | 1 | -21/+2 |
2002-12-20 | Call g_main_thread_init() after setting g_threads_got_initialized. | Owen Taylor | 1 | -1/+5 |
2002-11-26 | Improved the seeding algorithm. Old behaviour can be achived by setting | Sebastian Wilhelmi | 1 | -0/+2 |
2002-08-06 | Factor out g_main_context_init_pipe from g_main_context_new to initialize | Sebastian Wilhelmi | 1 | -0/+2 |
2002-08-06 | Set the normal PID surrogate priority according to getpid() to avoid | Sebastian Wilhelmi | 1 | -7/+4 |
2002-04-18 | Fixed typo. (#78985) | Sebastian Wilhelmi | 1 | -1/+1 |
2002-03-13 | Cache getenv("G_BROKEN_FILENAMES") in have_broken_filenames() and use | Alexander Larsson | 1 | -0/+2 |
2002-02-09 | Fixed typo in G_THREADS_ENABLED. | Sebastian Wilhelmi | 1 | -1/+1 |
2002-02-09 | Make --disable-threads work again. (#71034) | Sebastian Wilhelmi | 1 | -5/+13 |
2001-09-27 | When the sublangid is SUBLANG_DEFAULT, return the locale of the language's | Bruno Haible | 1 | -6/+13 |
2001-09-25 | Corrected the array size (cough, cough). Pointed out by | Sebastian Wilhelmi | 1 | -1/+1 |
2001-05-22 | Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c". | Sebastian Wilhelmi | 1 | -16/+17 |
2001-04-03 | Added special case for priorities on FreeBSD. Thanks to David Reid | Sebastian Wilhelmi | 1 | -2/+2 |
2001-03-09 | Use libglib-1.3.la from top_builddir. Invoke libtool with -no-undefined | Tor Lillqvist | 1 | -1/+1 |
2001-01-30 | Call g_thread_impl_init(), as g_thread_init won't call it. | Sebastian Wilhelmi | 1 | -0/+6 |
2001-01-30 | Added debug information for g_mutex_free calls, if G_ERRORCHECK_MUTEXES is | Sebastian Wilhelmi | 1 | -6/+15 |
2001-01-29 | hack this so it compiles, needs fixing for real. | Havoc Pennington | 1 | -1/+3 |
2001-01-29 | Broadcast the condition, if there are waiting readers, as all might read | Sebastian Wilhelmi | 1 | -0/+5 |
2000-11-28 | Revamped errorcheck mutexes and added errorcheck cond_wait() and | Sebastian Wilhelmi | 1 | -42/+108 |
2000-11-21 | Add a surrogate for thread priorities using PID niceness for systems with | Sebastian Wilhelmi | 1 | -18/+24 |
2000-09-29 | Added errorcheck mutexes. These are activated through the preprocessor | Sebastian Wilhelmi | 1 | -0/+147 |
2000-07-26 | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 1 | -4/+4 |
2000-02-22 | check for sysconf (_SC_THREAD_STACK_MIN), which returns the minimal stack | Sebastian Wilhelmi | 1 | -2/+2 |
1999-10-04 | G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but | Manish Singh | 1 | -1/+1 |
1999-06-17 | Completed the thread support in GLib. Thread creation, prioritizing | Sebastian Wilhelmi | 1 | -0/+143 |