added g_list_nth_prev() which walks ->prev instead of ->next.
[platform/upstream/glib.git] / gthread.c
2001-04-02 Sebastian WilhelmiUse the new GRealThread member "context" instead of...
2001-03-09 Tor LillqvistCygwin support contributed by Stefan Ondrejicka <ondrej...
2001-02-23 Sebastian WilhelmiChange the order to match the order in g_thread_create().
2001-02-19 Hans Breuerupdated for win32 msvc build
2001-02-17 Havoc Penningtoninclude string.h
2001-02-15 Sebastian WilhelmiReverted the changes necessary to enlarge the system...
2001-02-13 Sebastian WilhelmiAdded functions g_static_rec_mutex_init, g_static_rec_m...
2001-02-01 Sebastian WilhelmiAdded g_static_mutex_init to allow initialization of...
2001-01-30 Sebastian WilhelmiCall g_thread_impl_init(), as g_thread_init won't call it.
2001-01-29 Sebastian WilhelmiBroadcast the condition, if there are waiting readers...
2000-11-28 Sebastian WilhelmiRevamped errorcheck mutexes and added errorcheck cond_w...
2000-11-21 Sebastian WilhelmiAdd a surrogate for thread priorities using PID nicenes...
2000-11-13 Sebastian WilhelmiMade recursive mutexes also work when the thread system...
2000-09-05 Sebastian WilhelmiDon't use a G_LOCK, as it isn't necessary.
2000-09-01 Sebastian WilhelmiInclude gerror.h before it is used for some g_thread_...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-03-17 Sebastian WilhelmiAdded the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIE...
1999-11-16 Sebastian WilhelmiRenamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THR...
1999-10-04 Manish SinghG_OS_FOO #defines. I *think* I got the cygwin and beos...
1999-06-20 Tor LillqvistUpdate the pthreads snapshot version we want. Advice...
1999-06-17 Sebastian WilhelmiCompleted the thread support in GLib. Thread creation...