glib/gthread
Sebastian Wilhelmi f9dfcb27b7 Call g_thread_impl_init(), as g_thread_init won't call it.
2001-01-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* gthread/gthread-impl.c (g_thread_init_with_errorcheck_mutexes): Call
	g_thread_impl_init(), as g_thread_init won't call it.


	* glib/glib-sections.txt, glib/tmpl/threads.sgml: Added
	g_static_mutex_free

	* gthread.c, gthread.h: Added g_static_mutex_free to allow using
	GStaticMutexes with limited lifetime without leaking.

	* configure.in: GStaticMutex doesn't have to provide extra space
	for debugging information for G_ERRORCHECK_MUTEXES, as then the
	non-default implementation (runtime_mutex) is used anyway.
2001-01-30 14:16:56 +00:00
..
.cvsignore .cvsignore updates 2000-10-12 14:28:39 +00:00
ChangeLog Call g_thread_impl_init(), as g_thread_init won't call it. 2001-01-30 14:16:56 +00:00
gthread-impl.c Call g_thread_impl_init(), as g_thread_init won't call it. 2001-01-30 14:16:56 +00:00
gthread-none.c Add G_MUTEX_SIZE as needed for gthread-impl.c 2000-11-02 13:04:16 +00:00
gthread-posix.c Made g_thread_min_stack_size static. 2001-01-03 17:00:43 +00:00
gthread-solaris.c Made g_thread_min_stack_size static. 2001-01-03 17:00:43 +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 Add @GLIB_DEBUG_FLAGS@ to INCLUDES for accessing -DG_ENABLE_DEBUG as 2000-10-25 10:58:46 +00:00
makefile.mingw.in makefile.mingw.in Protect the rule to rebuild makefile.mingw if 2001-01-25 22:08:11 +00:00
makefile.msc.in Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. 2000-12-29 19:25:40 +00:00