diff options
author | Jan van Male <jan.vanmale@fenk.wau.nl> | 2000-11-08 22:15:59 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2000-11-08 21:15:59 +0000 |
commit | 221948ffaf39fe6a55f59fa8e9359ae69e96b7a6 (patch) | |
tree | 29bc59048e45c3501bd7284ff77cd7cb916fdfb1 | |
parent | 756d6f0c51001dc24438088c7961d507d4835b57 (diff) | |
download | gcc-221948ffaf39fe6a55f59fa8e9359ae69e96b7a6.zip gcc-221948ffaf39fe6a55f59fa8e9359ae69e96b7a6.tar.gz gcc-221948ffaf39fe6a55f59fa8e9359ae69e96b7a6.tar.bz2 |
README: Fix typo.
* README: Fix typo. Remove incorrect reference to Cygnus.
Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
From-SVN: r37327
-rw-r--r-- | libstdc++/stl/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++/stl/README | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++/stl/ChangeLog b/libstdc++/stl/ChangeLog index 6e97abd..8c1f2e3 100644 --- a/libstdc++/stl/ChangeLog +++ b/libstdc++/stl/ChangeLog @@ -1,3 +1,8 @@ +2000-11-08 Jan van Male <jan.vanmale@fenk.wau.nl> + Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * README: Fix typo. Remove incorrect reference to Cygnus. + 2000-08-22 Geoff Berry <geoffb@bops.com> * bitset (bitset::_M_is_any): Don't use __BITSET_WORDS macro diff --git a/libstdc++/stl/README b/libstdc++/stl/README index c319c08..6cf254f3 100644 --- a/libstdc++/stl/README +++ b/libstdc++/stl/README @@ -4,7 +4,7 @@ Library, slightly modified to work with g++. Note that this is based on a pre-Draft Standard for C++. Things are likely to change. For example, the header file names are very likely to change. The Allocator interface will change. Etc, etc. -CYGNUS MAKES NO COMMITTMENT (yet) TO SUPPORT BACKWARD COMPATIBILITY FOR STL. +WE MAKE NO COMMITMENT (yet) TO SUPPORT BACKWARD COMPATIBILITY FOR STL. For examples of things that should work, look in the ../tests directory. |