diff mbox series

[wwwdocs] Add Ada's GCC13 changelog entry

Message ID b597b853-7ea6-504b-7609-49c8aa98932f@irvise.xyz
State New
Headers show
Series [wwwdocs] Add Ada's GCC13 changelog entry | expand

Commit Message

Fernando Oleo Blanco March 26, 2023, 12:58 p.m. UTC
Hi all,

a bit belated but just like last year, I've made a patch for the Ada
entry in the changelog. You can find the patch attached to this email.

If I have forgotten anything relevant or if I have done something
incorrectly, please, say so.

Best regards,
Fernando Oleo Blanco

Comments

Arnaud Charlet March 27, 2023, 8:39 a.m. UTC | #1
OK, thanks.

> Hi all,
> 
> a bit belated but just like last year, I've made a patch for the Ada
> entry in the changelog. You can find the patch attached to this email.
> 
> If I have forgotten anything relevant or if I have done something
> incorrectly, please, say so.
> 
> Best regards,
> Fernando Oleo Blanco

> From d273bb1835c1ef23e15d422bed22ca5d333cbdae Mon Sep 17 00:00:00 2001
> From: Fernando Oleo Blanco <irvise@protonmail.com>
> Date: Sun, 26 Mar 2023 14:20:36 +0200
> Subject: [PATCH 1/1] [PATCH] Add Ada's entry in the v13 changelog
> 
> Signed-off-by: Fernando Oleo Blanco <irvise@protonmail.com>
> ---
>  htdocs/gcc-13/changes.html | 11 ++++++++++-
>  1 file changed, 10 insertions(+), 1 deletion(-)
> 
> diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
> index ff70d2ee..2e25bcf5 100644
> --- a/htdocs/gcc-13/changes.html
> +++ b/htdocs/gcc-13/changes.html
> @@ -160,7 +160,16 @@ a work-in-progress.</p>
>  <!-- .................................................................. -->
>  <h2 id="languages">New Languages and Language specific improvements</h2>
>  
> -<!-- <h3 id="ada">Ada</h3> -->
> +<h3 id="ada">Ada</h3>
> +<ul>
> +  <li>Traceback support added in RTEMS for the PPC ELF and ARM architectures.</li>
> +  <li>Support for versions older than VxWorks 7 has been removed.</li>
> +  <li>General improvements to the contracts in the standard libraries.</li>
> +  <li>Addition of <code>GNAT.Binary_Search</code>.</li>
> +  <li>Further additions and fixes for the Ada 2022 specification.</li>
> +  <li>The Pragma <code>SPARK_Mode=&gt;Auto</code> is now accepted. Contract analysis has been further improved.</li>
> +  <li>Documentation improvements.</li>
> +</ul>
>  
>  <h3 id="c-family">C family</h3>
>  <ul>
> -- 
> 2.40.0
>
Marc Poulhiès April 4, 2023, 2:13 p.m. UTC | #2
Fernando Oleo Blanco via Gcc-patches <gcc-patches@gcc.gnu.org> writes:

> Hi all,
>
> a bit belated but just like last year, I've made a patch for the Ada
> entry in the changelog. You can find the patch attached to this email.
>
> If I have forgotten anything relevant or if I have done something
> incorrectly, please, say so.

Hello Fernando,

I've applied/pushed your change.

Thanks!
Marc
diff mbox series

Patch

From d273bb1835c1ef23e15d422bed22ca5d333cbdae Mon Sep 17 00:00:00 2001
From: Fernando Oleo Blanco <irvise@protonmail.com>
Date: Sun, 26 Mar 2023 14:20:36 +0200
Subject: [PATCH 1/1] [PATCH] Add Ada's entry in the v13 changelog

Signed-off-by: Fernando Oleo Blanco <irvise@protonmail.com>
---
 htdocs/gcc-13/changes.html | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index ff70d2ee..2e25bcf5 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -160,7 +160,16 @@  a work-in-progress.</p>
 <!-- .................................................................. -->
 <h2 id="languages">New Languages and Language specific improvements</h2>
 
-<!-- <h3 id="ada">Ada</h3> -->
+<h3 id="ada">Ada</h3>
+<ul>
+  <li>Traceback support added in RTEMS for the PPC ELF and ARM architectures.</li>
+  <li>Support for versions older than VxWorks 7 has been removed.</li>
+  <li>General improvements to the contracts in the standard libraries.</li>
+  <li>Addition of <code>GNAT.Binary_Search</code>.</li>
+  <li>Further additions and fixes for the Ada 2022 specification.</li>
+  <li>The Pragma <code>SPARK_Mode=&gt;Auto</code> is now accepted. Contract analysis has been further improved.</li>
+  <li>Documentation improvements.</li>
+</ul>
 
 <h3 id="c-family">C family</h3>
 <ul>
-- 
2.40.0