summaryrefslogtreecommitdiff
path: root/gthread/gthread-win32.c
Commit message (Expand)AuthorAgeFilesLines
* define CSIDL_MYPICTURES if not available use G_STRFUNC instead of compilerHans Breuer2008-02-171-1/+1
* Deprecate G_GNUC_(PRETTY)_FUNCTION.Matthias Clasen2008-01-271-1/+1
* Revert an accidental ABI break by moving gettime out of theMatthias Clasen2007-01-161-3/+2
* glib/gthread.c (gettime) GetSystemTimeAsFileTime() returns 100s ofTor Lillqvist2007-01-161-0/+5
* glib/gthread.c (gettime) GetSystemTimeAsFileTime() returns 100s ofTor Lillqvist2007-01-161-0/+1
* Don't link glib against libpthread. (#393812)Matthias Clasen2007-01-081-1/+12
* Correct link to discussion about CRITICAL_SECTIONs vs. mutexes. Thanks toTor Lillqvist2006-12-281-4/+4
* Prevent calling into g_cond_wait resp. g_mutex_lock/unlock directly toSebastian Wilhelmi2006-05-111-36/+39
* Use canonical include form for internal headers. config.h is always there.Sebastian Wilhelmi2006-05-091-4/+2
* Free with free() and not g_free() what has been allocated with calloc().Tor Lillqvist2006-05-031-1/+1
* #define _WIN32_WINDOWS as 0x0401 to get declaration forTor Lillqvist2006-03-111-0/+1
* Increase to 100. 16 was rather low. (g_private_new_win32_impl): Can't useTor Lillqvist2006-03-021-3/+12
* Make the implementation of GPrivate behave more closely as in POSIXTor Lillqvist2006-02-201-7/+18
* Fix two bugs: 1) If abs_time is NULL, should use infinite time. 2) CheckTor Lillqvist2002-11-251-4/+14
* When the sublangid is SUBLANG_DEFAULT, return the locale of the language'sBruno Haible2001-09-271-13/+31
* Add thread_equal function to allow for platform defined function toSebastian Wilhelmi2001-09-191-1/+2
* Use g_win32_error_message to beautify error messages.Sebastian Wilhelmi2001-06-071-4/+6
* Also return TRUE for late arrived signals. Thanks to Steven BrooksSebastian Wilhelmi2001-05-221-2/+5
* Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c".Sebastian Wilhelmi2001-05-221-0/+567