This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via f397f644ba46d18dd64cd80fd87f795f87effeb2 (commit) from 62e30c69e991f448be9c10881c8749f0ce98ce70 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f397f644ba46d18dd64cd80fd87f795f87effeb2 Author: Marek Polacek <pola...@redhat.com> Date: Thu Jun 5 16:52:17 2025 -0400 Update .htaccess after the c99status.html rename diff --git a/htdocs/.htaccess b/htdocs/.htaccess index 18997d63..2e2489c9 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -20,18 +20,18 @@ Redirect permanent /gcc-3.1/testing-lapack.html https://gcc.gnu.org/testing/test Redirect permanent /gcc-3.1/testing-pooma.html https://gcc.gnu.org/testing/testing-pooma.html Redirect permanent /gcc-3.1/testing-qt.html https://gcc.gnu.org/testing/testing-qt.html -Redirect permanent /gcc-3.0/c99status.html https://gcc.gnu.org/c99status.html -Redirect permanent /gcc-3.1/c99status.html https://gcc.gnu.org/c99status.html -Redirect permanent /gcc-3.3/c99status.html https://gcc.gnu.org/c99status.html -Redirect permanent /gcc-3.4/c99status.html https://gcc.gnu.org/c99status.html -Redirect permanent /gcc-4.0/c99status.html https://gcc.gnu.org/c99status.html -Redirect permanent /gcc-4.1/c99status.html https://gcc.gnu.org/c99status.html -Redirect permanent /gcc-4.2/c99status.html https://gcc.gnu.org/c99status.html -Redirect permanent /gcc-4.3/c99status.html https://gcc.gnu.org/c99status.html -Redirect permanent /gcc-4.4/c99status.html https://gcc.gnu.org/c99status.html -Redirect permanent /gcc-4.5/c99status.html https://gcc.gnu.org/c99status.html -Redirect permanent /gcc-4.6/c99status.html https://gcc.gnu.org/c99status.html -Redirect permanent /gcc-4.7/c99status.html https://gcc.gnu.org/c99status.html +Redirect permanent /gcc-3.0/c99status.html https://gcc.gnu.org/projects/c-status.html +Redirect permanent /gcc-3.1/c99status.html https://gcc.gnu.org/projects/c-status.html +Redirect permanent /gcc-3.3/c99status.html https://gcc.gnu.org/projects/c-status.html +Redirect permanent /gcc-3.4/c99status.html https://gcc.gnu.org/projects/c-status.html +Redirect permanent /gcc-4.0/c99status.html https://gcc.gnu.org/projects/c-status.html +Redirect permanent /gcc-4.1/c99status.html https://gcc.gnu.org/projects/c-status.html +Redirect permanent /gcc-4.2/c99status.html https://gcc.gnu.org/projects/c-status.html +Redirect permanent /gcc-4.3/c99status.html https://gcc.gnu.org/projects/c-status.html +Redirect permanent /gcc-4.4/c99status.html https://gcc.gnu.org/projects/c-status.html +Redirect permanent /gcc-4.5/c99status.html https://gcc.gnu.org/projects/c-status.html +Redirect permanent /gcc-4.6/c99status.html https://gcc.gnu.org/projects/c-status.html +Redirect permanent /gcc-4.7/c99status.html https://gcc.gnu.org/projects/c-status.html Redirect permanent /libstdc++/ https://gcc.gnu.org/ Redirect permanent /libstdc++/mail.html https://gcc.gnu.org/lists.html @@ -57,7 +57,7 @@ Redirect permanent /java/status.html https://gcc.gnu.org/ Redirect permanent /java/ https://gcc.gnu.org/ Redirect permanent /bugs.html https://gcc.gnu.org/bugs/ -Redirect permanent /c9xstatus.html https://gcc.gnu.org/c99status.html +Redirect permanent /c9xstatus.html https://gcc.gnu.org/projects/c-status.html Redirect permanent /cvswrite.html https://gcc.gnu.org/gitwrite.html Redirect permanent /gnats.html https://gcc.gnu.org/bugs/ Redirect permanent /jenkins http://3.14.90.209:8080 @@ -73,6 +73,7 @@ Redirect permanent /svnwrite.html https://gcc.gnu.org/gitwrite.html Redirect permanent /thanks.html https://gcc.gnu.org/onlinedocs/gcc/Contributors.html Redirect permanent /timeline.html https://gcc.gnu.org/releases.html#timeline Redirect permanent /web.html https://gcc.gnu.org/about.html +Redirect permanent /c99status.html https://gcc.gnu.org/projects/c-status.html Redirect /onlinedocs/ld http://sourceware.org/binutils/docs-2.27/ld Redirect /onlinedocs/libc https://www.gnu.org/software/libc/manual/html_node/ ----------------------------------------------------------------------- Summary of changes: htdocs/.htaccess | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) hooks/post-receive -- gcc-wwwdocs