summaryrefslogtreecommitdiff
path: root/gthread/gthread-win32.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-17define CSIDL_MYPICTURES if not available use G_STRFUNC instead of compilerHans Breuer1-1/+1
2008-01-27Deprecate G_GNUC_(PRETTY)_FUNCTION.Matthias Clasen1-1/+1
2007-01-16Revert an accidental ABI break by moving gettime out of theMatthias Clasen1-3/+2
2007-01-16glib/gthread.c (gettime) GetSystemTimeAsFileTime() returns 100s ofTor Lillqvist1-0/+5
2007-01-16glib/gthread.c (gettime) GetSystemTimeAsFileTime() returns 100s ofTor Lillqvist1-0/+1
2007-01-08Don't link glib against libpthread. (#393812)Matthias Clasen1-1/+12
2006-12-28Correct link to discussion about CRITICAL_SECTIONs vs. mutexes. Thanks toTor Lillqvist1-4/+4
2006-05-11Prevent calling into g_cond_wait resp. g_mutex_lock/unlock directly toSebastian Wilhelmi1-36/+39
2006-05-09Use canonical include form for internal headers. config.h is always there.Sebastian Wilhelmi1-4/+2
2006-05-03Free with free() and not g_free() what has been allocated with calloc().Tor Lillqvist1-1/+1
2006-03-11#define _WIN32_WINDOWS as 0x0401 to get declaration forTor Lillqvist1-0/+1
2006-03-02Increase to 100. 16 was rather low. (g_private_new_win32_impl): Can't useTor Lillqvist1-3/+12
2006-02-20Make the implementation of GPrivate behave more closely as in POSIXTor Lillqvist1-7/+18
2002-11-25Fix two bugs: 1) If abs_time is NULL, should use infinite time. 2) CheckTor Lillqvist1-4/+14
2001-09-27When the sublangid is SUBLANG_DEFAULT, return the locale of the language'sBruno Haible1-13/+31
2001-09-19Add thread_equal function to allow for platform defined function toSebastian Wilhelmi1-1/+2
2001-06-07Use g_win32_error_message to beautify error messages.Sebastian Wilhelmi1-4/+6
2001-05-22Also return TRUE for late arrived signals. Thanks to Steven BrooksSebastian Wilhelmi1-2/+5
2001-05-22Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c".Sebastian Wilhelmi1-0/+567