From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86758 invoked by alias); 22 Nov 2018 16:14:57 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 86662 invoked by uid 89); 22 Nov 2018 16:14:51 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=D*eu, H*c:iso-8859-2, our X-HELO: mail.pl.sii.eu Received: from mail.pl.sii.eu (HELO mail.pl.sii.eu) (91.227.21.9) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Nov 2018 16:14:49 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.pl.sii.eu (Postfix) with ESMTP id 32E3A1C94; Thu, 22 Nov 2018 17:14:47 +0100 (CET) Received: from mail.pl.sii.eu ([127.0.0.1]) by localhost (mail.pl.sii.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gHJ3Lw9fXivZ; Thu, 22 Nov 2018 17:14:47 +0100 (CET) Received: from PRDSWEX16W2.SIIPOLSKA.PL (PRDSWEX16W2.SIIPOLSKA.PL [10.254.15.206]) by mail.pl.sii.eu (Postfix) with ESMTPS id 1F3B8D79; Thu, 22 Nov 2018 17:14:47 +0100 (CET) Received: from PRDSWEX16W1.SIIPOLSKA.PL (10.254.15.205) by PRDSWEX16W2.SIIPOLSKA.PL (10.254.15.206) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1531.3; Thu, 22 Nov 2018 17:14:51 +0100 Received: from PRDSWEX16W1.SIIPOLSKA.PL ([fe80::3c9b:ace1:3462:3aae]) by PRDSWEX16W1.SIIPOLSKA.PL ([fe80::3c9b:ace1:3462:3aae%9]) with mapi id 15.01.1531.003; Thu, 22 Nov 2018 17:13:19 +0100 From: =?iso-8859-2?Q?Pawe=B3_W=F3dkowski?= To: Eli Zaretskii CC: "gdb-patches@sourceware.org" , =?iso-8859-2?Q?Micha=B3_Urba=F1ski?= , "Sebastian Basierski" , "tim.wiederhake@intel.com" , "dragos.carciumaru@intel.com" , "bernhard.heckel@intel.com" Subject: Re: [PATCH v2 7/7] Fortran: Document scope operator. Date: Thu, 22 Nov 2018 16:14:00 -0000 Message-ID: <3e9a09eabb61478d8fca4a03d0585a0f@pl.sii.eu> References: <1542663530-140490-1-git-send-email-pwodkowski@pl.sii.eu> <1542663530-140490-7-git-send-email-pwodkowski@pl.sii.eu> <834lccjuil.fsf@gnu.org> Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2018-11/txt/msg00369.txt.bz2 On 20.11.2018 04:30, Eli Zaretskii wrote: >> From: Pawel Wodkowski >> Cc: tim.wiederhake@intel.com, dragos.carciumaru@intel.com, Bernhard Heck= el >> Date: Mon, 19 Nov 2018 22:38:50 +0100 >> >> From: Bernhard Heckel >> >> Document scope operator in GDB manual. >> >> 2016-08-10 Bernhard Heckel >> >> gdb/Changelog: >> * doc/gdb.texinfo (Fortran Operators): Describe scope operator. >> >> Changes from V1 to V2: >> refactored entry in texinfo file, updated commit message. >=20 > OK for this part. >=20 > Thanks. >=20 This is our first steps in GDB community so thanks for review. Are we OK to push to all these changes or we need to wait for someone=20 else to ack? Pawel