public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/46543] New: libquadmath: Add documentation
@ 2010-11-18 15:17 burnus at gcc dot gnu.org
  2010-11-23 23:34 ` [Bug fortran/46543] " burnus at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2010-11-18 15:17 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46543

           Summary: libquadmath: Add documentation
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: burnus@gcc.gnu.org


If the library should be used by everyone, we need to document which functions
(= interface) it provides.


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

* [Bug fortran/46543] libquadmath: Add documentation
  2010-11-18 15:17 [Bug fortran/46543] New: libquadmath: Add documentation burnus at gcc dot gnu.org
@ 2010-11-23 23:34 ` burnus at gcc dot gnu.org
  2010-12-06 10:56 ` burnus at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2010-11-23 23:34 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46543

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-11-23 23:01:52 UTC ---
First patch: http://gcc.gnu.org/ml/gcc-patches/2010-11/msg02394.html

TODO:
- Get it included
- Document the math functions
- Make sure it is included at http://gcc.gnu.org/onlinedocs/


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

* [Bug fortran/46543] libquadmath: Add documentation
  2010-11-18 15:17 [Bug fortran/46543] New: libquadmath: Add documentation burnus at gcc dot gnu.org
  2010-11-23 23:34 ` [Bug fortran/46543] " burnus at gcc dot gnu.org
@ 2010-12-06 10:56 ` burnus at gcc dot gnu.org
  2010-12-08  8:07 ` burnus at gcc dot gnu.org
  2010-12-08  8:26 ` burnus at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2010-12-06 10:56 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46543

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-12-06 10:55:59 UTC ---
Patch: http://gcc.gnu.org/ml/fortran/2010-12/msg00019.html

TODO:
- Make sure it is included at http://gcc.gnu.org/onlinedocs/


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

* [Bug fortran/46543] libquadmath: Add documentation
  2010-11-18 15:17 [Bug fortran/46543] New: libquadmath: Add documentation burnus at gcc dot gnu.org
  2010-11-23 23:34 ` [Bug fortran/46543] " burnus at gcc dot gnu.org
  2010-12-06 10:56 ` burnus at gcc dot gnu.org
@ 2010-12-08  8:07 ` burnus at gcc dot gnu.org
  2010-12-08  8:26 ` burnus at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2010-12-08  8:07 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46543

--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-12-08 08:06:55 UTC ---
Author: burnus
Date: Wed Dec  8 08:06:49 2010
New Revision: 167583

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167583
Log:
2010-12-08  Tobias Burnus  <burnus@net-b.de>

        PR fortran/46543
        * configure.ac: Add texinfo checks.
        * Makefile.am: Handle .texi documentation.
        * libquadmath.texi: New.
        * configure: Regenerated.
        * Makefile.in: Regenerated.


Added:
    trunk/libquadmath/libquadmath.texi
Modified:
    trunk/libquadmath/ChangeLog
    trunk/libquadmath/Makefile.am
    trunk/libquadmath/Makefile.in
    trunk/libquadmath/configure   (contents, props changed)
    trunk/libquadmath/configure.ac

Propchange: trunk/libquadmath/configure
            ('svn:executable' added)


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

* [Bug fortran/46543] libquadmath: Add documentation
  2010-11-18 15:17 [Bug fortran/46543] New: libquadmath: Add documentation burnus at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2010-12-08  8:07 ` burnus at gcc dot gnu.org
@ 2010-12-08  8:26 ` burnus at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: burnus at gcc dot gnu.org @ 2010-12-08  8:26 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46543

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> 2010-12-08 08:26:39 UTC ---
Close as FIXED.

The documentation could - as always - be improved. I have also written Gerald
with regards to inclusion of the documentation at
http://gcc.gnu.org/onlinedocs/


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

end of thread, other threads:[~2010-12-08  8:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-18 15:17 [Bug fortran/46543] New: libquadmath: Add documentation burnus at gcc dot gnu.org
2010-11-23 23:34 ` [Bug fortran/46543] " burnus at gcc dot gnu.org
2010-12-06 10:56 ` burnus at gcc dot gnu.org
2010-12-08  8:07 ` burnus at gcc dot gnu.org
2010-12-08  8:26 ` burnus at gcc dot gnu.org

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).