summaryrefslogtreecommitdiff
path: root/gthread
AgeCommit message (Expand)Author
2000-11-15Check for the sched.h header and include it on gthread/gthread-posix.c ifSebastian Wilhelmi
2000-11-02Add G_MUTEX_SIZE as needed for gthread-impl.cSebastian Wilhelmi
2000-10-25Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing -DG_ENABLE_DEBUG asSebastian Wilhelmi
2000-10-16gmodule: New variable. (dist-hook): Handle $(BUILT_EXTRA_DIST).Raja R Harinath
2000-10-12.cvsignore updatesSebastian Wilhelmi
2000-10-06Revamp to be like makefile.mingw.in, make the MSVC build actually workTor Lillqvist
2000-09-29Added errorcheck mutexes. These are activated through the preprocessorSebastian Wilhelmi
2000-09-28.cvsignore updatesSebastian Wilhelmi
2000-09-21Add gconvert.o. Use libiconv.Tor Lillqvist
2000-09-06s/G_MICROSEC/G_USEC_PER_SEC/Sebastian Wilhelmi
2000-09-01Use GError to report errors as well.Sebastian Wilhelmi
2000-09-01Include gerror.h before it is used for some g_thread_* functions.Sebastian Wilhelmi
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik
2000-07-14Include the "build" module in GLib, too, to make it more self-contained.Tor Lillqvist
2000-07-14Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4Owen Taylor
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