This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/ /ChangeLog estsuite/27_io/istream_e ...
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/ /ChangeLog estsuite/27_io/istream_e ...
- From: bkoz at sourceware dot cygnus dot com
- Date: 20 Oct 1999 05:46:15 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@sourceware.cygnus.com 99/10/19 22:46:14
Modified files:
. : ChangeLog
testsuite/27_io: istream_extractor_char.cc
bits : std_istream.h istream.tcc
Log message:
1999-10-19 Benjamin Kosnik <bkoz@cygnus.com>
* testsuite/27_io/istream_extractor_char.cc: Add tests.
* bits/std_istream.h: Tweaks--set eofbit on eof condition.
* bits/istream.tcc (operator>>(istream&, string&): Remove
vestigial issspace hacks and use ctype::is instead.
(getline): Remove unnecessary loops, fortify and pasteurize.
(ws): Same.