https://gcc.gnu.org/g:8943e8a7d25a7cd3fce9581ec2ffa430dd7a178f
commit r16-5771-g8943e8a7d25a7cd3fce9581ec2ffa430dd7a178f Author: Jose E. Marchesi <[email protected]> Date: Sat Oct 11 19:40:13 2025 +0200 a68: top-level misc files 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. Signed-off-by: Jose E. Marchesi <[email protected]> ChangeLog * MAINTAINERS: Add Algol 68 subsystems. * SECURITY.txt: add libga68 to list of libraries. Diff: --- MAINTAINERS | 2 ++ SECURITY.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ae451ae18182..22d4172c4695 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -173,6 +173,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 @@ -181,6 +182,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 b38425ea2238..910e969a77b1 100644 --- a/SECURITY.txt +++ b/SECURITY.txt @@ -85,6 +85,7 @@ Language runtime libraries * libcpp * libdecnumber * libffi + * libga68 * libgcc * libgfortran * libgm2
