This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/ /ChangeLog its/c++config.h.in its/f ...
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/ /ChangeLog its/c++config.h.in its/f ...
- From: bkoz at sourceware dot cygnus dot com
- Date: 18 Dec 1999 10:16:42 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@sourceware.cygnus.com 99/12/18 02:16:42
Modified files:
. : ChangeLog
bits : c++config.h.in fstream.tcc istream.tcc
locale_facets.h locale_facets.tcc localefwd.h
sstream.tcc std_fstream.h std_streambuf.h
src : locale-inst.cc locale.cc
testsuite/21_strings: inserters_extractors.cc
testsuite/27_io: filebuf.cc istream_unformatted.cc
Log message:
1999-12-17 Benjamin Kosnik <bkoz@milou.cygnus.com>
* bits/c++config.h.in (__GLIBCPP__): Bump.
* docs/17_intro/RELEASE-NOTES: Update, Gaby please add your stuff.
* docs/17_intro/TODO: Update.
* bits/locale_facets.h: Touch this too.
* bits/localefwd.h: Add typedefs for loooooong vector names.
* bits/locale_facets.tcc (locale::operator()): Need parens.
(has_facet): Simplify.
* src/locale-inst.cc: Add instantiations.
* src/locale.cc: Tweaks.
* bits/std_streambuf.h: Move indeterminates into. .
* bits/std_fstream.h: Here.
* bits/fstream.tcc (underflow): Rewind just for ios_base::out
streams.
* bits/sstream.tcc: Very minor formatting tweaks.
* bits/std_streambuf.h (_M_set_determinate): If exclusively an
input buffer, set _M_buf to offset.
* bits/istream.tcc (std): Tweaks.
* testsuite/27_io/istream_unformatted.cc (test05): More tweaks,
include fstream.
* testsuite/27_io/filebuf.cc: Tweaks.
1999-12-13 Benjamin Kosnik <bkoz@cygnus.com>
* bits/istream.tcc (seekg): Don't set _M_gcount.
(tellg): Same.
* bits/fstream.tcc (filebuf::underflow): Re-sync
external byte sequence's input buffer only. . .
* testsuite/27_io/istream_unformatted.cc (test04): New tests for
tellg, seekg and filebufs.
(test05): Same for stringbufs.
* testsuite/27_io/istream_unformatted-2.tst: New file.
* testsuite/27_io/istream_unformatted-1.tst: New file.
* testsuite/27_io/istream_unformatted-1.txt: New file.
* testsuite/21_strings/inserters_extractors.cc (test05): Change
output file.