delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:date:from:to:subject:message-id:reply-to | |
:references:mime-version:content-type:in-reply-to; q=dns; s= | |
default; b=Ljek6mzgJ8oetvjnUgSZ8x7Ptlbwv1gczKaU+dZ1aGr7HWAVophLF | |
L47J1Eis9sRq6qqeR4zryKKiRU0+q980dyMBhkIUiBBgIZO8t6X3kgYRp5yXfVT5 | |
i0OU13pJKWrlY/DGMq7yGBsU54cnphl8x7+Mqejk4Wc6GN5A0tXrHs= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:date:from:to:subject:message-id:reply-to | |
:references:mime-version:content-type:in-reply-to; s=default; | |
bh=mIKKzTEPTf8ZEPCbWKfyFkAKES0=; b=HZne6acORWyJiFtp7nI+nMpZto5X | |
LLFMhJIGZHIyiBtCqGPWfU08d5M3DWUJamslQ+Xr72uOU0oMp5n11zxWph4xXMbN | |
B6gKs8nzvBaUo4zC1gtaYLqXaxNp8gd/uSIlM3q9oWVuxEtaeD6hCGli06bX1MYu | |
IoMOV9Y0S+eEs/M= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-101.5 required=5.0 tests=AWL,BAYES_00,GOOD_FROM_CORINNA_CYGWIN,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:2093, H*MI:sk:08f36d5, H*i:sk:08f36d5, H*f:sk:08f36d5 |
X-HELO: | drew.franken.de |
Date: | Wed, 24 Aug 2016 20:29:49 +0200 |
From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.11 |
Message-ID: | <20160824182949.GC9783@calimero.vinschen.de> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <announce DOT 20160820213705 DOT s5bhpxbmpawjxy7c AT calimero DOT vinschen DOT de> <35c2b18f-ac98-d69e-32fe-2eae2d128f85 AT SystematicSw DOT ab DOT ca> <20160823161152 DOT GA6100 AT calimero DOT vinschen DOT de> <e9449091-044e-177a-cd6f-cb77665d9681 AT SystematicSw DOT ab DOT ca> <b9941b2d-b779-4522-0f9b-c0b0fede9a9a AT SystematicSw DOT ab DOT ca> <20160824082235 DOT GA1493 AT calimero DOT vinschen DOT de> <08f36d59-902b-8e1e-52d1-6168f7e03cde AT SystematicSw DOT ab DOT ca> |
MIME-Version: | 1.0 |
In-Reply-To: | <08f36d59-902b-8e1e-52d1-6168f7e03cde@SystematicSw.ab.ca> |
User-Agent: | Mutt/1.6.2 (2016-07-01) |
--/e2eDi0V/xtL+Mc8 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Aug 24 11:30, Brian Inglis wrote: > On 2016-08-24 02:22, Corinna Vinschen wrote: > > On Aug 23 23:36, Brian Inglis wrote: > > > On 2016-08-23 22:15, Brian Inglis wrote: > > > > On 2016-08-23 10:11, Corinna Vinschen wrote: > > > > > On Aug 23 07:27, Brian Inglis wrote: > > > > > > Compared lists of locale_t headers and functions for POSIX, Cyg= win, > > > > > > and glibc, attached below for comparison, and found: > > > > > > * missed string.h(strerror_l) on my first check; > > > > > > not sure if you can implement that easily on Windows? > > > > > > * GNU also supports wchar.h(wcsftime_l) and time.h(strptime_l); > > > > > > * GNU also defines string.h(str[n]casecmp_l) functions as an ex= tension, > > > > > > as well as in POSIX specified strings.h. > > > > > I just applied a couple of patches to add the missing strerror_l, > > > > > strptime_l and wcsftime_l. I also added the missing str[n]casecm= p_l > > > > > prototypes to strings.h. I'll create a new test release in a bit. > > > > GNU duplicates the POSIX strings.h(str[n]casecmp_l) in string.h als= o. > > > i.e. str[n]casecmp_l should be defined under #if __POSIX_VISIBLE >=3D= 200809 > > > but not defined under #ifdef __GNU_VISIBLE in string*s*.h, > > > and defined under #ifdef __GNU_VISIBLE but not defined under > > > #if __POSIX_VISIBLE >=3D 200809 in *string*.h; > > > strerror_l should be under #if __POSIX_VISIBLE >=3D 200809 in *strin= g*.h, > > > or its #includes. > > They were already declared in string,h. >=20 > Sorry for the poor explanation, but what I was failing to say clearly > was that: >=20 > * there does not appear to be any strerror_l declaration in string.h > [...] > and that str[n]casecmp_l conditionals __GNU_VISIBLE and __POSIX_VISIBLE >= =3D 200809 > appear to be flipped around between string.h and strings.h declarations i= n: > [...] Care to send patches to the newlib list? Patches (git format-patch) rule over descriptions alone :} Thanks, Corinna --=20 Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --/e2eDi0V/xtL+Mc8 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXveedAAoJEPU2Bp2uRE+gI9UP/iA1Pm/poA5Jfj3xKXE6ZEQX MiOqED5tHG7lAjhHVcjIxb0XT58uHqFXfbgFrYv8vIR+G2WmYxdZLvtdhagytYy3 8uAbIr4U63VCIGu8QzXhmLBwRdNC+fnoVMRt/S80+L6A2pTLn4+ttXyuT0VmGzjI V8tmhhSUIM745SoY2yAl3RhPRC0h6zA9fhqP4vSELD3GnqjO809rgdH4Fit3bzT0 jQBkZqNrVoQlEfjatkflD/keXNWczW1Lae/kosMc7Wgu9IQAIhLwSkaMDXXPaV71 kezp7Px7hoUn1I500UhpPInD4lDnuJMFt1sb+QDU9wi70Hs9K3qvt2mX5mm0002o we06h0f5tkhoCbpD8dBCd6cAgZK59axMWxGn8E9QgsWxT2XK3XOGr11kUig0FBmG 0QpHNgQ3TLviptFihV2yHsfwvBDxQjeRjA6RyrQVTdUsvxHaKz8xpn3cP6PXknck ba+hMxSOD/kaWv4qAHiid1E9GCRGieH879cs2VbGTdoDa4sBmjBc927BIPK5O1uQ FEwWZgnO9bSdv/1yt43GJ2sHAZ/oKDKJZt5PGGuAhHBd/fWR0u/5JK95EDLwJ1LX Cvbr/cQA7IsJOsMVRWbgpAhY2qOQgAx1BVQ+zIbFb8CEnso6hK3Z/QwTzR2oMfAw EgZdfES5WmvsczwS7UL2 =dRaR -----END PGP SIGNATURE----- --/e2eDi0V/xtL+Mc8--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |