diff options
| author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-08 21:15:59 +0000 |
|---|---|---|
| committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-08 21:15:59 +0000 |
| commit | 3b5115adbc3d933dc741d2e57417289a92bdfebb (patch) | |
| tree | 29bc59048e45c3501bd7284ff77cd7cb916fdfb1 /libstdc++ | |
| parent | 66b5cc9dc315e861676735aa178c91870495aa5c (diff) | |
| download | ppe42-gcc-3b5115adbc3d933dc741d2e57417289a92bdfebb.tar.gz ppe42-gcc-3b5115adbc3d933dc741d2e57417289a92bdfebb.zip | |
* README: Fix typo. Remove incorrect reference to Cygnus.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37327 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++')
| -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 6e97abde70b..8c1f2e31d03 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 c319c08c7a4..6cf254f36e4 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. |

