This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] add link to existing feature note (libstdc++)
- To: gcc-patches at gcc dot gnu dot org
- Subject: [wwwdocs] add link to existing feature note (libstdc++)
- From: Phil Edwards <pedwards at disaster dot jaj dot com>
- Date: Tue, 12 Jun 2001 16:54:52 -0400
Someone else was already kind enough to write the line in
gcc-3.0/features.html; this just wraps some of the words in a link.
I'll apply it later today unless someone complains.
Index: features.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.0/features.html,v
retrieving revision 1.14
diff -c -r1.14 features.html
*** features.html 2001/05/31 05:20:38 1.14
--- features.html 2001/06/12 22:08:56
***************
*** 44,51 ****
<li>New C++ ABI, capable of inter-operating with other IA-64 compilers.</li>
<li>The new ABI also significantly reduces the size of symbol and debug
information.</li>
! <li>New C++ support library and many C++ bug fixes, vastly improving our
! conformance to the ISO C++ standard.</li>
<li>New <a href="../news/inlining.html">inliner for C++</a>.</li>
<li>Rewritten C preprocessor, integrated into the C, C++ and
Objective C compilers, with very many improvements including
--- 44,52 ----
<li>New C++ ABI, capable of inter-operating with other IA-64 compilers.</li>
<li>The new ABI also significantly reduces the size of symbol and debug
information.</li>
! <li>New <a href="http://gcc.gnu.org/libstdc++/">C++ support library</a>
! and many C++ bug fixes, vastly improving our conformance to the
! ISO C++ standard.</li>
<li>New <a href="../news/inlining.html">inliner for C++</a>.</li>
<li>Rewritten C preprocessor, integrated into the C, C++ and
Objective C compilers, with very many improvements including