This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r126030 - in /branches/gcc-4_2-branch/libstdc++...
- From: bkoz at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Tue, 26 Jun 2007 15:35:43 -0000
- Subject: r126030 - in /branches/gcc-4_2-branch/libstdc++...
Author: bkoz
Date: Tue Jun 26 15:35:42 2007
New Revision: 126030
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126030
Log:
2007-06-26 Benjamin Kosnik <bkoz@redhat.com>
* include/ext/throw_allocator.h: Fixes for -fno-exceptions.
* testsuite/util/testsuite_shared.cc: Same.
* testsuite/util/io/illegal_input_error.hpp: Same.
* testsuite/util/io/verified_cmd_line_input.cc: Same.
* libsupc++/typeinfo (type_info): Correct comment formatting,
clarify member access and public interface.
* libsupc++/exception: Less compressed comments.
* libsupc++/new: Same.
Modified:
branches/gcc-4_2-branch/libstdc++-v3/ChangeLog
branches/gcc-4_2-branch/libstdc++-v3/include/ext/throw_allocator.h
branches/gcc-4_2-branch/libstdc++-v3/libsupc++/exception
branches/gcc-4_2-branch/libstdc++-v3/libsupc++/new
branches/gcc-4_2-branch/libstdc++-v3/libsupc++/typeinfo
branches/gcc-4_2-branch/libstdc++-v3/testsuite/util/io/illegal_input_error.hpp
branches/gcc-4_2-branch/libstdc++-v3/testsuite/util/io/verified_cmd_line_input.cc
branches/gcc-4_2-branch/libstdc++-v3/testsuite/util/testsuite_shared.cc