This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r129733 - in /trunk/libstdc++-v3: ChangeLog con...


Author: bkoz
Date: Mon Oct 29 21:13:23 2007
New Revision: 129733

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129733
Log:
2007-10-29  Benjamin Kosnik  <bkoz@redhat.com>
 
	* include/bits/c++config (_GLIBCXX_DEPRECATED,
	_GLIBCXX_USE_DEPRECATED): New. Adjust comments.
	* include/bits/stl_auto_ptr.h: Move...
	* includse/backward/auto_ptr.h: ...here.
	* include/bits/stl_function.h (binder1st, binder2nd, bind1st,
	bind2nd): Move...
	* include/backward/binders.h: ...here. Deprecate in C++0x.

	* include/tr1_impl/boost_shared_ptr.h: Guard auto_ptr usage.
	* include/std/memory: Same.
	* include/std/streambuf: Consistent use of _GLIBCXX_USE_DEPRECATED.

	* include/backward/strstream: Fix guard macros.
	* include/backward/backward_warning.h: Adjust for all new items.

	* config/abi/pre/gnu.ver: Export basic_streambuf::stossc.
	
	* include/Makefile.am (backward_headers): Adjust.
	* include/Makefile.in: Regenerate.
	* configure: Regenerate.


Added:
    trunk/libstdc++-v3/include/backward/auto_ptr.h
      - copied, changed from r129465, trunk/libstdc++-v3/include/bits/stl_auto_ptr.h
    trunk/libstdc++-v3/include/backward/binders.h
Removed:
    trunk/libstdc++-v3/include/bits/stl_auto_ptr.h
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/abi/pre/gnu.ver
    trunk/libstdc++-v3/include/Makefile.am
    trunk/libstdc++-v3/include/Makefile.in
    trunk/libstdc++-v3/include/backward/backward_warning.h
    trunk/libstdc++-v3/include/backward/strstream
    trunk/libstdc++-v3/include/bits/c++config
    trunk/libstdc++-v3/include/bits/stl_function.h
    trunk/libstdc++-v3/include/std/memory
    trunk/libstdc++-v3/include/std/streambuf
    trunk/libstdc++-v3/include/tr1_impl/boost_shared_ptr.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]