This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
gcc/libstdc++-v3 ChangeLog.libstdcxx_so_7-bran ...
- From: paolo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org, libstdc++-cvs at gcc dot gnu dot org
- Date: 24 Aug 2004 17:03:01 -0000
- Subject: gcc/libstdc++-v3 ChangeLog.libstdcxx_so_7-bran ...
CVSROOT: /cvs/gcc
Module name: gcc
Branch: libstdcxx_so_7-branch
Changes by: paolo@gcc.gnu.org 2004-08-24 17:03:01
Modified files:
libstdc++-v3 : ChangeLog.libstdcxx_so_7-branch configure
configure.ac
libstdc++-v3/include/bits: stl_list.h list.tcc
libstdc++-v3/src: list.cc
libstdc++-v3/config: linker-map.gnu
libstdc++-v3/testsuite: testsuite_abi.cc
Added files:
libstdc++-v3/testsuite/23_containers/list: 16896.cc
Log message:
2004-08-24 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/16896
* include/bits/stl_list.h (struct _List_node_base): Rename the
transfer member to _M_transfer, hook to _M_hook, and unhook to
_M_unhook.
* include/bits/list.tcc (list<>::insert): Tweak consistently.
* src/list.cc: Change consistently.
* config/linker-map.gnu: Likewise.
* testsuite/23_containers/list/16896.cc: New.
* include/bits/stl_list.h: Trivial formatting fixes.
* config/linker-map.gnu: Move everything in GLIBCXX_3.4, 3.4.1
and 3.4.2 under GLIBCXX_3.6.
* testsuite/testsuite_abi.cc: Add GLIBCXX_3.6.
* configure.ac (libtool_VERSION): Bump to 7:0:0.
* configure: Regenerate.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.libstdcxx_so_7-branch.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.4&r2=1.1.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.384.4.2&r2=1.384.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.ac.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.18.4.2&r2=1.18.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_list.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.40.2.1&r2=1.40.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/list.tcc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.15.2.1&r2=1.15.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/list.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.2&r2=1.2.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/linker-map.gnu.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.59.2.1&r2=1.59.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list/16896.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_abi.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.4.8.1&r2=1.4.8.2