gcc/libstdc++-v3/testsuite
Benjamin Kosnik cc5112c92d Makefile.am (target_headers): Add fpos.h
2003-07-03  Benjamin Kosnik  <bkoz@redhat.com>

	* include/Makefile.am (target_headers): Add fpos.h
	(bits_headers): Remove.
	* include/Makefile.in: Regenerate.
	* configure.in: Add FPOS_INC_SRCDIR, substitute it.
	* configure: Regenerate.
	* configure.host: Add fpos_include_dir.
	* config/os/gnu-linux/fpos.h: New.
	* config/os/generic/fpos.h: Add.
	* include/bits/fpos.h: Remove.

	* config/io/c_io_stdio.h: Remove fpos_t typedef.

	* include/bits/fstream.tcc: Tweaks.
	* include/std/std_fstream.h: Same.

	* testsuite/27_io/fpos/1.cc (test01): Uncomment. Move to...
	* testsuite/27_io/fpos/mbstate_t/1.cc: ...here.
	* testsuite/27_io/fpos/mbstate_t/2.cc: Same.
	* testsuite/27_io/fpos/mbstate_t/3.cc: Same.
	* testsuite/27_io/fpos/1.cc: New.

2003-07-03  Benjamin Kosnik  <bkoz@redhat.com>
	    Petur Runolfsson  <peturr02@ru.is>

	* include/std/std_streambuf.h: Remove _M_pos.
	* config/io/basic_file_stdio.h: Use seekpos instead of seekoff.
	* config/io/basic_file_stdio.cc: Same, use fseek instead of lseek,
	use fread/fwrite instead of read/write.
	* testsuite/27_io/basic_filebuf/showmanyc/char/9533-2.cc: Fix.
	* testsuite/27_io/basic_filebuf/sputn/char/9339.cc: Close filebufs
	before reading again.
	* testsuite/27_io/objects/char/6.cc: Tweak.

Co-Authored-By: Petur Runolfsson <peturr02@ru.is>

From-SVN: r68913
2003-07-04 07:14:54 +00:00
..
17_intro
18_support
19_diagnostics
20_util Testsuite corrections 2003-06-20 23:40:11 +00:00
21_strings Testsuite corrections 2003-06-20 23:40:11 +00:00
22_locale 7.cc: Guard with _GLIBCPP_USE_WCHAR_T. 2003-07-03 10:20:29 -04:00
23_containers Testsuite corrections 2003-06-20 23:40:11 +00:00
24_iterators Don't initialize an insert_iterator with a singular iterator 2003-06-30 19:11:12 +00:00
25_algorithms
26_numerics
27_io Makefile.am (target_headers): Add fpos.h 2003-07-04 07:14:54 +00:00
backward
config
data 1-in.cc: New. 2003-07-01 03:04:43 +00:00
demangle
ext [multiple changes] 2003-06-11 15:52:11 +00:00
lib libstdc++-v3-dg.exp: Add comments. 2003-06-30 17:17:58 +00:00
libstdc++-v3.dg
performance filebuf_copy.cc: New, testing char by char file copy. 2003-06-26 16:38:40 +00:00
thread
abi_check.cc 03-06-16 Benjamin Kosnik <bkoz@redhat.com> 2003-06-17 05:46:01 +00:00
Makefile.am Makefile.am (AM_MAKEFLAGS): Set to -j1 (affects check* targets, but not libs/programs). 2003-07-02 01:40:59 +00:00
Makefile.in Makefile.am (AM_MAKEFLAGS): Set to -j1 (affects check* targets, but not libs/programs). 2003-07-02 01:40:59 +00:00
printnow.c
testsuite_allocator.cc
testsuite_allocator.h
testsuite_hooks.cc
testsuite_hooks.h
testsuite_io.h
testsuite_performance.h [multiple changes] 2003-06-27 18:13:12 +00:00