This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/ /ChangeLog /mkcheck its/basic_file. ...
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/ /ChangeLog /mkcheck its/basic_file. ...
- From: bkoz at sourceware dot cygnus dot com
- Date: 21 Dec 1999 09:24:35 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@sourceware.cygnus.com 99/12/21 01:24:35
Modified files:
. : ChangeLog mkcheck
bits : basic_file.h fstream.tcc std_fstream.h
std_sstream.h std_streambuf.h streambuf.tcc
testsuite/21_strings: inserters_extractors.cc
testsuite/27_io: filebuf.cc
Log message:
1999-12-20 Benjamin Kosnik <bkoz@cygnus.com>
* mkcheck (SRC_DIR): Now have to include config/* dir if "make
check" and not "make check-install." Temporarily hack in linux
support.
* bits/std_streambuf.h: Tweaks.
* bits/streambuf.tcc (xsgetn): Tweaks.
* bits/std_fstream.h (sync): Make _M_really_overflow consistent.
* bits/fstream.tcc (filebuf::underflow): Simplify.
* bits/std_sstream.h (streambuf::underflow): Minor change to make
checks for read position precisely implement the standard.
* bits/basic_file.h (filepos_cur): Base this on _offset.
* testsuite/21_strings/inserters_extractors.cc (test05): Tweaks.
* testsuite/27_io/filebuf.cc: Tweak.