summaryrefslogtreecommitdiff
path: root/gthread/gthread-posix.c
AgeCommit message (Expand)Author
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
2000-03-20Forgot a '}' in a macro for DCE-threads. Thanks to Karl NelsonSebastian Wilhelmi
2000-03-17Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages.Sebastian Wilhelmi
2000-02-22check for sysconf (_SC_THREAD_STACK_MIN), which returns the minimal stackSebastian Wilhelmi
1999-11-16Changed the prototype of thread_create and thread_self to return theSebastian Wilhelmi
1999-06-20Update the pthreads snapshot version we want. Advice how to hand-expandTor Lillqvist
1999-06-17Completed the thread support in GLib. Thread creation, prioritizingSebastian Wilhelmi
1999-03-31Use the right default arguments for the construction of mutexes and condsSebastian Wilhelmi
1999-03-12Test for posix threads first, then for dce threads.Sebastian Wilhelmi
1999-03-11Revamped the thread configure stuff. Now dce threads (old posix draft) areSebastian Wilhelmi
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson
1999-02-08Changed the test for getpwuid_r to exclude those systems (i.e. IRIX), thatSebastian Wilhelmi
1999-01-16Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist
1998-12-17giounix.c: s/g_main_poll_add/g_main_remove_add/gCST 1998 Shawn T. Amundson
1998-12-15updated.Sebastian Wilhelmi
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor