No need to have two variants of errno-to-GError
[platform/upstream/glib.git] / gthread / gthread-win32.c
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 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-17 Hans Breuerdefine CSIDL_MYPICTURES if not available use G_STRFUNC...
2008-01-27 Matthias ClasenDeprecate G_GNUC_(PRETTY)_FUNCTION.
2007-01-16 Matthias ClasenRevert an accidental ABI break by moving gettime out...
2007-01-16 Tor Lillqvistglib/gthread.c (gettime) GetSystemTimeAsFileTime()...
2007-01-16 Tor Lillqvistglib/gthread.c (gettime) GetSystemTimeAsFileTime()...
2007-01-08 Matthias ClasenDon't link glib against libpthread. (#393812)
2006-12-28 Tor LillqvistCorrect link to discussion about CRITICAL_SECTIONs...
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...
2006-05-03 Tor LillqvistFree with free() and not g_free() what has been allocat...
2006-03-11 Tor Lillqvist#define _WIN32_WINDOWS as 0x0401 to get declaration for
2006-03-02 Tor LillqvistIncrease to 100. 16 was rather low. (g_private_new_win3...
2006-02-20 Tor LillqvistMake the implementation of GPrivate behave more closely...
2002-11-25 Tor LillqvistFix two bugs: 1) If abs_time is NULL, should use infini...
2001-09-27 Bruno HaibleWhen the sublangid is SUBLANG_DEFAULT, return the local...
2001-09-19 Sebastian WilhelmiAdd thread_equal function to allow for platform defined...
2001-06-07 Sebastian WilhelmiUse g_win32_error_message to beautify error messages.
2001-05-22 Sebastian WilhelmiAlso return TRUE for late arrived signals. Thanks to...
2001-05-22 Sebastian WilhelmiRemoved POSIX_*. Defined G_THREAD_SOURCE to "gthread...