From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72056 invoked by alias); 25 Nov 2016 20:40:01 -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 72033 invoked by uid 89); 25 Nov 2016 20:40:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:742, our X-HELO: mail-io0-f193.google.com Received: from mail-io0-f193.google.com (HELO mail-io0-f193.google.com) (209.85.223.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 25 Nov 2016 20:39:51 +0000 Received: by mail-io0-f193.google.com with SMTP id h133so11494545ioe.2 for ; Fri, 25 Nov 2016 12:39:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=MoGe3SvVirHxWn+NK4B/0tQ7DDAFH3w0xjvilV/sPxw=; b=VXCsejb13WdGoOt4AdaDgD5wa6kwRX2fd39Xg5DxG5amtAVKrkGsSlxyrcB301vZR5 T6Zyi1mr8FCW/qw9y8yNlrZwnix18kowJUnPFMbHaKpAML/vHv/KkBOZfw62aW8clTjC oENmtOtOoZ9LXRPa9LuVSxvXtaz5pPQ22Sq3/GA9NGMhkcZ+047ZvNW44roPVTH4DHoT hJCKYKwecd1yW48BvfXqcmzJtSppMy5KpvvOGQOwMhTi4NQCVpNNwJOPdVUcugALchxD 2Keuy7Itsz9K/Q5LZSonkPjpH63ZYVHWRpRqkrqhE+mLTv3Cclq2SG6feEnf5Ox90gJM 1A0w== X-Gm-Message-State: AKaTC02If+I1YHhhhm+4hSs+KkBq0ADSg0ibQ067ROe2NI2Gk5hvw5ntqpN3Dlg27rub40APdZt3klDIuuzUiw== X-Received: by 10.107.44.5 with SMTP id s5mr8912527ios.10.1480106389616; Fri, 25 Nov 2016 12:39:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.15.136 with HTTP; Fri, 25 Nov 2016 12:39:49 -0800 (PST) In-Reply-To: <7d64dd49-5ea7-2488-a163-91e0908e97f6@redhat.com> References: <1480103124-9508-1-git-send-email-ambrogino.modigliani@mail.com> <7d64dd49-5ea7-2488-a163-91e0908e97f6@redhat.com> From: Ambrogino Modigliani Date: Fri, 25 Nov 2016 20:40:00 -0000 Message-ID: Subject: Re: [PATCH 0/3] Fix spelling mistakes in comments - ZLIB To: Pedro Alves Cc: gdb-patches@sourceware.org, ambrogino.modigliani@mail.com Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-11/txt/msg00865.txt.bz2 Hi, I don't know how to submit patches to zlib repository. It looks to me that zlib development stopped some time ago, and that it is not likely that they will ever accept patches like these. You can ignore this series if you don't want these patches. If you tell me how to submitt the to zlib, I will do it. Thanks. On Fri, Nov 25, 2016 at 9:01 PM, Pedro Alves wrote: > Did you intend to send this to the zlib list instead, as per: > > https://sourceware.org/ml/gdb-patches/2016-11/msg00633.html > > ? > > I don't think we should put this in our local copy. It'll only make > merging zlib from upstream harder, for no real gain, IMO. > > Thanks, > Pedro Alves >