From fee32fcda399682644364aab51dd9d97d5cc649f Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 17 Aug 2006 03:12:44 +0000 Subject: * commit the rest of the ChangeLog --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a394d5cc..fb4256f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,7 +15,10 @@ variable and placing the location into the static list (_dbus_condvar_free_at_location): New method for removing a conditional variable location from the static list and freeing the conditional variable - + (init_uninitialized_locks): Atomic method which goes through the static + lists of mutex and condvar location and updates them with actuall locks + (init_global_locks): changed to init_locks + * dbus/dbus-connection.c: (_dbus_connection_test_get_locks): New method for tests to check connections (_dbus_connection_new_for_transport): Use the new at_location mutex and @@ -40,6 +43,9 @@ (dbus_server_allocate_data_slot): Pass in the global lock address to _dbus_data_slot_allocator_alloc + * test/name-test/test-threads-init.c: New test case for late thread + initialization + 2006-08-14 John (J5) Palmieri * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_alloc): -- cgit