diff mbox

[wwwdocs] Add special math functions to libstdc++ changes

Message ID 20160119154944.GI15084@redhat.com
State New
Headers show

Commit Message

Jonathan Wakely Jan. 19, 2016, 3:49 p.m. UTC
This documents Ed's recent addition to trunk.

Committed to cvs.
diff mbox

Patch

Index: htdocs/gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.46
diff -u -r1.46 changes.html
--- htdocs/gcc-6/changes.html	22 Dec 2015 19:23:31 -0000	1.46
+++ htdocs/gcc-6/changes.html	19 Jan 2016 15:47:29 -0000
@@ -110,7 +110,9 @@ 
 
 <h4 id="libstdcxx">Runtime Library (libstdc++)</h4>
   <ul>
-    <li> Experimental support for C++17, including the following
+    <li>Extensions to the C++ Library to support mathematical special
+        functions (ISO/IEC 29124:2010), thanks to Edward Smith-Rowland. </li>
+    <li>Experimental support for C++17, including the following
       new features:
       <ul>
         <li><code>std::uncaught_exceptions</code> function (this is also
@@ -129,12 +131,12 @@ 
     </li>
     <li>An experimental implementation of the File System TS.</li>
     <li>Experimental support for most features of the second version of the
-        Library Fundamentals TS, including polymorphic memory resources and
-        array support in <code>shared_ptr</code>, thanks to Fan You.</li>
+        Library Fundamentals TS. This includes polymorphic memory resources
+        and array support in <code>shared_ptr</code>, thanks to Fan You.</li>
     <li>Some assertions checked by Debug Mode can now also be enabled by
         <code>_GLIBCXX_ASSERTIONS</code>. The subset of checks enabled by
         the new macro have less run-time overhead than the full
-        <code>_GLIBCXX_DEBUG</code> checks and and don't affect the library
+        <code>_GLIBCXX_DEBUG</code> checks and don't affect the library
         ABI, so can be enabled per-translation unit.
     </li>
     <li>Timed mutex types are supported on more targets, including Darwin.