README: Fix typo.
authorJan van Male <jan.vanmale@fenk.wau.nl>
Wed, 8 Nov 2000 21:15:59 +0000 (22:15 +0100)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 8 Nov 2000 21:15:59 +0000 (21:15 +0000)
* README: Fix typo. Remove incorrect reference to Cygnus.

Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
From-SVN: r37327

libstdc++/stl/ChangeLog
libstdc++/stl/README

index 6e97abde70b8d20aa1eb61a74f357562f89bfe38..8c1f2e31d0337eab581c438f13f6d5febcd00e7d 100644 (file)
@@ -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
index c319c08c7a4526cebe7a373aa190f8ad72eb7fb6..6cf254f36e49a6edf78d4aab9d12140c2e27ffd8 100644 (file)
@@ -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.