Patch for the bounds checking section of http://gcc.gnu.org/extensions.html

William Bader william@nscs.fast.net
Sat Sep 27 01:59:00 GMT 2003


Patch for the bounds checking section of http://gcc.gnu.org/extensions.html

My work changed internet providers, and nscs.fast.net will become newspapersystems.com.
The new ftp server at ftp.newspapersystems.com is running,
and nscs.fast.net will go away in a month or two.
The patch below updates the ftp server URLs.
The changes also make it clearer that Herman has continued updating the patches.
and to reduce spam, I swapped my old email address (which will go away soon
anyway) with my web page (which contains contact information).

William Bader
http://williambader.com

--- extensions.html-	2003-09-26 21:28:22.000000000 -0400
+++ extensions.html	2003-09-26 21:34:09.000000000 -0400
@@ -75,7 +75,7 @@
 Bounds checking patches for
 <a href="http://web.inter.NL.net/hcc/Haj.Ten.Brugge/">GCC releases</a>
 and
-<a href="ftp://nscs.fast.net/pub/binaries/boundschecking">GCC snapshots</a>
+<a href="ftp://ftp.newspapersystems.com/pub/binaries/boundschecking">GCC snapshots</a>
 </h2>
 
 <p>These patches add a <code>-fbounds-checking</code> flag that
@@ -83,10 +83,11 @@
 Richard Jones developed the
 <a href="http://www-ala.doc.ic.ac.uk/~phjk/BoundsChecking.html">
 patches against gcc-2.7</a> in 1995.
-Herman ten Brugge is the current maintainer and has updated the patches for
-gcc-2.95.2.
-<a href="mailto:william@nscs.fast.net">William Bader</a> has unofficial
-updates for selected GCC snapshots.</p>
+<a href="http://web.inter.NL.net/hcc/Haj.Ten.Brugge/">Herman ten Brugge</a>
+is the current maintainer and has updated the
+<a href="http://web.inter.NL.net/hcc/Haj.Ten.Brugge/">patches for gcc-2.95.2 and later</a>.
+<a href="http://williambader.com">William Bader</a> has
+<a href="ftp://ftp.newspapersystems.com/pub/binaries/boundschecking/">unofficial patches</a>.</p>
 
 <p>You may freely mix object modules compiled with and without bounds
 checking.  The bounds checker also includes replacements for
@@ -95,7 +96,7 @@
 compiled without bounds checking.</p>
 
 <p>Here is a
-<a href="ftp://nscs.fast.net/pub/binaries/boundschecking/example.html#Example">
+<a href="ftp://ftp.newspapersystems.com/pub/binaries/boundschecking/example.html#Example">
 compilation and execution</a> of an example program.</p>
 
 <h2>




More information about the Gcc-patches mailing list