gcc/libstdc++-v3/testsuite/20_util
Stephen M. Webb 917a9fd4d5 c_locale.h: Change ::malloc() to new char[].
2004-01-29  Stephen M. Webb  <stephen.webb@bregmasoft.com>

	* config/local/generic/c_locale.h: Change ::malloc() to new char[].
  	* config/local/gnu/c_locale.h: Change ::malloc() to new char[].
  	* include/bits/stl_tempbuf.h: Convert _Temporary_buffer to use
	std::get_temporary_buffer() instead of duplicating its code.
	Update to C++STYLE conventions.
  	* include/std/std_memory.h (get_temporary_buffer): Use ::operator
	new() instead of std::malloc().
	(return_temporary_buffer): Use ::operator delete() instead of
	std::free().

From-SVN: r76922
2004-01-30 03:43:00 +00:00
..
allocator Makefile.am (bits_headers): Remove allocator_traits.h. 2004-01-29 00:18:40 +00:00
auto_ptr c_locale.h: Change ::malloc() to new char[]. 2004-01-30 03:43:00 +00:00
pair ifstream_extract_float.cc: New. 2004-01-13 18:57:45 +00:00
binders.cc locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
comparisons.cc stl_raw_storage_iter.h: Format. 2001-06-19 01:51:33 +00:00
raw_storage_iterator.cc locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00
temporary_buffer.cc locale_facets.tcc: Tweak to avoid warnings. 2003-09-23 20:03:30 +00:00