On 3/15/25 19:24, Gerald Pfeifer wrote:
On Thu, 13 Mar 2025, Jose E. Marchesi wrote:
This patch adds a link to the Algol 68 front-end development list to
lists.html. OK?
Sure.
+ <li><b><a href="https://gcc.gnu.org/ml/algol68/">algol68</a></b> is
+ the discussion and development list for the Algol 68 language front
+ end of GCC, and the corresponding runtime library. Patches to ga68
+ and libga68 should go to this list.</li>
If I understand https://gcc.gnu.org/codingconventions.html correctly that
would be "run-time library", though I see we are quite inconsistent in our
pages. - Sandra?
(Jose, you can go ahead and push the patch. Depending on what Sandra
advises, I'll change existing occurrences.)
I agree we've been inconsistent about this usage. "Run-time library" is
correct for normal English rules for adjectival phrases, but I think
nowadays common usage is leaning towards "runtime library"; seen in
Wikipedia, Microsoft, OpenMP, Intel, Arm, ... and the "GCC Runtime
Library Exception". :-S I'd be OK with either way -- switching to
"runtime library" everywhere and in our internal style guide, or
following the current recommendation everywhere.
-Sandra