c_io_libio.h: Tweak.
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 9 Aug 2000 07:31:26 +0000 (07:31 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 9 Aug 2000 07:31:26 +0000 (07:31 +0000)
commit5c614849364bcaa926bf2017a69ac6569a14dfa0
treed3ca5206944605a943dd451e7be15ec0b3689519
parent86b8dde6332cf181979edb42ab96f672b40261d3
c_io_libio.h: Tweak.

2000-08-08  Benjamin Kosnik  <bkoz@cygnus.com>
    Ulrich Drepper  <drepper@cygnus.com>

* config/c_io_libio.h: Tweak.
* config/c_io_libio_codecvt.c: New file.
* libio/Makefile.am: Add c_codecvt.c.
* libio/Makefile.in: Regenerate.
* libio/genops.c (_IO_unbuffer_write): Don't call _IO_SETBUF if the
stream is not orientated.

* acinclude.m4: Add config/c_io_libio_codecvt.c dummy file, until
encoding gets fleshed out.

* bits/basic_file.h: Add specialization declarations.
* config/c_io_libio.cc: Add specializations for pbackfail, uflow.

* config/c_io_libio.h: Add __c_wfile_type.
* bits/basic_file.h: Add _M_wfile.

* config/c_io_libio.cc (__basic_file<char>): Initialize the
streams without setting the orientation of the underlying FILE to
either wide or narrow.
(__basic_file<wchar_t>)): Enable tricky wchar_t io bits.

From-SVN: r35583
libstdc++-v3/config/c_io_libio_codecvt.c [new file with mode: 0644]