Add $(top_builddir)/glib to includes
[platform/upstream/glib.git] / gthread / gthread-posix.c
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
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'
2008-02-10 Matthias Clasen/bin/ksh can't handle a for-loop with no arguments...
2008-01-27 Matthias ClasenDeprecate G_GNUC_(PRETTY)_FUNCTION.
2007-01-16 Matthias ClasenRevert an accidental ABI break by moving gettime out...
2007-01-15 Matthias ClasenCorrect the gettime calculations once more. (#395203...
2007-01-12 Matthias ClasenFix errors in the recently moved time calculations...
2007-01-08 Matthias ClasenDon't use _SC_MONOTONIC_CLOCK unless USE_CLOCK_GETTIME...
2007-01-08 Matthias ClasenDon't link glib against libpthread. (#393812)
2006-05-11 Sebastian WilhelmiPrevent calling into g_cond_wait resp. g_mutex_lock...
2006-05-09 Sebastian WilhelmiUse canonical include form for internal headers. config...
2005-06-09 Matthias ClasenAllow setstacksize to fail. (#304790, Michael Banck)
2004-11-01 Matthias Clasenglib/gdebug.h glib/gutils.c gobject/gtype.c gthread...
2002-11-04 Owen TaylorInclude config.h so DISABLE_MEMPOOLS actually has an...
2002-08-06 Sebastian WilhelmiSet the normal PID surrogate priority according to...
2002-03-10 Sebastian WilhelmiDo a comparison, not an assignment, stupid! Spotted...
2001-09-19 Sebastian WilhelmiAdd thread_equal function to allow for platform defined...
2001-05-08 Tim Janikdon't g_assert() the user specified time, but g_return_...
2001-04-03 Sebastian WilhelmiAdded special case for priorities on FreeBSD. Thanks...
2001-02-15 Sebastian WilhelmiReverted the changes necessary to enlarge the system...
2001-01-03 Sebastian WilhelmiMade g_thread_min_stack_size static.
2000-11-21 Sebastian WilhelmiAdd a surrogate for thread priorities using PID nicenes...
2000-11-15 Sebastian WilhelmiCheck for the sched.h header and include it on gthread...
2000-10-25 Sebastian WilhelmiAdd @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing -DG_EN...
2000-09-29 Sebastian WilhelmiAdded errorcheck mutexes. These are activated through...
2000-09-06 Sebastian Wilhelmis/G_MICROSEC/G_USEC_PER_SEC/
2000-09-01 Sebastian WilhelmiUse GError to report errors as well.
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-20 Sebastian WilhelmiForgot a '}' in a macro for DCE-threads. Thanks to...
2000-03-17 Sebastian WilhelmiAdded the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIE...
2000-02-22 Sebastian Wilhelmicheck for sysconf (_SC_THREAD_STACK_MIN), which returns...
1999-11-16 Sebastian WilhelmiChanged the prototype of thread_create and thread_self...
1999-06-20 Tor LillqvistUpdate the pthreads snapshot version we want. Advice...
1999-06-17 Sebastian WilhelmiCompleted the thread support in GLib. Thread creation...
1999-03-31 Sebastian WilhelmiUse the right default arguments for the construction...
1999-03-12 Sebastian WilhelmiTest for posix threads first, then for dce threads.
1999-03-11 Sebastian WilhelmiRevamped the thread configure stuff. Now dce threads...
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-08 Sebastian WilhelmiChanged the test for getpwuid_r to exclude those system...
1999-01-16 Tor LillqvistMerge in current Win32 version. Almost no Unix code...
1998-12-17 CST 1998 Shawn T... giounix.c: s/g_main_poll_add/g_main_remove_add/g
1998-12-15 Sebastian Wilhelmiupdated.
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...