dbus ChangeLog,1.892,1.893
Olivier Andrieu
oandrieu at freedesktop.org
Mon Sep 5 12:37:22 PDT 2005
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv30596
Modified Files:
ChangeLog
Log Message:
2005-09-05 Olivier Andrieu <oliv__a at users.sourceforge.net>
* dbus/dbus-object-tree.c (find_subtree_recurse):
a couple of optimizations (bug #710):
- do a binary search in the tree
- insert a new child at the right place directly, no need for
qsort anymore
- do the "double alloc" thing when allocating children
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.892
retrieving revision 1.893
diff -u -d -r1.892 -r1.893
--- ChangeLog 1 Sep 2005 01:22:06 -0000 1.892
+++ ChangeLog 5 Sep 2005 19:37:19 -0000 1.893
@@ -1,3 +1,12 @@
+2005-09-05 Olivier Andrieu <oliv__a at users.sourceforge.net>
+
+ * dbus/dbus-object-tree.c (find_subtree_recurse):
+ a couple of optimizations (bug #710):
+ - do a binary search in the tree
+ - insert a new child at the right place directly, no need for
+ qsort anymore
+ - do the "double alloc" thing when allocating children
+
2005-08-31 John (J5) Palmieri <johnp at redhat.com>
* python/Makefile.am: Break on pyrexc errors instead of ignoring them
More information about the dbus-commit
mailing list