From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11306 invoked by alias); 3 Dec 2017 17:31:09 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 11295 invoked by uid 89); 3 Dec 2017 17:31:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=H*f:sk:ff9aa67, H*i:sk:ff9aa67, letter, Hx-spam-relays-external:ESMTPA X-HELO: out4-smtp.messagingengine.com Received: from out4-smtp.messagingengine.com (HELO out4-smtp.messagingengine.com) (66.111.4.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 03 Dec 2017 17:31:07 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 127CF20782; Sun, 3 Dec 2017 12:31:06 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Sun, 03 Dec 2017 12:31:06 -0500 X-ME-Sender: Received: from [192.168.1.102] (host86-179-113-49.range86-179.btcentralplus.com [86.179.113.49]) by mail.messagingengine.com (Postfix) with ESMTPA id 9B9FE7E6B8; Sun, 3 Dec 2017 12:31:05 -0500 (EST) Subject: Re: Unicode update of width and other character properties To: Thomas Wolff , newlib@sourceware.org References: <20170807103034.GB18389@calimero.vinschen.de> <714181b2-c625-c911-8516-af4cba868f09@towo.net> <20170808083024.GA23158@calimero.vinschen.de> <0690aecd-4c52-edec-1ee8-af94b7f38e56@towo.net> <20171203093041.GA7126@calimero.vinschen.de> From: Jon Turney Message-ID: <904f562b-c8d8-9b12-18fa-21de1e8ef623@dronecode.org.uk> Date: Sun, 03 Dec 2017 17:33:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2017/txt/msg01225.txt.bz2 On 03/12/2017 14:07, Thomas Wolff wrote: >> On Aug 17 07:53, Thomas Wolff wrote: >>> I'm attaching the wcwidth part here, all patches are available at >>> http://towo.net/cygwin/Unicode_and_locale_tweaks.zip (don't fit in the >>> mailbox size limit). >> So why don't you use git send-email (ideally with a cover letter, see >> `git format-patch --cover-letter') instead of attaching the patches to a >> single email?  This is the correct way of sending patch series and it >> gets you around the size limit. > Because of: > LC_ALL=C git send-email > git: 'send-email' is not a git command. See 'git --help'. > > Are there any working instructions for newlib contributions to be found > anywhere? Due to extra deps, git-send-email is usually packaged separately. On Cygwin, the package name is 'git-email' ('Email tools for Git')