gcc/libstdc++-v3/bits
Benjamin Kosnik 8901ac210e [multiple changes]
2000-08-09  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

	Preliminary wchar_t implementation, with trivial encodings.
	* docs/configopts.html: Add bits about canonical configure option
	checking.

	* testsuite/27_io/iostream_objects.cc: Replace this file (which
	has newly-declared-illegal mixing of wide/narrow stdstreams) with...
	* testsuite/27_io/narrow_stream_objects.cc: New file.
	* testsuite/27_io/wide_stream_objects.cc: New file.

	* bits/fstream.tcc (underflow): Temporarily hack a solution
	together that writes from the external file to the internal
	buffers. This removes codecvt from the loop, and is incorrect.
	(_M_really_overflow): Same here.

	* testsuite/21_strings/inserters_extractors.cc (test05): Tweaks.

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: r35584
2000-08-09 07:33:39 +00:00
..
basic_file.h [multiple changes] 2000-08-09 07:33:39 +00:00
basic_ios.h Internal consistency checks..... 2000-07-19 08:04:38 +00:00
basic_ios.tcc Internal consistency checks..... 2000-07-19 08:04:38 +00:00
basic_string.h [multiple changes] 2000-07-21 00:06:51 +00:00
c++config Makefile.am (TAGS): Construct. 2000-05-25 05:11:42 +00:00
char_traits.h ostream_manip.cc (test02): Add tests. 2000-06-30 00:38:09 +00:00
concept_checks.h 2000-06-29 scott snyder <snyder@fnal.gov> 2000-06-30 00:49:12 +00:00
container_concepts.h Update to SGI STL 3.3 2000-06-27 23:08:37 +00:00
cpp_type_traits.h
exception_support.h
fpos.h
fstream.tcc [multiple changes] 2000-08-09 07:33:39 +00:00
generic_shadow.h generic_shadow.h: Remaining _C_Shadow -> _C_shadow fix. 2000-06-01 01:01:34 +00:00
gslice.h
gslice_array.h [multiple changes] 2000-07-05 23:59:02 +00:00
indirect_array.h [multiple changes] 2000-07-05 23:59:02 +00:00
ios_base.h Internal consistency checks..... 2000-07-19 08:04:38 +00:00
istream.tcc configure.in: Change AM_PROG_LIBTOOL to AC_PROG_LIBTOOL. 2000-07-26 06:51:38 +00:00
limits_generic.h std_cwctype.h: Clean. 2000-06-02 07:24:15 +00:00
locale_facets.h locale_facets.h (ctype::ctype): Don't name unused parameters. 2000-08-03 07:56:17 +00:00
locale_facets.tcc [multiple changes] 2000-07-04 02:24:54 +00:00
localefwd.h [multiple changes] 2000-07-21 00:06:51 +00:00
mask_array.h [multiple changes] 2000-07-05 23:59:02 +00:00
ostream.tcc misc-inst.cc (std): Remove instantiations. 2000-07-26 20:55:48 +00:00
pthread_allocimpl.h
sbuf_iter.h configure.in: Change AM_PROG_LIBTOOL to AC_PROG_LIBTOOL. 2000-07-26 06:51:38 +00:00
sequence_concepts.h Update to SGI STL 3.3 2000-06-27 23:08:37 +00:00
slice.h
slice_array.h [multiple changes] 2000-07-05 23:59:02 +00:00
sstream.tcc configure.in: Change AM_PROG_LIBTOOL to AC_PROG_LIBTOOL. 2000-07-26 06:51:38 +00:00
std_algorithm.h
std_bitset.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
std_cassert.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_cctype.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_cerrno.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_cfloat.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_climits.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_clocale.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_cmath.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_complex.h [multiple changes] 2000-07-04 01:20:04 +00:00
std_csetjmp.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_csignal.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_cstdarg.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_cstddef.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_cstdio.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_cstdlib.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_cstring.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_ctime.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_cwchar.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_cwctype.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_deque.h
std_exception.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_fstream.h configure.in: Change AM_PROG_LIBTOOL to AC_PROG_LIBTOOL. 2000-07-26 06:51:38 +00:00
std_functional.h
std_iomanip.h
std_ios.h
std_iosfwd.h
std_iostream.h
std_istream.h
std_iterator.h
std_list.h
std_locale.h
std_map.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
std_memory.h std_memory.h: Revert. 2000-07-04 01:21:24 +00:00
std_new.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_numeric.h
std_ostream.h ostream_manip.cc (test02): Add tests. 2000-06-30 00:38:09 +00:00
std_queue.h
std_set.h
std_sstream.h [multiple changes] 2000-07-21 00:06:51 +00:00
std_stack.h
std_stdexcept.h
std_streambuf.h configure.in: Change AM_PROG_LIBTOOL to AC_PROG_LIBTOOL. 2000-07-26 06:51:38 +00:00
std_string.h
std_strstream.h
std_typeinfo.h acinclude.m4: Change "#pragma system_header" to "#pragma GCC system_header". 2000-07-21 01:02:32 +00:00
std_utility.h
std_valarray.h valarray_array.h (__valarray_get_storage): New function. 2000-07-15 20:07:45 +00:00
std_vector.h
stl_algo.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_algobase.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_alloc.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_config.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_construct.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_deque.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_function.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_heap.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_iterator.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_iterator_base.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_list.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_map.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_multimap.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_multiset.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_numeric.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_pair.h
stl_pthread_alloc.h
stl_queue.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_range_errors.h
stl_raw_storage_iter.h
stl_relops.h
stl_set.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_stack.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_string_fwd.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_tempbuf.h
stl_threads.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_tree.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_uninitialized.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
stl_vector.h Update to SGI STL 3.3 2000-06-27 20:57:11 +00:00
streambuf.tcc configure.in: Change AM_PROG_LIBTOOL to AC_PROG_LIBTOOL. 2000-07-26 06:51:38 +00:00
string.tcc configure.in: Change AM_PROG_LIBTOOL to AC_PROG_LIBTOOL. 2000-07-26 06:51:38 +00:00
type_traits.h
valarray_array.h Line up with libstdc++-v2 version of valarray. 2000-07-22 10:40:30 +00:00
valarray_array.tcc
valarray_meta.h [multiple changes] 2000-07-05 23:59:02 +00:00