gcc/libstdc++-v3/config/locale
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
..
generic c_locale.h: Change ::malloc() to new char[]. 2004-01-30 03:43:00 +00:00
gnu c_locale.h: Change ::malloc() to new char[]. 2004-01-30 03:43:00 +00:00
ieee_1003.1-2001 c_locale.cc: Fix throw messages to use the __N marker. 2004-01-27 00:49:03 +00:00