diff options
author | drepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-23 09:21:24 +0000 |
---|---|---|
committer | drepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-23 09:21:24 +0000 |
commit | 279010a0fee0e20f4bda777944d2bdef209c20de (patch) | |
tree | 498ab70cd816b7b7f23fd001b98032d2b3290780 /libstdc++ | |
parent | c643ceb6b4a0747f6c2d545bb9acf5301be79a4e (diff) | |
download | gcc-279010a0fee0e20f4bda777944d2bdef209c20de.tar.gz |
Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23787 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++')
-rw-r--r-- | libstdc++/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index abb7890b5aa..2ae63d0d64b 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,9 @@ +1998-11-23 Ulrich Drepper <drepper@cygnus.com> + + * std/bastring.cc (operator>>): Cast new character to char before + adding to string. + (getline): Likewise. + Thu Sep 17 01:29:46 1998 H.J. Lu (hjl@gnu.org) * Makefile.in ($(ARLINK), $(SHLINK)): Don't rely on 'ln -f'. @@ -55,7 +61,7 @@ Sun Aug 30 22:17:41 1998 H.J. Lu (hjl@gnu.org) * sinst.cc: Don't explicitly instantiation string_char_traits<char>. * cinst.cc: Likewiwse, for complex<float>, complex<double>, complex<long double>. - + 1998-08-17 Mark Mitchell <mark@markmitchell.com> * stdexcept: Put things in the std namespace, if appropriate. |