diff mbox

[wwwdocs+maintainer-script] Add libquadmath documentation to gcc.gnu.org/onlinedocs/

Message ID 4D0728A1.3020006@net-b.de
State New
Headers show

Commit Message

Tobias Burnus Dec. 14, 2010, 8:19 a.m. UTC
The attached patches add libquadmath documentation to 
http://gcc.gnu.org/onlinedocs/

(The documentation is not fancy, but it lists the available math 
functions and gives a more detailed description of the two libquadmath 
I/O functions. Cf. 
http://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libquadmath/libquadmath.texi )

OK for committal?

Tobias

Comments

Gerald Pfeifer Dec. 15, 2010, 10:31 p.m. UTC | #1
On Tue, 14 Dec 2010, Tobias Burnus wrote:
> The attached patches add libquadmath documentation to
> http://gcc.gnu.org/onlinedocs/
>
> OK for committal?

Yep, this looks okay.

Once this has been committed someone needs to update the copy of
the script in the gccadmin account on gcc.gnu.org which I won't
be able to do for the time being (stupid firewall filtering outbound
SSH).

Gerald
Tobias Burnus Dec. 18, 2010, 11:57 a.m. UTC | #2
Gerald Pfeifer wrote:
> On Tue, 14 Dec 2010, Tobias Burnus wrote:
>> The attached patches add libquadmath documentation to
>> http://gcc.gnu.org/onlinedocs/
>
> Once this has been committed someone needs to update the copy of
> the script in the gccadmin account on gcc.gnu.org which I won't
> be able to do for the time being (stupid firewall filtering outbound
> SSH).

Now committed. Could someone update the script on gcc.gnu.org? Thanks!

Tobias
Gerald Pfeifer Dec. 23, 2010, 1:34 p.m. UTC | #3
On Sat, 18 Dec 2010, Tobias Burnus wrote:
>> Once this has been committed someone needs to update the copy of
>> the script in the gccadmin account on gcc.gnu.org which I won't
>> be able to do for the time being (stupid firewall filtering outbound
>> SSH).
> Now committed. Could someone update the script on gcc.gnu.org? Thanks!

I managed to get online for a few minutes and updated the copy
of the script in the gccadmin account on gcc.gnu.org.

Gerald
diff mbox

Patch

Index: htdocs/onlinedocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/onlinedocs/index.html,v
retrieving revision 1.109
diff -u -r1.109 index.html
--- htdocs/onlinedocs/index.html	9 Dec 2010 00:02:01 -0000	1.109
+++ htdocs/onlinedocs/index.html	14 Dec 2010 08:14:41 -0000
@@ -630,6 +630,13 @@ 
            href="http://gcc.gnu.org/onlinedocs/libgomp-html.tar.gz">an
            HTML tarball</a>)</li>
     <li><a href="http://gcc.gnu.org/onlinedocs/libstdc++/">libstdc++-v3 Documentation</a></li>
+    <li><a href="http://gcc.gnu.org/onlinedocs/libquadmath/">GCC Quad-Precision
+           Math Library Manual</a> (<a
+           href="http://gcc.gnu.org/onlinedocs/libquadmath.pdf">also in
+           PDF</a> or <a
+           href="http://gcc.gnu.org/onlinedocs/libquadmath.ps.gz">PostScript</a> or <a
+           href="http://gcc.gnu.org/onlinedocs/libquadmath-html.tar.gz">an
+           HTML tarball</a>)</li>
     <li><a href="http://gcc.gnu.org/onlinedocs/docs-sources.tar.gz">Texinfo
            sources of all the manuals</a></li>
   </ul></li>