gcc/libstdc++-v3/libio
Phil Edwards 30a20a1ee0 New concept checking implementation.
2001-04-02  Phil Edwards  <pme@sources.redhat.com>

	New concept checking implementation.
	* docs/html/19_diagnostics/howto.html:  Document.
	* docs/html/17_intro/concept_check.diff:  New file, for reference.
	* include/bits/boost_concept_check.h:  New file from Boost.
	* include/bits/c++config:  Update comments.

	* include/bits/concept_check.h:  New file.
	* include/bits/concept_checks.h:  Removed.
	* include/bits/container_concepts.h:  Removed.
	* include/bits/sequence_concepts.h:  Removed.
	* include/bits/stl_iterator_base.h:  Removed; split into...
	* include/bits/stl_iterator_base_funcs.h:  ...this new file...
	* include/bits/stl_iterator_base_types.h:  ...and this new file.

	* include/bits/sbuf_iter.h:  Update to use new implementation.
	* include/bits/std_iterator.h:  Likewise.
	* include/bits/std_memory.h:  Likewise.
	* include/bits/stl_algo.h:  Likewise.
	* include/bits/stl_algobase.h:  Likewise.
	* include/bits/stl_construct.h:  Likewise.
	* include/bits/stl_deque.h:  Likewise.
	* include/bits/stl_heap.h:  Likewise.
	* include/bits/stl_list.h:  Likewise.
	* include/bits/stl_map.h:  Likewise.
	* include/bits/stl_multimap.h:  Likewise.
	* include/bits/stl_multiset.h:  Likewise.
	* include/bits/stl_numeric.h:  Likewise.
	* include/bits/stl_queue.h:  Likewise.
	* include/bits/stl_set.h:  Likewise.
	* include/bits/stl_stack.h:  Likewise.
	* include/bits/stl_uninitialized.h:  Likewise.
	* include/bits/stl_vector.h:  Likewise.
	* include/ext/hash_map:  Likewise.
	* include/ext/hash_set:  Likewise.
	* include/ext/slist:  Likewise.
	* include/ext/stl_hashtable.h:  Likewise.

	* src/Makefile.am (base_headers):  Update list of headers.
	* Makefile.in:  Regenerated.
	* src/Makefile.in:  Regenerated.
	* libio/Makefile.in:  Regenerated.
	* libmath/Makefile.in:  Regenerated.
	* libsupc++/Makefile.in:  Regenerated.
	* testsuite/Makefile.in:  Regenerated.

	* docs/html/install.html:  Update contact information.
	* docs/html/17_intro/howto.html:  Ditto.
	* docs/html/18_support/howto.html:  Ditto.
	* docs/html/20_util/howto.html:  Ditto.
	* docs/html/21_strings/howto.html:  Ditto.
	* docs/html/22_locale/howto.html:  Ditto.
	* docs/html/23_containers/howto.html:  Ditto.
	* docs/html/24_iterators/howto.html:  Ditto.
	* docs/html/25_algorithms/howto.html:  Ditto.
	* docs/html/26_numerics/howto.html:  Ditto.
	* docs/html/27_io/howto.html:  Ditto.
	* docs/html/faq/index.html:  Ditto, plus info on new checking code.
	* docs/html/ext/howto.html:  Ditto, plus info on new checking code.
	* docs/html/faq/index.txt:  Regenerated.

From-SVN: r41031
2001-04-03 00:26:58 +00:00
..
ChangeLog Makefile.am (mkinstalldirs): Set. 2001-02-03 09:01:44 +00:00
Makefile.am Makefile.am (mkinstalldirs): Set. 2001-02-03 09:01:44 +00:00
Makefile.in New concept checking implementation. 2001-04-03 00:26:58 +00:00
_G_config.h _G_config.h (_G_USING_THUNKS): Allow overrides from OS-configuration files. 2000-10-29 21:21:51 +00:00
filedoalloc.c C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
fileops.c C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
genops.c C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
iofclose.c C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
iofopen.c c_io_libio.cc (basic_file<char>::__basic_file): Don't pass a NULL _IO_wide_data to _IO_no_init when... 2000-10-29 21:52:54 +00:00
iofwide.c c_io_libio.cc (basic_file<char>::__basic_file): Don't pass a NULL _IO_wide_data to _IO_no_init when... 2000-10-29 21:52:54 +00:00
iolibio.h [multiple changes] 2000-10-04 05:06:32 +00:00
libio.h * libio/libio.h: Add test for glibc 2.0. 2001-01-14 20:12:23 +01:00
libioP.h _G_config.h (_G_USING_THUNKS): Allow overrides from OS-configuration files. 2000-10-29 21:21:51 +00:00
stdfiles.c acinclude.m4: Tweaks. 2000-07-19 00:57:38 +00:00
stdio.c C/C++ io merge/sync. 2000-08-15 07:33:00 +00:00
wfiledoalloc.c c_io_libio.cc (basic_file<char>::__basic_file): Don't pass a NULL _IO_wide_data to _IO_no_init when... 2000-10-29 21:52:54 +00:00
wfileops.c c_io_libio.cc (basic_file<char>::__basic_file): Don't pass a NULL _IO_wide_data to _IO_no_init when... 2000-10-29 21:52:54 +00:00
wgenops.c c_io_libio.cc (basic_file<char>::__basic_file): Don't pass a NULL _IO_wide_data to _IO_no_init when... 2000-10-29 21:52:54 +00:00