From fbfec98d0f3ad5232dd6cbd63acbdd008acf2578 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 27 Oct 2006 03:29:09 +0000 Subject: 2006-10-26 Havoc Pennington * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock): change to be recursive (_dbus_pthread_mutex_unlock): make it recursive (_dbus_pthread_condvar_wait): save/restore the recursion count (_dbus_pthread_condvar_wait_timeout): save/restore the recursion count --- doc/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index ca906680..c9849e1d 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,8 +1,6 @@ Important for 1.0 === - - support recursive locks in dbus_threads_init_default() - - update AUTHORS - the README, FAQ, and probably other places talk about 1.0 and ABI guarantees, @@ -142,6 +140,8 @@ Can Be Post 1.0 - just before 1.0, try a HAVE_INT64=0 build and be sure it runs + - Windows port needs recursive mutexes + Should Be Post 1.0 === -- cgit