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 + + * 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. * cinst.cc: Likewiwse, for complex, complex, complex. - + 1998-08-17 Mark Mitchell * stdexcept: Put things in the std namespace, if appropriate.