public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. 67c72bb30309882ce465519e97fb14592d18ff2c
@ 2022-04-14  4:43 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2022-04-14  4:43 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

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  67c72bb30309882ce465519e97fb14592d18ff2c (commit)
      from  635acaea5c578425fe10e1b7b12d9b193329333d (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 67c72bb30309882ce465519e97fb14592d18ff2c
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Wed Apr 13 22:43:05 2022 -0600

    gcc-12: Properly escape < and >.

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index bd9e5122..057d1274 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -205,10 +205,10 @@ a work-in-progress.</p>
   <ul>
     <li>Fixed lower bound for unconstrained arrays.
     <ul>
-      <li><code>type Matrix is array (Natural range 0 .. <>, Natural
-        range 0 .. <>) of Integer;</code> is now valid.</li>
+      <li><code>type Matrix is array (Natural range 0 .. &lt;&gt;,
+	Natural range 0 .. &lt;&gt;) of Integer;</code> is now valid.</li>
       <li>Subtypes can also specify a lower bound: <code>subtype
-        String_1 is String (1 .. <>);</code>. Boundaries from slices
+        String_1 is String (1 .. &lt;&gt;);</code>. Boundaries from slices
         will "slide" to the correct lower bound of the subtype.</li>
     </ul>
     </li>

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

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


hooks/post-receive
-- 
gcc-wwwdocs


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

only message in thread, other threads:[~2022-04-14  4:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14  4:43 gcc-wwwdocs branch master updated. 67c72bb30309882ce465519e97fb14592d18ff2c Gerald Pfeifer

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).