gcc/libstdc++-v3/config/io
Benjamin Kosnik 5cdd50a591 stdio_filebuf.h: New file.
2002-04-30  Benjamin Kosnik  <bkoz@redhat.com>

	* include/ext/stdio_filebuf.h: New file.
	* include/ext/enc_filebuf.h: New file.
	* config/io/basic_file_stdio.h (__basic_file::sys_open): Add fd ctor.
	* config/io/basic_file_stdio.cc: Same.
	* include/bits/fstream.tcc (filebuf::_M_allocate_internal_buffer):
	Remove _M_unbuf hacks.
	(filebuf::_M_destroy_internal_buffer): Same.
	(filebuf::filebuf(cfile, openmode, int_type): Remove definition.
	(filebuf::fd): Remove.
	* include/std/std_fstream.h (filebuf::_M_unbuf): Remove.
	(filebuf::filebuf(__c_file*, openmode, int_type)): Remove.
	(filebuf::fd): Remove.
	* src/ios.cc (ios_base::_S_ios_create): Change to use specialized
	filebufs.
	(ios_base::_S_ios_destroy): Same.
	* src/misc-inst.cc (file_filebuf<char>): Add instantiation.
	* include/Makefile.am (ext_headers): Add ext_filebuf.h,
	stdio_filebuf.h.  * include/Makefile.in: Regenerate.

From-SVN: r52961
2002-04-30 19:04:43 +00:00
..
basic_file_libio.cc Implement std::messages. 2001-08-08 02:49:01 +00:00
basic_file_libio.h stl_algo (__stl_threshold): Declare external. 2002-02-12 04:35:58 +00:00
basic_file_stdio.cc stdio_filebuf.h: New file. 2002-04-30 19:04:43 +00:00
basic_file_stdio.h stdio_filebuf.h: New file. 2002-04-30 19:04:43 +00:00
c_io_libio.h stl_algo (__stl_threshold): Declare external. 2002-02-12 04:35:58 +00:00
c_io_libio_codecvt.c Implement std::messages. 2001-08-08 02:49:01 +00:00
c_io_stdio.h re PR libstdc++/4164 (33 Memory Leak when using iostream) 2002-04-16 00:45:36 +00:00