From patchwork Sun Apr 3 18:48:11 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 89543 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 25372B6F9B for ; Mon, 4 Apr 2011 04:48:21 +1000 (EST) Received: (qmail 20494 invoked by alias); 3 Apr 2011 18:48:19 -0000 Received: (qmail 20485 invoked by uid 22791); 3 Apr 2011 18:48:19 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, TW_CP X-Spam-Check-By: sourceware.org Received: from mx02.qsc.de (HELO mx02.qsc.de) (213.148.130.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 03 Apr 2011 18:48:12 +0000 Received: from [192.168.178.22] (port-92-204-58-2.dynamic.qsc.de [92.204.58.2]) by mx02.qsc.de (Postfix) with ESMTP id BE0931DEBE; Sun, 3 Apr 2011 20:48:11 +0200 (CEST) Message-ID: <4D98C0EB.1060604@net-b.de> Date: Sun, 03 Apr 2011 20:48:11 +0200 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101206 SUSE/3.1.7 Thunderbird/3.1.7 MIME-Version: 1.0 To: gcc patches Subject: [quadmath, committed] Small doc patch (PR 48311) Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Committed as Rev. 171914. Tobias Index: libquadmath/ChangeLog =================================================================== --- libquadmath/ChangeLog (Revision 171913) +++ libquadmath/ChangeLog (Arbeitskopie) @@ -1,3 +1,9 @@ +2011-04-03 Tobias Burnus + + PR fortran/48311 + * libquadmath.texi (strtoflt128): Fix typo. + (quadmath_snprintf): Move note up, make @item. + 2011-03-25 Jakub Jelinek * printf/printf_fp.c (__quadmath_printf_fp): Use memcpy instead of Index: libquadmath/libquadmath.texi =================================================================== --- libquadmath/libquadmath.texi (Revision 171913) +++ libquadmath/libquadmath.texi (Arbeitskopie) @@ -256,7 +256,7 @@ @node strtoflt128 @section @code{strtoflt128} --- Convert from string -The function @code{dmath_strtopQ} converts a string into a +The function @code{strtoflt128} converts a string into a @code{__float128} number. @table @asis @@ -310,6 +310,11 @@ @item @var{format} @tab conversion specifier string @end multitable +@item Note +On some targets when supported by the C library hooks are installed +for @code{printf} family of functions, so that @code{printf ("%Qe", 1.2Q);} +etc.@: works too. + @item Example @smallexample #include @@ -351,11 +356,7 @@ @end table -On some targets when supported by the C library hooks are installed -for @code{printf} family of functions, so that @code{printf ("%Qe", 1.2Q);} -etc.@: works too. - @c --------------------------------------------------------------------- @c GNU Free Documentation License @c ---------------------------------------------------------------------