make it possible to disable single-file includes by defining
[platform/upstream/glib.git] / glib / gthread.h
2008-03-14 Michael Natterermake it possible to disable single-file includes by...
2008-03-12 Sebastian DrögeBug 316221 - G_LOCK warns about breaking strict-aliasin...
2007-10-21 Behdad EsfahbodFix warnings from sparse. (#487491, Kjartan Maraas)
2007-08-29 Tim Janikfixed compiler warning about loosing volatile qualifier...
2007-08-14 Tim Janikprevent race covered by g_once_init_enter(), by checkin...
2007-07-12 Tim Janikmore atomic ops pointer cast fixes. this time it'll...
2007-07-12 Tim Janikfixed missing pointer casts when using atomic ops.
2007-07-10 Tim Janikimplemented g_once_init_enter(), g_once_init_enter_impl...
2007-01-16 Matthias ClasenRevert an accidental ABI break by moving gettime out...
2007-01-08 Matthias ClasenDon't link glib against libpthread. (#393812)
2006-05-11 Sebastian WilhelmiMake the magic and location arguments to the error...
2006-01-16 Matthias ClasenRework the strict aliasing fix to not break C++, pointe...
2005-12-27 Matthias ClasenFix #316221, Michal Benes, Stanislav Brabec;
2005-12-01 Tim Janiknew slice allocator implementation.
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2004-02-29 Sebastian WilhelmiMoved the assembler functions from gatomic.h to gatomic...
2004-02-26 Sebastian Wilhelmiempty G_ATOMIC_MEMORY_BARRIER() definition for !G_THREA...
2003-07-08 Matthias ClasenSupport for one-time initialization functions. (#69668...
2002-12-15 Owen TaylorMark the contents of the strucures in this file /*...
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-26 Owen TaylorMove glib library into a subdirectory, make all GLib...
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-02-23 Sebastian WilhelmiChange the order to match the order in g_thread_create().
2001-02-21 Tor LillqvistMatch also UNC paths on Win32.
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-30 Sebastian WilhelmiAdded debug information for g_mutex_free calls, if...
2000-12-05 Owen TaylorMajor change in API for creating sources to handle...
2000-11-28 Sebastian WilhelmiRevamped errorcheck mutexes and added errorcheck cond_w...
2000-11-28 Havoc PenningtonAdd void in empty function arg list
2000-10-12 Sebastian WilhelmiSplit glib.h into many header files mostly according...