public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@pfeifer.com>
To: Fernando Oleo Blanco <irvise_ml@irvise.xyz>,
	 Arnaud Charlet <charlet@adacore.com>
Cc: gcc-patches@gcc.gnu.org, Eric Botcazou <botcazou@adacore.com>
Subject: Re: [wwwdocs] Add Ada's changelog entry
Date: Sat, 16 Apr 2022 07:04:21 -0600 (MDT)	[thread overview]
Message-ID: <18bae394-506e-1163-bfa5-633f1456c649@pfeifer.com> (raw)
In-Reply-To: <6182f459-3c52-2d2a-f0ab-317f39f1d24d@pfeifer.com>

On Wed, 13 Apr 2022, Gerald Pfeifer wrote:
> I am not familiar with that Emacs mode, but < and > are special characters 
> in HTML and have to be written as &lt; (less than) and &gt; (greater than) 
> respectively.

Here is a second batch which I had missed originally. 

Also pushed...

Gerald


commit adefeb2b20b4bce5575bd550a48cb476e001987f
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Wed Apr 13 23:09:00 2022 -0600

    gcc-12: More < and > escaping

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 057d1274..9daf3c51 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -233,9 +233,9 @@ type Sign is (Neg, Zero, Pos);
 
 function Multiply (S1, S2 : Sign) return Sign is
   (case (S1, S2) is
-     when (Neg, Neg) | (Pos, Pos) => Pos,
-     when (Zero, <>) | (<>, Zero) => Zero,
-     when (Neg, Pos) | (Pos, Neg) => Neg);
+     when (Neg, Neg) | (Pos, Pos) =&gt; Pos,
+     when (Zero, &lt;&gt;) | (&lt;&gt;, Zero) =&gt; Zero,
+     when (Neg, Pos) | (Pos, Neg) =&gt; Neg);
         </pre></code></li>
     </ul>
     </li>

  parent reply	other threads:[~2022-04-16 13:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-04 21:28 Fernando Oleo Blanco
2022-04-04 21:51 ` Eric Botcazou
2022-04-04 22:00   ` Fernando Oleo Blanco
2022-04-05  6:05     ` Arnaud Charlet
2022-04-05  6:30       ` Richard Biener
2022-04-05 17:05         ` Fernando Oleo Blanco
2022-04-11  9:00           ` Arnaud Charlet
2022-04-14  4:44             ` Gerald Pfeifer
2022-04-14  5:04               ` Gerald Pfeifer
2022-04-15 13:55                 ` Fernando Oleo Blanco
2022-04-16 13:22                   ` Gerald Pfeifer
2022-04-16 13:04               ` Gerald Pfeifer [this message]
2022-04-14 14:57       ` Jonathan Wakely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18bae394-506e-1163-bfa5-633f1456c649@pfeifer.com \
    --to=gerald@pfeifer.com \
    --cc=botcazou@adacore.com \
    --cc=charlet@adacore.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=irvise_ml@irvise.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).