summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorMartyn James Russell <mr@src.gnome.org>2005-12-07 12:09:44 +0000
committerMartyn James Russell <mr@src.gnome.org>2005-12-07 12:09:44 +0000
commitc6ad7b7ac89ef2e377711a5b76d820dc7c86af25 (patch)
tree2c801cbf985b81a5bc4ffad9701dc5fcd11d93e8 /ChangeLog.pre-2-12
parent9763367246002fa3501f222105cb3b20d8d18c97 (diff)
downloadglib-c6ad7b7ac89ef2e377711a5b76d820dc7c86af25.tar.gz
- Call g_queue_insert_sorted() instead of duplicating the code. - Call
* glib/gasyncqueue.c: - Call g_queue_insert_sorted() instead of duplicating the code. - Call g_queue_sort() instead of duplicating the code. - Invert sort function results to make sure the same sort function gives the same results across glist, gslist, gqueue and gasyncqueue. * tests/asyncqueue-test.c: - Updated the sort function to reflect the example in the documentation for gasyncqueue.c.
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-1213
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 4ae4699b0..d7dfc52bd 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,5 +1,18 @@
2005-12-07 Martyn Russell <martyn@imendio.com>
+ * glib/gasyncqueue.c:
+ - Call g_queue_insert_sorted() instead of duplicating the code.
+ - Call g_queue_sort() instead of duplicating the code.
+ - Invert sort function results to make sure the same sort function
+ gives the same results across glist, gslist, gqueue and
+ gasyncqueue.
+
+ * tests/asyncqueue-test.c:
+ - Updated the sort function to reflect the example in the
+ documentation for gasyncqueue.c.
+
+2005-12-07 Martyn Russell <martyn@imendio.com>
+
* docs/reference/glib/glib-sections.txt:
* docs/reference/glib/tmpl/linked_lists_double.sgml:
* docs/reference/glib/tmpl/linked_lists_single.sgml: