diff options
author | Jason Merrill <jason@yorick.cygnus.com> | 1997-11-26 07:19:11 +0000 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1997-11-26 02:19:11 -0500 |
commit | f4f3e8fdf7440699c7f266b399fd8159ee43d223 (patch) | |
tree | 85d965149086f3ac6e9f3f524177fc78b28e79f2 /libstdc++/ChangeLog | |
parent | 11df6ae76778ef3d3ed790ec8f605f59e2a9aaa4 (diff) | |
download | gcc-f4f3e8fdf7440699c7f266b399fd8159ee43d223.zip gcc-f4f3e8fdf7440699c7f266b399fd8159ee43d223.tar.gz gcc-f4f3e8fdf7440699c7f266b399fd8159ee43d223.tar.bz2 |
London changes to string:
* std/bastring.cc (check_realloc): Don't be selfish anymore.
* std/bastring.h (non-const operator[]): Be selfish.
(iterator forms of insert and erase): Stay selfish.
From-SVN: r16722
Diffstat (limited to 'libstdc++/ChangeLog')
-rw-r--r-- | libstdc++/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 7d2ce3a..7830adc 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,10 @@ +Tue Nov 25 23:16:44 1997 Jason Merrill <jason@yorick.cygnus.com> + + London changes to string: + * std/bastring.cc (check_realloc): Don't be selfish anymore. + * std/bastring.h (non-const operator[]): Be selfish. + (iterator forms of insert and erase): Stay selfish. + Tue Nov 25 14:03:43 1997 H.J. Lu (hjl@gnu.org) * Makefile.in (stmp-complex, bigstmp-complex): Changed to |