glib/gthread
Sebastian Wilhelmi 7633908c93 Added errorcheck mutexes. These are activated through the preprocessor
2000-09-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* configure.in, glib.h: Added errorcheck mutexes. These are
	activated through the preprocessor symbol
	G_ERRORCHECK_MUTEXES. Need to add an extra word to StaticMutex in
	order to achieve this. g_(static_)mutex_* functions instrument the
	mutex operations with mutex name and location, when compiled with
	-DG_ERRORCHECK_MUTEXES. g_thread_init activates the errorcheck
	mutexes, when compiled with -DG_ERRORCHECK_MUTEXES.

	* gthread/gthread-impl.c: Added errorcheck mutexes. New
        exported function
        g_thread_init_with_errorcheck_mutexes, which is called instead of
	g_thread_init, when compiled with -DG_ERRORCHECK_MUTEXES. New
	static functions
	g_mutex_(new|lock|trylock|unlock|free)_errorcheck_impl to
	implement errorcheck mutexes.

	* gthread/gthread-posix.impl.c, gthread/gthread-solaris-impl.c:
        Define the size of a mutex.
2000-09-29 13:10:41 +00:00
..
.cvsignore .cvsignore updates 2000-09-28 14:06:26 +00:00
ChangeLog Added errorcheck mutexes. These are activated through the preprocessor 2000-09-29 13:10:41 +00:00
gthread-impl.c Added errorcheck mutexes. These are activated through the preprocessor 2000-09-29 13:10:41 +00:00
gthread-none.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gthread-posix.c Added errorcheck mutexes. These are activated through the preprocessor 2000-09-29 13:10:41 +00:00
gthread-solaris.c Added errorcheck mutexes. These are activated through the preprocessor 2000-09-29 13:10:41 +00:00
gthread.def Added missing gthread/gthread.def file. Incremented version numbers 1999-01-17 11:11:39 +00:00
gthread.rc.in Move to corresponding subdirectories. 2000-02-07 21:22:30 +00:00
Makefile.am Move glib-config to glib-config-2.0 move glib.m4 to glib-2.0.m4 2000-07-14 19:22:54 +00:00
makefile.mingw.in Add gconvert.o. Use libiconv. 2000-09-21 16:17:32 +00:00