aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gcc.gnu.org>1998-07-02 15:57:28 +0000
committerUlrich Drepper <drepper@gcc.gnu.org>1998-07-02 15:57:28 +0000
commit356985ca34dd74f329ecf89a38f1792859c8916b (patch)
tree47a9009a7209d586ab73c4bfb8ff121a10f93406
parent5a1a4615e4820dbb131e773348cfbb81b87c06dc (diff)
downloadgcc-356985ca34dd74f329ecf89a38f1792859c8916b.zip
gcc-356985ca34dd74f329ecf89a38f1792859c8916b.tar.gz
gcc-356985ca34dd74f329ecf89a38f1792859c8916b.tar.bz2
Update.
From-SVN: r20907
-rw-r--r--libstdc++/ChangeLog21
1 files changed, 13 insertions, 8 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog
index 5754f67..73e84c5 100644
--- a/libstdc++/ChangeLog
+++ b/libstdc++/ChangeLog
@@ -1,3 +1,8 @@
+1998-07-02 Ulrich Drepper <drepper@cygnus.com>
+
+ * std/bastring.h (class basic_string): Return correct iterators in
+ erase member functions.
+
1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in (INSTALLDIR): Add comment to document the fact,
@@ -104,9 +109,9 @@ Sun Dec 7 02:32:20 1997 Jason Merrill <jason@yorick.cygnus.com>
Sun Dec 7 02:32:20 1997 Gregory L. Galloway (gregg@eoeml.gtri.gatech.edu)
- * Makefile.in (HEADERS): Modified list of headers to
- install to include all of SGI STL headers especially hash_set and
- hash_map, and added ANSI C++ style wrappers for fstream, iomanip,
+ * Makefile.in (HEADERS): Modified list of headers to
+ install to include all of SGI STL headers especially hash_set and
+ hash_map, and added ANSI C++ style wrappers for fstream, iomanip,
iostream, and strstream.
* fstream, iomanip, iostream, strstream: New forwarding headers
@@ -241,7 +246,7 @@ Sat Aug 23 21:25:37 1997 Mark Mitchell <mmitchell@usa.net>
Wed Jul 30 10:59:00 1997 Benjamin Kosnik <bkoz@rhino.cygnus.com>
- * stlinst.cc: Add instantiation file for
+ * stlinst.cc: Add instantiation file for
__default_alloc_template<fale, 0> and
__malloc_alloc_template<0>
@@ -280,7 +285,7 @@ Fri Apr 4 03:25:13 1997 Ulrich Drepper <drepper@cygnus.com>
* configure.in: Enable multilibing by default.
Update multilib template to read config-ml.in.
-
+
Wed Mar 12 16:09:34 1997 Jason Merrill <jason@yorick.cygnus.com>
* configure.in (XCXXINCLUDES): Add the STL directory.
@@ -475,7 +480,7 @@ Wed Feb 14 14:39:07 1996 Jason Merrill <jason@yorick.cygnus.com>
* std/bastring.cc (check_realloc): Fix for sizeof (charT) > 1.
From John Hickin <hickin@bnr.ca>.
-
+
Wed Jan 10 11:05:04 1996 Jason Merrill <jason@yorick.cygnus.com>
* std/bastring.h (insert): Fix iterator handling.
@@ -584,7 +589,7 @@ Mon Oct 30 23:09:48 1995 Per Bothner <bothner@kalessin.cygnus.com>
now that we are using target-libiberty instead.
* Makefile.in (LIBIBERTY_DIR): Simplify.
(LIBIBERTY): Remove.
-
+
Wed Oct 11 14:56:49 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
* config/sol2shm.ml: New files with -rpath.
@@ -675,7 +680,7 @@ Mon Aug 21 00:57:03 1995 Jeffrey A. Law <law@rtl.cygnus.com>
Tue Jul 25 18:41:29 1995 Per Bothner <bothner@kalessin.cygnus.com>
- * std/stddef.h: Remove obsolete definition of enum capacity.
+ * std/stddef.h: Remove obsolete definition of enum capacity.
Sat Jul 22 13:37:01 1995 Doug Evans <dje@canuck.cygnus.com>