This is the mail archive of the gcc-patches@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]

Re: [wwwdocs] Update changes.html with libstdc++ changes


On Sat, 6 Dec 2014, Jonathan Wakely wrote:
This adds recent libstdc++ updates to gcc-5/changes.html

Nice! Just a most minor change to end a list with a full stop instead of a semi-colon. Applied.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.94
diff -u -r1.94 changes.html
--- changes.html	6 Apr 2015 12:56:40 -0000	1.94
+++ changes.html	8 Apr 2015 06:54:43 -0000
@@ -456,7 +456,7 @@
    <li>New random number distributions <code>logistic_distribution</code> and
      <code>uniform_on_sphere_distribution</code> as extensions.</li>
    <li><a href="https://sourceware.org/gdb/current/onlinedocs/gdb/Xmethods-In-Python.html";>GDB
-      Xmethods</a> for containers and <code>std::unique_ptr</code>;</li>
+      Xmethods</a> for containers and <code>std::unique_ptr</code>.</li>
  </ul>

<h3 id="fortran">Fortran</h3>


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