gcc/libstdc++-v3/config
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
..
abi Fix last checkin to commit right version of file. 2003-07-18 15:24:44 +02:00
cpu atomicity.h (__exchange_and_add): Fix output constraint. 2003-12-24 20:27:58 -08:00
io re PR libstdc++/10063 (stdio_filebuf broken) 2003-12-10 17:37:25 +00:00
locale c_locale.h: Change ::malloc() to new char[]. 2004-01-30 03:43:00 +00:00
os configure.host: Add support for *-tpf. 2004-01-27 15:36:22 +00:00
linker-map.dummy acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Also check version. 2002-02-20 22:10:39 +00:00
linker-map.gnu Makefile.am (bits_headers): Remove allocator_traits.h. 2004-01-29 00:18:40 +00:00