From fb41330d662740d1bf41de4e8bcd96db240137fc Mon Sep 17 00:00:00 2001 From: Robert McQueen Date: Tue, 6 Jun 2006 23:07:04 +0000 Subject: 2005-05-06 Robert McQueen * glib/dbus-gvalue-utils.c: Spotted a warning about the return value of g_slist_prepend not being used. Fixed copying of slist-based specialised collections, then wrote a test case and found that it was all broken. Went on to fix iterating and appending too. Good thing nobody uses this code yet. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1959692c..68aa136d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-05-06 Robert McQueen + + * glib/dbus-gvalue-utils.c: Spotted a warning about the return value + of g_slist_prepend not being used. Fixed copying of slist-based + specialised collections, then wrote a test case and found that it was + all broken. Went on to fix iterating and appending too. Good thing + nobody uses this code yet. + 2005-05-06 Robert McQueen * glib/dbus-gvalue-utils.c: Remove duplicated code by having all of -- cgit