From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105275 invoked by alias); 2 Aug 2017 11:04:42 -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 104015 invoked by uid 89); 2 Aug 2017 11:04:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,GIT_PATCH_3,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=H*c:application X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 02 Aug 2017 11:04:38 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4EC03C0587DD for ; Wed, 2 Aug 2017 11:04:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 4EC03C0587DD Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=vinschen@redhat.com Received: from calimero.vinschen.de (ovpn-117-128.ams2.redhat.com [10.36.117.128]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1D8C37B532 for ; Wed, 2 Aug 2017 11:04:37 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id D4A64A8079A; Wed, 2 Aug 2017 13:04:35 +0200 (CEST) Date: Wed, 02 Aug 2017 11:04:00 -0000 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH 1/4] Importing strtoimax inttypes method from FreeBSD. Message-ID: <20170802110435.GH25551@calimero.vinschen.de> Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <1501643979-32662-1-git-send-email-aadit0402@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="at6+YcpfzWZg/htY" Content-Disposition: inline In-Reply-To: <1501643979-32662-1-git-send-email-aadit0402@gmail.com> User-Agent: Mutt/1.8.3 (2017-05-23) X-SW-Source: 2017/txt/msg00714.txt.bz2 --at6+YcpfzWZg/htY Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 492 On Aug 2 08:49, Aditya Upadhyay wrote: > --- > newlib/libc/include/inttypes.h | 12 +++ > newlib/libc/stdlib/Makefile.am | 1 + > newlib/libc/stdlib/strtoimax.c | 167 +++++++++++++++++++++++++++++++++++= ++++++ All 4 patches applied. I made a few minor formatting changes in terms of whitespaces and missing empty lines between functions. Please compare what I commited with your local patch to see the differences. Thanks, Corinna --=20 Corinna Vinschen Cygwin Maintainer Red Hat --at6+YcpfzWZg/htY Content-Type: application/pgp-signature; name="signature.asc" Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJZgbHDAAoJEPU2Bp2uRE+gQKAP/1G8SjOqhdthy4jgDX1HuUPC WjzHzk1sCDOpgI5dUcXRvBtGPuV5nMv9+KBYl3ZIlxS3QjGaiBtYQ9XwzFMh41HJ JOQByysAaBCb1bST8Ise44soSiysms9BR+6KP/wdomLXyoaeawlQOohXnZjqfa4F VsVuxgoS6ude/1Smi2Xej5gipjJ8z7k19c7IqDHRp854Q6+q9xoMI/r1dN7shma5 +5DzheQ1m6vtvNcUhajaww64MJC2T8vqJR7LNJQHScFiMd5Q7hvbv8eu3h3NQH4r 2ab39AD0kRn/+7gOYdFbQ2fdTQr0QMlqU+rxY6Xh4QfH0+lF4Qzpu2g+FBlKloug HKYt3i4+skE7qqoarCogT4rtZeJWq5QnXEQrc3xA2nVCSHXVRZ1uazUQX4fK8yyU b6iyiaxOtXwhULpymmgn7ogzIAgZOt66OdbcoEUtfkYejYMgtWVuyOf5a/rT5aw0 3KN+UAOjQSCU/SHHPo+2QXJYO20h04GqSeDw0P8ivnSyaPrck8oeRTo3p7xD83j+ UmGeQpq/rmTitmFPCldTI9mkcLhMpVdxgIhgTqbSjUcJNhUvSQbErOzS0lkdKFht 2alJeW01mYaAsYDnE5bv3zbQkf278oBOy57O72LVoRk0sZoxhwpacfdZJPjScnO5 GD5gM0WT2XoZcjIeHW13 =O1Qf -----END PGP SIGNATURE----- --at6+YcpfzWZg/htY--