summaryrefslogtreecommitdiff
path: root/glib/ChangeLog
diff options
context:
space:
mode:
authorManish Singh <yosh@src.gnome.org>1998-01-29 08:00:28 +0000
committerManish Singh <yosh@src.gnome.org>1998-01-29 08:00:28 +0000
commit89a5c21c077b5b8c43107aff44942b65bb6d27f7 (patch)
tree8233b21878260ac2f6bc28fa9aa06d8910a7624a /glib/ChangeLog
parent4fb20bdbcc488413a770c47238e0e5b2a17b657b (diff)
downloadgtk+-89a5c21c077b5b8c43107aff44942b65bb6d27f7.tar.gz
The list sort functions compared things backwards. Fixed.
The list iterator macros now check for NULL args -Yosh
Diffstat (limited to 'glib/ChangeLog')
-rw-r--r--glib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/glib/ChangeLog b/glib/ChangeLog
index 4d8c9927b2..5fb90e439a 100644
--- a/glib/ChangeLog
+++ b/glib/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jan 28 23:53:27 PST 1998 Manish Singh <yosh@gimp.org>
+
+ * glist.c
+ * gslist.c
+ * testglib.c: the sort functions compared backwards. Fixed
+ * glib.h: list iterator macros now check for NULL pointers
+
Tue Jan 27 09:46:57 PST 1998 Manish Singh <yosh@gimp.org>
* gstring.c: g_string_prepend and g_string_prepend_c had