summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-27 03:29:09 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-27 03:29:09 +0000
commitfbfec98d0f3ad5232dd6cbd63acbdd008acf2578 (patch)
treeb75abe38d04d3b11ce375bf441ed8eef07b016b1 /doc
parentbdbbf46ca88ac43bec9c36909990730d102983c5 (diff)
2006-10-26 Havoc Pennington <hp@redhat.com>
* 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
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
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
===