This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] IEEE 754r


On Wed, 8 Jun 2005, Steven Bosscher wrote:
> This adds a link in "Further readings" to the Wikipedia page
> about IEEE 754r.  Seems interesting enough...
> 
> The change to the existing link is necessary to make the page
> render without unnecessary spaces before "Differences".
> 
> OK?

Sure.  Readings HTML really is essentially free for all -- I'll make
this clear by installing the following patch in a second.

Gerald

Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.144
diff -u -3 -p -r1.144 readings.html
--- readings.html	29 May 2005 20:58:23 -0000	1.144
+++ readings.html	8 Jun 2005 21:15:02 -0000
@@ -1,5 +1,10 @@
 <html>
 
+<!-- GCC maintainers, do not hesitate to update/contribute entries as long
+     as they directly point to technical documentation.  No links to generic
+     company pages, please!  2005-06-18, Gerald.
+-->
+
 <head>
 <meta name="title" content="Links and Selected Readings" />
 <meta name="keywords" content="GCC, compilers, optimization, documentation, FAQ, standards" />


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]