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  79ef2cb65d7876e71ea9560e2a92843070dc40d5 (commit)
       via  eafcdb152016eefd4e9f691f45437c284810ee5e (commit)
      from  320e118cfd9379bba6f08b57c7b4bfb118803e57 (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 79ef2cb65d7876e71ea9560e2a92843070dc40d5
Author: Gerald Pfeifer <ger...@pfeifer.com>
Date:   Wed Jun 19 08:17:31 2024 +0200

    gcc-3.0: Avoid duplicate link to LAPACK
    
    There is already one such link pretty directly above, so avoid the
    second one.

diff --git a/htdocs/gcc-3.0/criteria.html b/htdocs/gcc-3.0/criteria.html
index 97be2e30..3e679d28 100644
--- a/htdocs/gcc-3.0/criteria.html
+++ b/htdocs/gcc-3.0/criteria.html
@@ -313,8 +313,7 @@ for measuring code quality:</p>
 </tr>
 <tr><td>LAPACK</td>
     <td>Fortran</td>
-    <td><a href="http://www.netlib.org/lapack/lapack.tgz";>
-        LAPACK 3.0 (timing programs)</a></td>
+    <td>LAPACK 3.0 (timing programs)</td>
 </tr>
 </table>
 

commit eafcdb152016eefd4e9f691f45437c284810ee5e
Author: Gerald Pfeifer <ger...@pfeifer.com>
Date:   Tue Jun 18 11:04:26 2024 +0200

    codingrationale: Fix spelling

diff --git a/htdocs/codingrationale.html b/htdocs/codingrationale.html
index c51c9da4..5e3d6b88 100644
--- a/htdocs/codingrationale.html
+++ b/htdocs/codingrationale.html
@@ -18,7 +18,7 @@
 
 <p>
 Inlining functions has a potential cost in object size,
-working set size, compile time, and debuggablity.
+working set size, compile time, and debugability.
 These costs should not be borne without some evidence
 that the inlining pays for itself.
 </p>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/codingrationale.html  | 2 +-
 htdocs/gcc-3.0/criteria.html | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to