summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-01-14 05:24:10 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-01-14 05:24:10 +0000
commitfb3e4c63efa8087597afa7401f206300f16fde36 (patch)
tree1d2beb7bb1f9e3267d985854dce9119f606b736b /ChangeLog.pre-2-12
parent42e7c208b7ce649b9fb5d0141c88aa74ceb54f23 (diff)
downloadglib-fb3e4c63efa8087597afa7401f206300f16fde36.tar.gz
Replace the simple recursive implementation by a nonrecursive, threaded
2006-01-14 Matthias Clasen <mclasen@redhat.com> * glib/gtree.c: Replace the simple recursive implementation by a nonrecursive, threaded implementation by Maurizio Monge. (#169285)
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-126
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 44b64621d..db2ee8a71 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,3 +1,9 @@
+2006-01-14 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/gtree.c: Replace the simple recursive implementation
+ by a nonrecursive, threaded implementation by Maurizio
+ Monge. (#169285)
+
2006-01-12 Matthias Clasen <mclasen@redhat.com>
* tests/asyncqueue-test.c (main): Fix the