From c846e485db35a7e37357309524ff80ad27ffd67d Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Wed, 6 Jun 2007 13:54:44 +0000 Subject: [PATCH] 2007-06-06 Benjamin Kosnik Frank Mori Hess Co-Authored-By: Frank Mori Hess From-SVN: r125485 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/docs/html/debug.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4655e73aa018..14407afd32b6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2007-06-06 Benjamin Kosnik + Frank Mori Hess + + * docs/html/debug.html: Correct link. + 2007-06-02 Paolo Carlini * include/tr1_impl/type_traits (is_reference, add_reference, diff --git a/libstdc++-v3/docs/html/debug.html b/libstdc++-v3/docs/html/debug.html index f2f4c63e539a..09a1677239c9 100644 --- a/libstdc++-v3/docs/html/debug.html +++ b/libstdc++-v3/docs/html/debug.html @@ -420,7 +420,7 @@

Tracking uncaught exceptions

-

The verbose termination handler +

The verbose termination handler gives information about uncaught exceptions which are killing the program. It is described in the linked-to page.

-- 2.47.2