summaryrefslogtreecommitdiff
path: root/gthread
AgeCommit message (Expand)AuthorFilesLines
2001-07-20reflect glib moveHans Breuer2-3/+7
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor1-2/+2
2001-06-07Use g_win32_error_message to beautify error messages.Sebastian Wilhelmi2-4/+11
2001-05-24pthread isn't required anymoreHans Breuer2-4/+11
2001-05-22Also return TRUE for late arrived signals. Thanks to Steven BrooksSebastian Wilhelmi2-2/+9
2001-05-22Removed POSIX_*. Defined G_THREAD_SOURCE to "gthread-win32.c".Sebastian Wilhelmi5-18/+601
2001-05-16Add inter-library dependencies.Owen Taylor1-2/+1
2001-05-08don't g_assert() the user specified time, but g_return_val_if_fail() here.Tim Janik2-1/+8
2001-04-03Added special case for priorities on FreeBSD. Thanks to David ReidSebastian Wilhelmi3-4/+21
2001-03-10Use the _LIBADD dependencies on libglib only on Win32.Tor Lillqvist2-1/+7
2001-03-09Use libglib-1.3.la from top_builddir. Invoke libtool with -no-undefinedTor Lillqvist3-4/+19
2001-02-21Match also UNC paths on Win32.Tor Lillqvist1-0/+3
2001-02-15Reverted the changes necessary to enlarge the system thread forSebastian Wilhelmi2-64/+12
2001-01-30Call g_thread_impl_init(), as g_thread_init won't call it.Sebastian Wilhelmi2-0/+9
2001-01-30Added debug information for g_mutex_free calls, if G_ERRORCHECK_MUTEXES isSebastian Wilhelmi2-6/+21
2001-01-29hack this so it compiles, needs fixing for real.Havoc Pennington2-1/+8
2001-01-29Broadcast the condition, if there are waiting readers, as all might readSebastian Wilhelmi2-0/+10
2001-01-25makefile.mingw.in Protect the rule to rebuild makefile.mingw ifTor Lillqvist1-0/+2
2001-01-03Made g_thread_min_stack_size static.Sebastian Wilhelmi3-2/+7
2000-12-29Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG.Tor Lillqvist2-2/+2
2000-12-01Include make.msc from GLib's build subdir.Tor Lillqvist1-1/+1
2000-11-28Revamped errorcheck mutexes and added errorcheck cond_wait() andSebastian Wilhelmi2-42/+115
2000-11-21Add a surrogate for thread priorities using PID niceness for systems withSebastian Wilhelmi4-54/+139
2000-11-15Check for the sched.h header and include it on gthread/gthread-posix.c ifSebastian Wilhelmi2-0/+7
2000-11-02Add G_MUTEX_SIZE as needed for gthread-impl.cSebastian Wilhelmi2-0/+6
2000-10-25Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing -DG_ENABLE_DEBUG asSebastian Wilhelmi3-50/+75
2000-10-16gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).Raja R Harinath2-3/+17
2000-10-12.cvsignore updatesSebastian Wilhelmi1-0/+1
2000-10-06Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist3-2/+40
2000-09-29Added errorcheck mutexes. These are activated through the preprocessorSebastian Wilhelmi4-0/+163
2000-09-28.cvsignore updatesSebastian Wilhelmi1-0/+1
2000-09-21Add gconvert.o. Use libiconv.Tor Lillqvist2-8/+6
2000-09-06s/G_MICROSEC/G_USEC_PER_SEC/Sebastian Wilhelmi3-8/+11
2000-09-01Use GError to report errors as well.Sebastian Wilhelmi3-5/+20
2000-09-01Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi2-4/+23
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik4-16/+16
2000-07-14Include the "build" module in GLib, too, to make it more self-contained.Tor Lillqvist1-1/+1
2000-07-14Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4Owen Taylor1-5/+4
2000-05-13makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist3-0/+50
2000-04-25Changed the scope of the initialized mutex to USYNC_THREAD. Thanks toSebastian Wilhelmi2-1/+7
2000-03-24.cvsignore adaptationSebastian Wilhelmi1-0/+1
2000-03-24Added various win32 related *.in files to EXTRA_DIST to let 'makeSebastian Wilhelmi1-2/+3
2000-03-20Forgot a '}' in a macro for DCE-threads. Thanks to Karl NelsonSebastian Wilhelmi2-1/+7
2000-03-17Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi3-22/+43
2000-02-22check for sysconf (_SC_THREAD_STACK_MIN), which returns the minimal stackSebastian Wilhelmi4-2/+29
2000-02-07Move to corresponding subdirectories.Tor Lillqvist2-1/+36
1999-11-16Changed the prototype of thread_create and thread_self to return theSebastian Wilhelmi3-61/+74
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh1-1/+1
1999-08-26added --export-dynamic so we can load dynmic modules, (required, accordingTim Janik1-1/+2
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1-0/+5