Delay allocation until after all g_return_val_if_fail ().

2002-02-04  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib/gthread.c (g_thread_create_full): Delay allocation until
	after all g_return_val_if_fail ().

	* glib/gthread.h: Make depth member guint for cosmetic reasons.

	* glib/gthread.c: (g_static_rec_mutex_unlock_full): depth should
	be unsigned. All that spotted by Jrgen Viksell
	<jorgen.viksell@telia.com>
This commit is contained in:
Sebastian Wilhelmi
2002-02-04 13:49:36 +00:00
committed by Sebastian Wilhelmi
parent cf67c99825
commit cb17f230b5
10 changed files with 93 additions and 3 deletions

View File

@@ -1,3 +1,14 @@
2002-02-04 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/gthread.c (g_thread_create_full): Delay allocation until
after all g_return_val_if_fail ().
* glib/gthread.h: Make depth member guint for cosmetic reasons.
* glib/gthread.c: (g_static_rec_mutex_unlock_full): depth should
be unsigned. All that spotted by J<>rgen Viksell
<jorgen.viksell@telia.com>
2002-02-02 Manish Singh <yosh@gimp.org>
* glib/gmain.c