This commit updates a few administrative files in the top-level
directory.

The MAINTAINERS file is updated with new entries for the Algol 68
front-end and the libga68 run-time library.

SECURITY.txt is updated to add libga68 to the list of the other
run-time libraries.

contrib/gcc-changelog/git_commit.py is updated so it knows about the
'algol68' bugzilla component.

Signed-off-by: Jose E. Marchesi <[email protected]>

ChangeLog

        * MAINTAINERS: Add Algol 68 subsystems.
        * SECURITY.txt: add libga68 to list of libraries.

contrib/ChangeLog

        * gcc-changelog/git_commit.py: add algol68 bugzilla
        component.
---
 MAINTAINERS                         | 2 ++
 SECURITY.txt                        | 1 +
 contrib/gcc-changelog/git_commit.py | 1 +
 3 files changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 984e906fc61..4b22310df17 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -172,6 +172,7 @@ objective-c/c++         Mike Stump              
<[email protected]>
 objective-c/c++         Iain Sandoe             <[email protected]>
 Rust                    Arthur Cohen            <[email protected]>
 Rust                    Philip Herron           <[email protected]>
+Algol 68                Jose E. Marchesi        <[email protected]>
 
                         Various Maintainers
 
@@ -180,6 +181,7 @@ libcpp                  Per Bothner             
<[email protected]>
 libcpp                  All C and C++ front end maintainers
 libcpp                  David Malcolm           <[email protected]>
 fp-bit                  Ian Lance Taylor        <[email protected]>
+libga68                 Jose E. Marchesi        <[email protected]>
 libgcc                  Ian Lance Taylor        <[email protected]>
 libgo                   Ian Lance Taylor        <[email protected]>
 libgomp                 Jakub Jelinek           <[email protected]>
diff --git a/SECURITY.txt b/SECURITY.txt
index b38425ea223..ba3e42ac723 100644
--- a/SECURITY.txt
+++ b/SECURITY.txt
@@ -85,6 +85,7 @@ Language runtime libraries
     * libcpp
     * libdecnumber
     * libffi
+    * liga68
     * libgcc
     * libgfortran
     * libgm2
diff --git a/contrib/gcc-changelog/git_commit.py 
b/contrib/gcc-changelog/git_commit.py
index e0c46be8ab2..7da73e5869f 100755
--- a/contrib/gcc-changelog/git_commit.py
+++ b/contrib/gcc-changelog/git_commit.py
@@ -88,6 +88,7 @@ default_changelog_locations = {
 
 bug_components = {
     'ada',
+    'algol68',
     'analyzer',
     'boehm-gc',
     'bootstrap',
-- 
2.30.2

Reply via email to