[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / gthread / gthread-impl.c
2014-01-31 Daniel MustielesUpdated FSF's address
2013-01-14 Ryan Lortiegthread-impl.c: add missing #include "config.h"
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-18 Alexander LarssonActually Don't define GLIB_COMPILATION in libgthread
2011-10-18 Alexander LarssonDon't define GLIB_COMPILATION in libgthread
2011-10-17 Ryan Lortiegthread/: fix up declarations
2011-10-06 Matthias ClasenAdd a warning to g_thread_init_with_errorcheck_mutexes
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-09-21 Ryan Lortieg_thread_init: take a gpointer as the arg
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Ryan LortieMove the GThread implementations to glib/
2011-09-09 Ryan Lortieinvert gthread-impl includes
2011-09-09 Ryan LortieStop using HAVE_G_THREAD_IMPL_INIT
2011-09-09 Ryan LortieMove thread priority translation into the backends
2011-09-09 Ryan LortieRemove support for custom thread implementations
2011-09-09 Ryan LortieGThread: remove errorcheck mutex support
2011-09-09 Ryan Lortiegthread: remove some unused forward declarations
2011-09-09 Ryan LortieDeprecated (undocumented) g_thread_gettime
2011-09-09 Dan WinshipMake threads mandatory
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Colin WaltersFix typo in GMutex error message
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-01-12 Alexander LarssonRelax g_thread_init() requirements
2008-08-17 Matthias Clasen Bug 460920 – build fix for --disable-threads
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-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2006-05-09 Sebastian WilhelmiUse canonical include form for internal headers. config...
2003-02-14 Sebastian WilhelmiFixes for #101264 and #99372:
2002-12-20 Owen TaylorCall g_main_thread_init() after setting g_threads_got_i...
2002-11-26 Sebastian WilhelmiImproved the seeding algorithm. Old behaviour can be...
2002-08-06 Sebastian WilhelmiFactor out g_main_context_init_pipe from g_main_context...
2002-08-06 Sebastian WilhelmiSet the normal PID surrogate priority according to...
2002-04-18 Sebastian WilhelmiFixed typo. (#78985)
2002-03-13 Alexander LarssonCache getenv("G_BROKEN_FILENAMES") in have_broken_filen...
2002-02-09 Sebastian WilhelmiFixed typo in G_THREADS_ENABLED.
2002-02-09 Sebastian WilhelmiMake --disable-threads work again. (#71034)
2001-09-27 Bruno HaibleWhen the sublangid is SUBLANG_DEFAULT, return the local...
2001-09-25 Sebastian WilhelmiCorrected the array size (cough, cough). Pointed out by
2001-05-22 Sebastian WilhelmiRemoved POSIX_*. Defined G_THREAD_SOURCE to "gthread...
2001-04-03 Sebastian WilhelmiAdded special case for priorities on FreeBSD. Thanks...
2001-03-09 Tor LillqvistUse libglib-1.3.la from top_builddir. Invoke libtool...
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...
2001-01-29 Havoc Penningtonhack this so it compiles, needs fixing for real.
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-09-29 Sebastian WilhelmiAdded errorcheck mutexes. These are activated through...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-02-22 Sebastian Wilhelmicheck for sysconf (_SC_THREAD_STACK_MIN), which returns...
1999-10-04 Manish SinghG_OS_FOO #defines. I *think* I got the cygwin and beos...
1999-06-17 Sebastian WilhelmiCompleted the thread support in GLib. Thread creation...