diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8ebb98a5721..54c1bed7801 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2003-11-14 Paolo Carlini + + * docs/html/ext/howto.html: Add entries for DR 63, 75 + and 305; tweak entries for DR 60 and 328. + 2003-11-13 Douglas Gregor * docs/html/debug.html: Users are allowed to specialize in diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index 7fd3c498705..cbcef4ecb2f 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -474,8 +474,15 @@
60: What is a formatted input function?
-
This DR made many widespread changes to basic_istream, - not all of which have been implemented. +
This DR made many widespread changes to basic_istream + and basic_ostream all of which have been implemented. +
+ +
63: + Exception-handling policy for unformatted output +
+
Make the policy consistent with that of formatted input, unformatted + input, and formatted output.
68: @@ -491,6 +498,13 @@
The text of the standard was gibberish. Typos gone rampant.
+
75: + Contradiction in codecvt::length's argument types +
+
Change the first parameter to stateT& and implement + the new effects paragraph. +
+
83: string::npos vs. string::max_size()
@@ -652,8 +666,15 @@
If (this == &x) do nothing.
+
305: + Default behavior of codecvt<wchar_t, char, mbstate_t>::length() +
+
Do not specify what codecvt<wchar_t, char, mbstate_t>::do_length + must return. +
+
328: - Bad sprintf format modifier in money_put<>::do_put() + Bad sprintf format modifier in money_put<>::do_put()
Change the format string to "%.0Lf".