aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/ChangeLog
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1998-07-11 22:20:51 -0400
committerJason Merrill <jason@gcc.gnu.org>1998-07-11 22:20:51 -0400
commiteda600e865cff603d9398c48df114693da913458 (patch)
tree74183aaf8ba44536d7fb14d2c91355177c06cb0e /libstdc++/ChangeLog
parentb0e7d996da41229d59782e2fa0d7d4dfbcee610b (diff)
downloadgcc-eda600e865cff603d9398c48df114693da913458.zip
gcc-eda600e865cff603d9398c48df114693da913458.tar.gz
gcc-eda600e865cff603d9398c48df114693da913458.tar.bz2
Makefile.in (VERSION): Bump to 2.9.0.
* Makefile.in (VERSION): Bump to 2.9.0. * std/bastring.cc (find_last_of): Fix. (find_last_not_of): Likewise. From-SVN: r21072
Diffstat (limited to 'libstdc++/ChangeLog')
-rw-r--r--libstdc++/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog
index 306fe63..c4ccec7 100644
--- a/libstdc++/ChangeLog
+++ b/libstdc++/ChangeLog
@@ -1,3 +1,12 @@
+1998-07-12 Jason Merrill <jason@yorick.cygnus.com>
+
+ * Makefile.in (VERSION): Bump to 2.9.0.
+
+1998-07-12 Lars Albertsson <lalle@sics.se>
+
+ * std/bastring.cc (find_last_of): Fix.
+ (find_last_not_of): Likewise.
+
1998-07-06 Manfred Hollstein <manfred@s-direktnet.de>
* configure.in (INSTALLDIR): Make sed pattern failsafe.