summaryrefslogtreecommitdiff
path: root/gthread
AgeCommit message (Expand)Author
2000-05-13makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist
2000-04-25Changed the scope of the initialized mutex to USYNC_THREAD. Thanks toSebastian Wilhelmi
2000-03-24.cvsignore adaptationSebastian Wilhelmi
2000-03-24Added various win32 related *.in files to EXTRA_DIST to let 'makeSebastian Wilhelmi
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
2000-02-07Move to corresponding subdirectories.Tor Lillqvist
1999-11-16Changed the prototype of thread_create and thread_self to return theSebastian Wilhelmi
1999-10-04G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, butManish Singh
1999-08-26added --export-dynamic so we can load dynmic modules, (required, accordingTim Janik
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik
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-05-08Better testing reveals better methods. Fixes for BeOS.CDT 1999 Shawn T. Amundson
1999-05-08Port to BeOS by myself and Richard Offer.CDT 1999 Shawn T. Amundson
1999-04-24 Support added for building using a GNU toolchain on Win32,Tor Lillqvist
1999-04-09New files to implement the Mersenne Twister Pseudo Random NumberSebastian Wilhelmi
1999-03-31Use the right default arguments for the construction of mutexes and condsSebastian Wilhelmi
1999-03-18added new AC_SUBST(GTHREAD_COMPILE_IMPL_DEFINES) to hold various definesSebastian 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-15Changed signature of all g_static_mutex_* functions to take a pointerSebastian Wilhelmi
1999-02-10s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi
1999-02-08Changed the test for getpwuid_r to exclude those systems (i.e. IRIX), thatSebastian Wilhelmi
1999-01-19More Win32 updates. Add missing Win32 files to distributed files.Tor Lillqvist
1999-01-17Oops, ChangeLog entries too, of course.Tor Lillqvist
1999-01-17Added missing gthread/gthread.def file. Incremented version numbersTor Lillqvist
1999-01-16Merge in current Win32 version. Almost no Unix code touched.Tor Lillqvist
1999-01-11add support for freebsd (-lc_r for thread foo) and make sure testgthread.c co...Chris Toshok
1999-01-07Here we must replace getpwuid by getpwuid_r, but as I do not know how forSebastian Wilhelmi
1999-01-05ditch whitespace before GLIB_SYSDEFS #includes, the # needs to be inManish Singh
1999-01-05Shut up cvsManish Singh
1998-12-18Changed the last pthread_cond_init to pthread_attr_init.Sebastian Wilhelmi
1998-12-17giounix.c: s/g_main_poll_add/g_main_remove_add/gCST 1998 Shawn T. Amundson
1998-12-17-DG_LOG_DOMAIN="GThread", we don't need an extern variable for thatTim Janik
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik
1998-12-15updated.Sebastian Wilhelmi
1998-12-15s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/Sebastian Wilhelmi
1998-12-15Fixed --with-threads, small 64-bit probJeff Garzik
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor