aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2002-05-02 20:42:25 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2002-05-02 20:42:25 +0000
commit13a9017819ce1590163dab91ef0cd5c208d39de3 (patch)
treebe68ecb5aba61e60899e78876ce1d6d3c046f762
parent5121c03ef7b7fb7c13fc3c6daecfc714482e9d85 (diff)
downloadgcc-13a9017819ce1590163dab91ef0cd5c208d39de3.zip
gcc-13a9017819ce1590163dab91ef0cd5c208d39de3.tar.gz
gcc-13a9017819ce1590163dab91ef0cd5c208d39de3.tar.bz2
RELEASE-NOTES (New): Update.
2002-05-02 Benjamin Kosnik <bkoz@redhat.com> * docs/html/17_intro/RELEASE-NOTES (New): Update. From-SVN: r53063
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/docs/html/17_intro/RELEASE-NOTES19
2 files changed, 14 insertions, 9 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 045cb83..6ebc69f 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-02 Benjamin Kosnik <bkoz@redhat.com>
+
+ * docs/html/17_intro/RELEASE-NOTES (New): Update.
+
2002-05-01 Phil Edwards <pme@gcc.gnu.org>
* include/std/std_bitset.h: Fix doxygen comments.
diff --git a/libstdc++-v3/docs/html/17_intro/RELEASE-NOTES b/libstdc++-v3/docs/html/17_intro/RELEASE-NOTES
index 8f69e16..5e39da5 100644
--- a/libstdc++-v3/docs/html/17_intro/RELEASE-NOTES
+++ b/libstdc++-v3/docs/html/17_intro/RELEASE-NOTES
@@ -1,4 +1,4 @@
-2002-03-05
+2002-05-02
Release Notes
-------------
@@ -6,7 +6,7 @@ The Standard C++ Library, or libstdc++-v3, is an ongoing project
to fully implement the ISO 14882 Standard C++ library as described in
chapters 17 through 27 and annex D.
-This is the fourteenth snapshot of the libstdc++ rewrite. It still
+This is the fifteenth snapshot of the libstdc++ rewrite. It still
has some incomplet and incorrekt parts, but it's a lot less incomplete
and incorrect than some of the earlier snapshots, and quite usable.
@@ -22,17 +22,18 @@ URL:
New:
---
-- more doxygen documentation.
-- more named locale bug fixes
-- support for symbol versioning when using GNU ld >= 2.12
-- wide-io
-- tuning for executable size
+- more doxygen documentation
+- more named locale fixups
+- stdio_filebuf that takes fd, FILE
+- io performance tuning
+- allocation tuning, valgrind fixups
+- __cxa_demangle now supported
Bugs fixed:
-----------
-5816, 3955, 3983, 5708, 5697, 5286, 3860, 5579
-AIX linkage and threading fixes.
+6533, 6513, 6501, 6511, 5820, 6414, 4150, 6360, 4164, 1072, 6124,
+5180, 3457, 3139, 5268, 3983, 5542, 3129, 5207, 3719, 5734
+ others.