gcc/libstdc++-v3/testsuite/27_io/basic_filebuf
Paolo Carlini b417ae14c8 re PR libstdc++/9875 (filebuf doesn't handle codecvt::encoding() > 1)
2003-06-28  Paolo Carlini  <pcarlini@unitus.it>

	PR libstdc++/9875
	* include/bits/fstream.tcc (seekoff): Fix for encoding() > 0.
	(seekpos): Likewise.
	* testsuite/27_io/basic_filebuf/seekoff/wchar_t/9875_seekoff.cc:
	New test.
	* testsuite/27_io/basic_filebuf/seekpos/wchar_t/9875_seekpos.cc:
	New test.

From-SVN: r68630
2003-06-28 07:50:29 +00:00
..
close/char 4.cc: Fix typo. 2003-05-20 23:03:28 +00:00
cons/wchar_t re PR libstdc++/10132 (filebuf destructor throws exceptions) 2003-04-26 00:23:18 +00:00
imbue std_fstream.h (basic_filebuf::_M_codecvt): Add cached member. 2003-05-13 20:13:15 +00:00
in_avail/char 3.cc: Remove unnecessary includes and unused string literals. 2003-05-10 15:05:15 +00:00
is_open/char
open/char
overflow Nathan C. 2003-06-27 12:33:49 +00:00
pbackfail/char re PR libstdc++/9761 (filebuf::pbackfail discards previously put back characters) 2003-06-02 16:46:28 +00:00
sbumpc/char Nathan C. 2003-06-24 13:48:11 +00:00
seekoff re PR libstdc++/9875 (filebuf doesn't handle codecvt::encoding() > 1) 2003-06-28 07:50:29 +00:00
seekpos re PR libstdc++/9875 (filebuf doesn't handle codecvt::encoding() > 1) 2003-06-28 07:50:29 +00:00
setbuf/char Nathan C. 2003-06-24 13:48:11 +00:00
sgetc/char Nathan C. 2003-06-24 13:48:11 +00:00
sgetn/char Nathan C. 2003-06-24 13:48:11 +00:00
showmanyc/char
snextc/char Nathan C. 2003-06-24 13:48:11 +00:00
sputbackc/char Nathan C. 2003-06-24 13:48:11 +00:00
sputc/char Nathan C. 2003-06-24 13:48:11 +00:00
sputn/char Nathan C. 2003-06-24 13:48:11 +00:00
sungetc/char Nathan C. 2003-06-24 13:48:11 +00:00
sync/char
underflow Nathan C. 2003-06-27 12:33:49 +00:00
1.cc
2.cc
3.cc std_fstream.h (_S_pback_size): Remove definition. 2003-05-22 22:16:41 +00:00
4.cc