From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129199 invoked by alias); 20 Feb 2020 21:04:20 -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 129187 invoked by uid 89); 20 Feb 2020 21:04:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,TRACKER_ID autolearn=no version=3.3.1 spammy=HX-Languages-Length:777 X-HELO: us-smtp-delivery-1.mimecast.com Received: from us-smtp-1.mimecast.com (HELO us-smtp-delivery-1.mimecast.com) (207.211.31.81) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Feb 2020 21:04:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582232656; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=c61m8xAhlLS9xgu/btqCmBY7ZF2mE+ig1KPUYjBb7w4=; b=jTYUumYeTJWA6JGlyjjGX16CK+dXaZy3M36X6xRbf3XVFCf1sJOQEmwaUV0yuI7HIqPhzs j/WfbsXU3quzSQOot+OaS5mSlK7YeEFLXEYP+CnvFRDOOUl/liOW7Ltgt85y8UImgcKl3A xExE62NJrXsiCdnrw4lA/S0uGKXiEeA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-225-FDYReDSnOHKgkIl-0NocOw-1; Thu, 20 Feb 2020 16:04:07 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id C3C77800D53; Thu, 20 Feb 2020 21:04:05 +0000 (UTC) Received: from localhost (unused-10-15-17-54.yyz.redhat.com [10.15.17.54]) by smtp.corp.redhat.com (Postfix) with ESMTP id 851AE388; Thu, 20 Feb 2020 21:04:05 +0000 (UTC) From: Sergio Durigan Junior To: Tom Tromey Cc: GDB Patches Subject: Re: [PATCH] Make '{putchar,fputc}_unfiltered' use 'fputs_unfiltered' References: <20200220041214.155369-1-sergiodj@redhat.com> <87v9o1ghdm.fsf@tromey.com> Date: Thu, 20 Feb 2020 21:04:00 -0000 In-Reply-To: <87v9o1ghdm.fsf@tromey.com> (Tom Tromey's message of "Thu, 20 Feb 2020 12:59:01 -0700") Message-ID: <87ftf5x96i.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00840.txt.bz2 On Thursday, February 20 2020, Tom Tromey wrote: >>>>>> "Sergio" =3D=3D Sergio Durigan Junior writes: > > Sergio> gdb/ChangeLog: > Sergio> 2020-02-20 Sergio Durigan Junior > Sergio> Tom Tromey > Sergio> * utils.c (fputs_maybe_filtered): Call 'stream->puts' instead > Sergio> of 'fputc_unfiltered'. > Sergio> (putchar_unfiltered): Call 'fputc_unfiltered'. > Sergio> (fputc_unfiltered): Call 'fputs_unfiltered'. > > Looks good to me. Thanks for doing this. Thanks, pushed. 3f702acd7d562d3a33c59d6398ae74058438d2c7 --=20 Sergio GPG key ID: 237A 54B1 0287 28BF 00EF 31F4 D0EB 7628 65FC 5E36 Please send encrypted e-mail if possible http://sergiodj.net/