summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@codefactory.se>2003-02-15 17:15:40 +0000
committerAnders Carlsson <andersca@codefactory.se>2003-02-15 17:15:40 +0000
commit0c502d5bc3c1858acb78d57439767f8ef24f90fe (patch)
tree9be6f0a05bd25c9c1113e9da21da4898b60058a5 /ChangeLog
parentfe4018941190f8bf020e4a8ed2999c212e0e113d (diff)
2003-02-15 Anders Carlsson <andersca@codefactory.se>
* dbus/dbus-internals.h: Fix build without tests. * dbus/dbus-list.c: (alloc_link): Fix a segfault when a malloc fails. * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc), (dbus_malloc0), (dbus_realloc): Add support for malloc debugging.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77b80003..24abc4e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-02-15 Anders Carlsson <andersca@codefactory.se>
+
+ * dbus/dbus-internals.h:
+ Fix build without tests.
+
+ * dbus/dbus-list.c: (alloc_link):
+ Fix a segfault when a malloc fails.
+
+ * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
+ (dbus_malloc0), (dbus_realloc):
+ Add support for malloc debugging.
+
2003-02-15 Alexander Larsson <alexl@redhat.com>
* dbus/dbus-threads.c: