aboutsummaryrefslogtreecommitdiff
path: root/libstdc++
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-12-05 15:13:17 -0700
committerJeff Law <law@gcc.gnu.org>1997-12-05 15:13:17 -0700
commitf2d765451e5dee21174c6ca6d4174866dbe24e00 (patch)
treed4816ec61b2c9013a45e2d0b1f5cdc7060e5a9ab /libstdc++
parent435bba3a39bd51688b1b6cd15c042a17259d1b8b (diff)
downloadgcc-f2d765451e5dee21174c6ca6d4174866dbe24e00.zip
gcc-f2d765451e5dee21174c6ca6d4174866dbe24e00.tar.gz
gcc-f2d765451e5dee21174c6ca6d4174866dbe24e00.tar.bz2
release branch changes from 11-27 snapshot to egcs-1.0.
From-SVN: r16970
Diffstat (limited to 'libstdc++')
-rw-r--r--libstdc++/NEWS10
1 files changed, 3 insertions, 7 deletions
diff --git a/libstdc++/NEWS b/libstdc++/NEWS
index 7ffcd56..89e866e 100644
--- a/libstdc++/NEWS
+++ b/libstdc++/NEWS
@@ -1,13 +1,9 @@
SUMMARY OF RECENT MAJOR CHANGES to LIBSTDC++.
(Also check ../libio/NEWS.)
-*** Noteworthy changes in libstdc++ version 2.8.0:
+*** Noteworthy changes in libstdc++ for EGCS
-* The STL implementation in libstdc++ is now only slightly modified from
- the HP distribution, thanks to improved template support in gcc 2.8.0.
+* EGCS includes the SGI STL implementation without changes.
-* The string representation class is now nested in the basic_string
- template, since this is supported in the new gcc.
-
-* As a result of these and other changes, libstc++ 2.8.0 is not binary
+* As a result of these and other changes, libstc++ for EGCS is not binary
compatible with previous releases of libstdc++.