From patchwork Fri Feb 17 11:15:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 141765 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 538B1B6F9F for ; Fri, 17 Feb 2012 22:16:20 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1330082181; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=mrYjlxG bwzqShmevnFze5mngWc8=; b=rsA4WXFKWFRT+HvdU3WPJ2vC3hGHK8ESbz0AD7J 2B3/AFqbxO5lWli/7HQIfoM8o5CCx16n+mSKGnhcxXuk2S3OHRDltPVFMkj5wPYJ X4ypQVgz/TDoiQ95IsiyN0LuKYSBbStIpRjcGlt+L4CXU8rcH/6qsHPGXNFRAfKv HCHs= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=ZeNZJcO4AnCObic4z4fOqZSkGShZVjg5VVFRZSHm4vkyLeKcwg52wIAqQWlmS6 4v3foCkyRDnS6mTJxPCIkxh8OMHO9akBGogguvt+4lV+AQqC37XeG9/E1EL2mDLS UDB5UBt77krJhjXIL6QZSR1lfS4hV1h8jIeASCl/kvOo0=; Received: (qmail 28022 invoked by alias); 17 Feb 2012 11:16:11 -0000 Received: (qmail 28001 invoked by uid 22791); 17 Feb 2012 11:16:09 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, T_FRT_FREE 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; Fri, 17 Feb 2012 11:15:56 +0000 Received: from [192.168.178.22] (port-92-204-91-168.dynamic.qsc.de [92.204.91.168]) by mx02.qsc.de (Postfix) with ESMTP id D88111EA38; Fri, 17 Feb 2012 12:15:54 +0100 (CET) Message-ID: <4F3E36EA.6040508@net-b.de> Date: Fri, 17 Feb 2012 12:15:54 +0100 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120208 Thunderbird/10.0.1 MIME-Version: 1.0 To: gcc patches , gfortran Subject: [Patch, Fortran, committed] Fix some typos in .texi 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. 184332. Tobias Index: gfortran.texi =================================================================== --- gfortran.texi (revision 184330) +++ gfortran.texi (working copy) @@ -795,7 +795,7 @@ override type-bound procedures or to have deferred @item Polymorphic entities (``@code{CLASS}'') for derived types -- including @code{SAME_TYPE_AS}, @code{EXTENDS_TYPE_OF} and @code{SELECT TYPE}. -Note that unlimited polymophism is currently not supported. +Note that unlimited polymorphism is currently not supported. @item Generic interface names, which have the same name as derived types, are now supported. This allows one to write constructor functions. Note @@ -835,7 +835,7 @@ association status not the value of the pointer ta @item Intrinsics @code{command_argument_count}, @code{get_command}, @code{get_command_argument}, and @code{get_environment_variable}. -@item Support for unicode characters (ISO 10646) and UTF-8, including +@item Support for Unicode characters (ISO 10646) and UTF-8, including the @code{SELECTED_CHAR_KIND} and @code{NEW_LINE} intrinsic functions. @item Support for binary, octal and hexadecimal (BOZ) constants in the @@ -1521,7 +1521,7 @@ of the @code{READ} statement, and the output item GNU Fortran accepts real literal constants with an exponent-letter of @code{Q}, for example, @code{1.23Q45}. The constant is interpreted -as a @code{REAL(16)} entity on targets that suppports this type. If +as a @code{REAL(16)} entity on targets that supports this type. If the target does not support @code{REAL(16)} but has a @code{REAL(10)} type, then the real-literal-constant will be interpreted as a @code{REAL(10)} entity. In the absence of @code{REAL(16)} and Index: ChangeLog =================================================================== --- ChangeLog (revision 184331) +++ ChangeLog (working copy) @@ -1,4 +1,10 @@ 2012-02-17 Tobias Burnus + + * gfortran.texi (Status): Fix typos. + * invoke.texi (ffixed-form, fstack-arrays): Spell Fortran with + a majuscule. + +2012-02-17 Tobias Burnus Roland Stigge PR translation/52232 Index: invoke.texi =================================================================== --- invoke.texi (revision 184330) +++ invoke.texi (working copy) @@ -204,7 +204,7 @@ accepted by the compiler: @itemx -ffixed-form @opindex @code{ffree-form} @opindex @code{fno-fixed-form} -@cindex options, fortran dialect +@cindex options, Fortran dialect @cindex file format, free @cindex file format, fixed Specify the layout used by the source file. The free form layout @@ -1425,7 +1425,7 @@ The default value for @var{n} is 32768. @item -fstack-arrays @opindex @code{fstack-arrays} -Adding this option will make the fortran compiler put all local arrays, +Adding this option will make the Fortran compiler put all local arrays, even those of unknown size onto stack memory. If your program uses very large local arrays it is possible that you will have to extend your runtime limits for stack memory on some operating systems. This flag is enabled