diff --git a/libstdc++/stl/ChangeLog b/libstdc++/stl/ChangeLog index 6e97abde70b8..8c1f2e31d033 100644 --- a/libstdc++/stl/ChangeLog +++ b/libstdc++/stl/ChangeLog @@ -1,3 +1,8 @@ +2000-11-08 Jan van Male + Gerald Pfeifer + + * README: Fix typo. Remove incorrect reference to Cygnus. + 2000-08-22 Geoff Berry * bitset (bitset::_M_is_any): Don't use __BITSET_WORDS macro diff --git a/libstdc++/stl/README b/libstdc++/stl/README index c319c08c7a45..6cf254f36e49 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.