gcc/libstdc++-v3/include/bits
Benjamin Kosnik a6863e2538 Makefile.am (LIBSUPCXX_INCLUDES): Adjust.
2000-10-10  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

	* Makefile.am (LIBSUPCXX_INCLUDES): Adjust.
	* libsupc++/include: Remove
	* libsupc++/include/*: Move to ...
	* libsupc++: Here.
	* libsupc++/Makefile.am (glibcppinstall_HEADERS): Install headers.
	(glibcppinstalldir): New.

	* src/Makefile.am (c_base_headers): New.
	(c_shadow_headers): New
	(c_headers): New.
	(myinstallheaders): Correct install issues.
	* src/Makefile.in: Regenerate.

	* Makefile.am (CSHADOW_INCLUDES): Simplify.
	* Makefile.in: Regenerate.
	* acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Add c_include_dir.
	* aclocal.m4: Regenerate.
	* mkcheck.in (SRC_DIR): Use it.

	* include/bits/std_stdexcept.h: And here.
	* include/bits/std_ios.h: Change std_exception.h to exception.
	* src/locale.cc: And here.
	* src/locale-inst.cc: And here.

	* include/bits/valarray_array.h: And here.
	* include/bits/stl_alloc.h: And here.
	* include/bits/stl_algobase.h: And here.
	* include/bits/pthread_allocimpl.h: And here.
	* include/bits/stl_construct.h: Change to std_new.h to new.

	* include/bits/locale_facets.h: Change std_typeinfo.h to typeinfo.

	* src/Makefile.am (INCLUDES): Add LIBSUPCXX_INCLUDES.
	(headers): Remove duplicated headers.
	(std_headers): And here.
	* src/Makefile.in: Regenerate.
	* libsupc++/Makefile.am (LIBSUPCXX_INCLUDES): Remove.
	* libsupc++/Makefile.in: Regenerate.
	* Makefile.am (LIBSUPCXX_INCLUDES): Add here.
	(AM_MAKEFLAGS): And here.
	* Makefile.in: Regenerate.
	* include/bits/std_typeinfo.h: Remove.
	* include/bits/std_new.h: Remove
	* include/bits/std_exception.h: Remove.
	* std/new: Remove.
	* std/typeinfo: Remove.
	* std/exception: Remove.

	* libio/_G_config.h (__need_ptrdiff_t): Add.

	* libsupc++/include/new: Change stddef.h to cstddef.
	* libsupc++/tinfo.h: Change limits.h to climits.
	* libsupc++/pure.cc: Comment out _GNU_LIBRARY_ bits, as this
	renders the file uncompilable. Add copyright.

	* include/c_std/bits/std_cstddef.h: Don't bring wchar_t into std
	namespace, as it is a fundamental type.

From-SVN: r36833
2000-10-10 23:50:39 +00:00
..
basic_file.h include: New directory. 2000-10-05 11:27:02 +00:00
basic_ios.h include: New directory. 2000-10-05 11:27:02 +00:00
basic_ios.tcc include: New directory. 2000-10-05 11:27:02 +00:00
basic_string.h include: New directory. 2000-10-05 11:27:02 +00:00
c++config c++config: Include <bits/os_defines.h> 2000-10-09 00:42:23 +00:00
char_traits.h include: New directory. 2000-10-05 11:27:02 +00:00
codecvt.h include: New directory. 2000-10-05 11:27:02 +00:00
concept_checks.h include: New directory. 2000-10-05 11:27:02 +00:00
container_concepts.h include: New directory. 2000-10-05 11:27:02 +00:00
cpp_type_traits.h include: New directory. 2000-10-05 11:27:02 +00:00
exception_support.h include: New directory. 2000-10-05 11:27:02 +00:00
fpos.h include: New directory. 2000-10-05 11:27:02 +00:00
fstream.tcc include: New directory. 2000-10-05 11:27:02 +00:00
generic_shadow.h include: New directory. 2000-10-05 11:27:02 +00:00
gslice_array.h include: New directory. 2000-10-05 11:27:02 +00:00
gslice.h include: New directory. 2000-10-05 11:27:02 +00:00
indirect_array.h include: New directory. 2000-10-05 11:27:02 +00:00
ios_base.h include: New directory. 2000-10-05 11:27:02 +00:00
istream.tcc istream.tcc: Removed test for _M_gcount < in_avail()... 2000-10-06 07:12:32 +00:00
limits_generic.h include: New directory. 2000-10-05 11:27:02 +00:00
locale_facets.h Makefile.am (LIBSUPCXX_INCLUDES): Adjust. 2000-10-10 23:50:39 +00:00
locale_facets.tcc include: New directory. 2000-10-05 11:27:02 +00:00
localefwd.h include: New directory. 2000-10-05 11:27:02 +00:00
mask_array.h include: New directory. 2000-10-05 11:27:02 +00:00
ostream.tcc include: New directory. 2000-10-05 11:27:02 +00:00
pthread_allocimpl.h Makefile.am (LIBSUPCXX_INCLUDES): Adjust. 2000-10-10 23:50:39 +00:00
sbuf_iter.h include: New directory. 2000-10-05 11:27:02 +00:00
sequence_concepts.h include: New directory. 2000-10-05 11:27:02 +00:00
slice_array.h include: New directory. 2000-10-05 11:27:02 +00:00
slice.h include: New directory. 2000-10-05 11:27:02 +00:00
sstream.tcc include: New directory. 2000-10-05 11:27:02 +00:00
std_algorithm.h include: New directory. 2000-10-05 11:27:02 +00:00
std_bitset.h include: New directory. 2000-10-05 11:27:02 +00:00
std_complex.h include: New directory. 2000-10-05 11:27:02 +00:00
std_deque.h include: New directory. 2000-10-05 11:27:02 +00:00
std_fstream.h include: New directory. 2000-10-05 11:27:02 +00:00
std_functional.h include: New directory. 2000-10-05 11:27:02 +00:00
std_iomanip.h include: New directory. 2000-10-05 11:27:02 +00:00
std_ios.h Makefile.am (LIBSUPCXX_INCLUDES): Adjust. 2000-10-10 23:50:39 +00:00
std_iosfwd.h include: New directory. 2000-10-05 11:27:02 +00:00
std_iostream.h include: New directory. 2000-10-05 11:27:02 +00:00
std_istream.h include: New directory. 2000-10-05 11:27:02 +00:00
std_iterator.h include: New directory. 2000-10-05 11:27:02 +00:00
std_list.h include: New directory. 2000-10-05 11:27:02 +00:00
std_locale.h include: New directory. 2000-10-05 11:27:02 +00:00
std_map.h include: New directory. 2000-10-05 11:27:02 +00:00
std_memory.h include: New directory. 2000-10-05 11:27:02 +00:00
std_numeric.h include: New directory. 2000-10-05 11:27:02 +00:00
std_ostream.h include: New directory. 2000-10-05 11:27:02 +00:00
std_queue.h include: New directory. 2000-10-05 11:27:02 +00:00
std_set.h include: New directory. 2000-10-05 11:27:02 +00:00
std_sstream.h include: New directory. 2000-10-05 11:27:02 +00:00
std_stack.h include: New directory. 2000-10-05 11:27:02 +00:00
std_stdexcept.h Makefile.am (LIBSUPCXX_INCLUDES): Adjust. 2000-10-10 23:50:39 +00:00
std_streambuf.h include: New directory. 2000-10-05 11:27:02 +00:00
std_string.h include: New directory. 2000-10-05 11:27:02 +00:00
std_strstream.h include: New directory. 2000-10-05 11:27:02 +00:00
std_utility.h include: New directory. 2000-10-05 11:27:02 +00:00
std_valarray.h include: New directory. 2000-10-05 11:27:02 +00:00
std_vector.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_algo.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_algobase.h Makefile.am (LIBSUPCXX_INCLUDES): Adjust. 2000-10-10 23:50:39 +00:00
stl_alloc.h Makefile.am (LIBSUPCXX_INCLUDES): Adjust. 2000-10-10 23:50:39 +00:00
stl_config.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_construct.h Makefile.am (LIBSUPCXX_INCLUDES): Adjust. 2000-10-10 23:50:39 +00:00
stl_deque.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_function.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_heap.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_iterator_base.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_iterator.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_list.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_map.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_multimap.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_multiset.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_numeric.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_pair.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_pthread_alloc.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_queue.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_range_errors.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_raw_storage_iter.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_relops.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_set.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_stack.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_string_fwd.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_tempbuf.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_threads.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_tree.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_uninitialized.h include: New directory. 2000-10-05 11:27:02 +00:00
stl_vector.h include: New directory. 2000-10-05 11:27:02 +00:00
streambuf.tcc include: New directory. 2000-10-05 11:27:02 +00:00
string.tcc include: New directory. 2000-10-05 11:27:02 +00:00
type_traits.h include: New directory. 2000-10-05 11:27:02 +00:00
valarray_array.h Makefile.am (LIBSUPCXX_INCLUDES): Adjust. 2000-10-10 23:50:39 +00:00
valarray_array.tcc include: New directory. 2000-10-05 11:27:02 +00:00
valarray_meta.h include: New directory. 2000-10-05 11:27:02 +00:00