public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* href fixup in http://gcc.gnu.org/bugs.html#nonbugs
@ 2001-10-18 20:38 a whited sepulchre
  2001-10-19  4:31 ` PATCH for " Gerald Pfeifer
  0 siblings, 1 reply; 2+ messages in thread
From: a whited sepulchre @ 2001-10-18 20:38 UTC (permalink / raw)
  To: gcc

there is an anchor href to:

http://www.validgh.com/goldberg/paper.ps

which has become:

http://www.validlab.com/goldberg/paper.ps

an excellent reference, otherwise. thanks.

--
ameko

^ permalink raw reply	[flat|nested] 2+ messages in thread

* PATCH for Re: href fixup in http://gcc.gnu.org/bugs.html#nonbugs
  2001-10-18 20:38 href fixup in http://gcc.gnu.org/bugs.html#nonbugs a whited sepulchre
@ 2001-10-19  4:31 ` Gerald Pfeifer
  0 siblings, 0 replies; 2+ messages in thread
From: Gerald Pfeifer @ 2001-10-19  4:31 UTC (permalink / raw)
  To: a whited sepulchre; +Cc: gcc, gcc-patches

On Thu, 18 Oct 2001, a whited sepulchre wrote:
> there is an anchor href to:
>
> http://www.validgh.com/goldberg/paper.ps
>
> which has become:
>
> http://www.validlab.com/goldberg/paper.ps

Thanks for the hint.  I now committed the following patch.

Gerald

Index: bugs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs.html,v
retrieving revision 1.41
diff -u -3 -p -r1.41 bugs.html
--- bugs.html	2001/10/17 19:36:28	1.41
+++ bugs.html	2001/10/19 11:29:53
@@ -545,7 +545,7 @@ to round to the nearest representable nu

 <p>This is not a bug in the compiler, but an inherent limitation of
 the float and double types. Please study
-<a href=" http://www.validgh.com/goldberg/paper.ps" ;>this paper</a>
+<a href=" http://www.validlab.com/goldberg/paper.ps" ;>this paper</a>
 for more information.</p></dd>

 </dl>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-10-19  4:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-18 20:38 href fixup in http://gcc.gnu.org/bugs.html#nonbugs a whited sepulchre
2001-10-19  4:31 ` PATCH for " Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).