public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 6d5199f7a6a3fc6a160cbacc86b29afa9d62a8bb
@ 2020-05-14 17:28 Iain Buclaw
  0 siblings, 0 replies; only message in thread
From: Iain Buclaw @ 2020-05-14 17:28 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3557 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  6d5199f7a6a3fc6a160cbacc86b29afa9d62a8bb (commit)
      from  1e978400c2a88a20e13031016db5c2746452ff54 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6d5199f7a6a3fc6a160cbacc86b29afa9d62a8bb
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Thu May 14 19:27:46 2020 +0200

    wwwdocs: Address reviewer comments on D front-end section

diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index 0daa5ef7..b9fae2c6 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -500,21 +500,21 @@ int get_naïve_pi() {
 <h3 id="d">D</h3>
 <ul>
   <li>Support for <code>static foreach</code> has been implemented.</li>
-  <li>Aliases can now be created directly from any <code>__trait</code> that
+  <li>Aliases can now be created directly from any <code>__traits</code> that
       return symbols or tuples.  Previously, an <code>AliasSeq</code> was
       necessary in order to alias their return.
   </li>
   <li>It is now possible to detect the language ABI specified for a struct,
-      class, or interface using <code>__traits(getLinkage, ...)</code>
-  <li>Support for <code>core.math.toPrec</code> intrinsics have been added.
+      class, or interface using <code>__traits(getLinkage, ...)</code>.
+  <li>Support for <code>core.math.toPrec</code> intrinsics has been added.
       These intrinsics guarantee the rounding to specific floating-point
-      precisions at required points in the code.
+      precisions at specified points in the code.
   </li>
   <li>Support for <code>pragma(inline)</code> has been implemented.  Previously
       the pragma was recognized, but had no effect on the compilation.
   </li>
-  <li>Optional parentheses in <code>asm</code> operands are now deprecated and
-      will be removed in a future release.
+  <li>Optional parentheses in <code>asm</code> operands are deprecated and will
+      be removed in a future release.
   </li>
   <li>All content imported files are now included in the make dependency list
       when compiling with <code>-M</code>.
@@ -523,12 +523,12 @@ int get_naïve_pi() {
       module will now take effect when applied to function prototypes as well
       as when applied to full function declarations.
   </li>
-  <li>Added <code>--enable-libphobos-checking</code> configure option to
+  <li>Added a <code>--enable-libphobos-checking</code> configure option to
       control whether run-time checks are compiled into the D runtime library.
   </li>
-  <li>Added <code>--with-libphobos-druntime-only</code> configure option to
-      allow specifying whether to build only the core D runtime library, or
-      both the core and standard libraries into libphobos.
+  <li>Added a <code>--with-libphobos-druntime-only</code> configure option to
+      indicate whether to build only the core D runtime library, or both the
+      core and standard libraries into libphobos.
   </li>
 </ul>
 

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-10/changes.html | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-14 17:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 17:28 gcc-wwwdocs branch master updated. 6d5199f7a6a3fc6a160cbacc86b29afa9d62a8bb Iain Buclaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).