glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decorating variable
[platform/upstream/glib.git] / glib / gthread.c
2004-04-10 Tor Lillqvistglib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decoratin...
2004-03-05 Matthias ClasenPatch by Sebastian Wilhemi to fix infinite recursion...
2004-02-26 Sebastian WilhelmiRemoved the PID niceness surrogate for thread prioritie...
2004-02-25 Sebastian WilhelmiFor the PID thread priorities surrogate use gettid...
2003-07-08 Matthias ClasenSupport for one-time initialization functions. (#69668...
2003-03-14 Sebastian WilhelmiDo not define function g_thread_init_glib, if not G_THR...
2003-02-14 Sebastian WilhelmiFixes for #101264 and #99372:
2002-12-15 Owen TaylorMark the contents of the strucures in this file /*...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-08-06 Sebastian WilhelmiSet the normal PID surrogate priority according to...
2002-02-04 Sebastian WilhelmiDelay allocation until after all g_return_val_if_fail ().
2001-09-19 Sebastian WilhelmiAdd thread_equal function to allow for platform defined...
2001-08-30 Sebastian WilhelmiAdd 'want_to_read' to GStaticRWLock to avoid calling...
2001-06-30 Owen TaylorMake some changes to the way that GMainContext works:
2001-05-22 Sebastian Wilhelmig_thread_create renamed to g_thread_create_full.
2001-05-18 Sebastian WilhelmiRenamed g_thread_create to g_thread_create_full and...
2001-05-09 Sebastian WilhelmiRenamed 'value' and 'arg' to 'data' and 'thread_func...
2001-05-08 Sebastian WilhelmiMoved func and arg members from GRealThread to GThread...
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...