aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index d5bdab551b0..7819e9e679a 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,15 @@
+2004-10-15 Paolo Carlini <pcarlini@suse.de>
+
+ * include/ext/bitmap_allocator.h: Qualify ::operator delete.
+ * src/bitmap_allocator.cc: Likewise.
+ * src/mt_allocator.cc: Use ::operator delete, not delete,
+ consistently with ::operator new.
+
+ * include/ext/bitmap_allocator.h (deallocate): Check for null
+ pointer.
+ * testsuite/ext/bitmap_allocator/check_deallocate_null.cc: New.
+ * testsuite/testsuite_allocator.h (check_deallocate_null): Add test.
+
2004-10-14 Benjamin Kosnik <bkoz@redhat.com>
* include/ext/mt_allocator.h (__mt_alloc::deallocate): Check for