Age | Commit message (Expand) | Author | Files | Lines |
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 |