diff options
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fd8a5dacd98..fea829a5acb 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,17 @@ +2001-03-13 Benjamin Kosnik <bkoz@redhat.com> + + * libsupc++/new: Remove pragma interface. + * libsupc++/typeinfo: Same. + * libsupc++/exception: Same. + * libsupc++/new_handler.cc: Remove pragma implementation. + (bad_alloc::~bad_alloc()): Add. + * libsupc++/exception_support.cc: Same. + (exception::~exception): Add. + (bad_exception::~bad_exception): Add. + * libsupc++/tinfo.cc: Same. + (bad_cast::~bad_cast): Add. + (bad_typeid::~bad_typeid): Add. + 2001-03-13 Phil Edwards <pme@sources.redhat.com> * mkcheck.in: Fix IFS regression for non-bash-2.01 hosts. |