Missing files
[platform/upstream/glib.git] / gthread / gthread-win32.c
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...