From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 799AE3858C54 for ; Wed, 7 Jun 2023 15:31:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 799AE3858C54 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q6v7o-0008RG-4Q; Wed, 07 Jun 2023 11:31:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=2T1WlxfdOdWcDjVweg3sJZLJNSdBQq8oZMykscX+S/U=; b=WXFHeypikDLb tQ/DgmEgA8nrIsRZDVKCADG4kiKSHG7A0CpmgfIWNiXlmd1yJd++FzC/3aa/9lFp2kpjve/pu8vxU COC6doEHiShSAEZDm3Zhl2mMNLugcRrFNW5BEf2n+r+TtNBKoIcacEhoQuqFwkSWBNeQIGQf3Kito tgAt1ZqExwJ+8OT5IXQ0biZP/K12XIccbUc2sDJFdJLcpVsZFZVzegYi9bGtGvgbxhDFSKfmiKtMH zilyCCBJ0bKTQdiolwscyPgL7XyPx+bFuBFIq+vPSxYx3qW8gj2iMuNeTUX5GbJTp+yWZUy2BZ46e WygMTrQ1e1XcTZNLznn/ew==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q6v7n-0008Ec-Dk; Wed, 07 Jun 2023 11:31:03 -0400 Date: Wed, 07 Jun 2023 18:31:07 +0300 Message-Id: <83v8fz2ssk.fsf@gnu.org> From: Eli Zaretskii To: Andrew Burgess Cc: gdb-patches@sourceware.org In-Reply-To: <87jzwf1h21.fsf@redhat.com> (message from Andrew Burgess on Wed, 07 Jun 2023 15:29:58 +0100) Subject: Re: [PATCHv8 6/6] gdb: rename unwindonsignal to unwind-on-signal References: <834jnj4f7c.fsf@gnu.org> <87jzwf1h21.fsf@redhat.com> X-Spam-Status: No, score=1.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > From: Andrew Burgess > Cc: gdb-patches@sourceware.org > Date: Wed, 07 Jun 2023 15:29:58 +0100 > > Eli Zaretskii writes: > > > If the only changes in the documentation are mechanical renaming, can > > I blindly approve the documentation part? Or would you prefer a real > > review? > > Eli, > > Apologies, I forgot to add text to these emails to indicate that you > have already approved all of the doc changes: > > [6/6] https://sourceware.org/pipermail/gdb-patches/2023-January/195874.html > [5/6] https://sourceware.org/pipermail/gdb-patches/2023-January/195873.html > [3/6] https://sourceware.org/pipermail/gdb-patches/2023-January/196462.html OK, great. > Sorry for wasting your time here. You didn't waste any of my time, I asked before investing any effort in a review. No sweat, really. > I'm going to go though and add your reviewed-by tag to each commit > message now. I should have done this much sooner. Thanks.