gcc/libstdc++-v3/docs/html
Loren J. Rittle 0b564d905f howto.html (GLIBCPP_FORCE_NEW): Document new environment variable which replaces all uses of __USE_MALLOC macro.
* docs/html/23_containers/howto.html (GLIBCPP_FORCE_NEW): Document
	new environment variable which replaces all uses of __USE_MALLOC
	macro.
	* docs/html/ext/howto.html (GLIBCPP_FORCE_NEW): Likewise.
	(__mem_interface): Remove all references to old internal typedef.
	* include/backward/alloc.h (__USE_MALLOC): Remove it and all
	guarded code.
	* include/bits/c++config (__USE_MALLOC): Update related error
	message and comment.
	* include/bits/stl_alloc.h (__USE_MALLOC): Remove it and all
	guarded code.  Update all related comments.
	(__mem_interface): Unconditionally replace it with __new_alloc.
	However, leave the typedef around in case anyone used it.
	(__default_alloc_template<>::_S_force_new): New class static.
	(__default_alloc_template<>::allocate, deallocate): Add
	run-time controlled feature similar to what __USE_MALLOC code
	path had provided.
	* src/stl-inst.cc (__USE_MALLOC): Remove it and all
	guarded code.
	* testsuite/21_strings/capacity.cc: Remove reference to __USE_MALLOC.
	Add documentation on GLIBCPP_FORCE_NEW environment variable.
	* testsuite/ext/allocators.cc: Likewise.

From-SVN: r58286
2002-10-18 20:52:57 +00:00
..
17_intro howto.html: Write #5, char_traits. 2002-10-10 22:00:29 +00:00
18_support configopts.html, [...]: Add DOCTYPEs. 2002-10-07 18:11:23 +00:00
19_diagnostics configopts.html, [...]: Add DOCTYPEs. 2002-10-07 18:11:23 +00:00
20_util configopts.html, [...]: Add DOCTYPEs. 2002-10-07 18:11:23 +00:00
21_strings howto.html: Correct nasting of XHTML elements. 2002-10-12 06:14:31 +00:00
22_locale static_members.cc (test02): Disable for systems without named locale support. 2002-10-14 22:13:34 +00:00
23_containers howto.html (GLIBCPP_FORCE_NEW): Document new environment variable which replaces all uses of __USE_MALLOC macro. 2002-10-18 20:52:57 +00:00
24_iterators configopts.html, [...]: Add DOCTYPEs. 2002-10-07 18:11:23 +00:00
25_algorithms configopts.html, [...]: Add DOCTYPEs. 2002-10-07 18:11:23 +00:00
26_numerics configopts.html, [...]: Add DOCTYPEs. 2002-10-07 18:11:23 +00:00
27_io configopts.html, [...]: Add DOCTYPEs. 2002-10-07 18:11:23 +00:00
ext howto.html (GLIBCPP_FORCE_NEW): Document new environment variable which replaces all uses of __USE_MALLOC macro. 2002-10-18 20:52:57 +00:00
faq configopts.html, [...]: Add DOCTYPEs. 2002-10-07 18:11:23 +00:00
abi.txt globals.cc (__gnu_cxx::c_locale_impl_compat): Add, alias to c_locale_impl. 2002-10-15 04:22:11 +00:00
configopts.html configopts.html, [...]: Add DOCTYPEs. 2002-10-07 18:11:23 +00:00
documentation.html configopts.html, [...]: Add DOCTYPEs. 2002-10-07 18:11:23 +00:00
explanations.html configopts.html, [...]: Add DOCTYPEs. 2002-10-07 18:11:23 +00:00
install.html locale_facets.h (__timepunct::__timepunct): Allocate _M_name_timepunct. 2002-10-17 01:19:59 +00:00
lib3styles.css
makedoc.awk Makefile: Use more portable shell wildcard. 2002-09-05 15:47:54 +00:00
Makefile Makefile: Use more portable shell wildcard. 2002-09-05 15:47:54 +00:00