Mail Archives: cygwin/2016/07/26/10:03:24
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:reply-to:date:from:to:subject:message-id
|
| :mime-version:content-type; q=dns; s=default; b=hnraNILvH2lbBt1z
|
| dkZo/pQDw/i6kFjCfXovdKlgp89WwGat0OXCcYa424lQjDKLNJ/Qem/gr9T/BNf5
|
| 8s0HVOssoeP99JA9MdNRL6854Z6/bOErFMwbucGV6zvq3iUQmJpVriAZOpCqKOFS
|
| khgxa72URWQMCklA0vrCP5Rfm30=
|
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:reply-to:date:from:to:subject:message-id
|
| :mime-version:content-type; s=default; bh=F3PWkZMfkeDvNGY4c0Lkni
|
| OvXaA=; b=wULBqFNTRhEZd5VnzJjnRUpVebDjWbjzOkCZZyLmuC/4NhNo+Txxda
|
| 2qM60IsgmBJ1M+vF026d/7K+OIDlH3Z68WOYsbMKKt7qxj527vjGDb4x1WyjX4ei
|
| FFt6dRHE1/cOjvqBJurufC+5psbMPSA9fKfKmxmV3HNeoenZHsCKY=
|
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-HELO: | localhost.localdomain
|
Reply-To: | cygwin AT cygwin DOT com
|
Authentication-Results: | sourceware.org; auth=none
|
X-Virus-Found: | No
|
X-Spam-SWARE-Status: | No, score=-94.5 required=5.0 tests=AWL,BAYES_00,GOOD_FROM_CORINNA_CYGWIN,KAM_ASCII_DIVIDERS,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_BRBL_LASTEXT,RCVD_IN_PBL,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC autolearn=ham version=3.3.2 spammy=H*Ad:U*cygwin-announce, HTo:U*cygwin-announce
|
Date: | Tue, 26 Jul 2016 16:00:18 +0200
|
From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com>
|
To: | cygwin AT cygwin DOT com
|
Subject: | [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.6.0-0.2
|
Message-Id: | <announce.20160726140018.GQ11373@calimero.vinschen.de>
|
MIME-Version: | 1.0
|
User-Agent: | Mutt/1.6.1 (2016-04-27)
|
Hi Cygwin developers and maintainers,
Hi everyone else,
I uploaded a new Cygwin test release 2.6.0-0.2.
Supposed to fix the problems reported in
https://cygwin.com/ml/cygwin/2016-07/msg00274.html and followups.
=======================================================================
For those building Cygwin from source, the new code is only available
in the topic/locales branch yet.
=======================================================================
The 2.6.0 release is going to introducing the locale_t datatype, as well
as all functions related to locale_t locales and per-thread locales per
POSIX-1.2008.
So, rather than just providing a single, per-process locale, you can now
create new locales ("newlocale") and set it as locale for the current
thread ("uselocale") or use it directly with one of the new functions
taking a locale_t as parameter (i.e. isalpha_l).
The full list of new interfaces is:
newlocale, freelocale, duplocale, uselocale
isalnum_l, isalpha_l, isascii_l, isblank_l, iscntrl_l, isdigit_l,
isgraph_l, islower_l, isprint_l, ispunct_l, isspace_l, isupper_l,
iswalnum_l, iswalpha_l, iswblank_l, iswcntrl_l, iswctype_l,
iswdigit_l, iswgraph_l, iswlower_l, iswprint_l, iswpunct_l,
iswspace_l, iswupper_l, iswxdigit_l, isxdigit_l
toascii_l, tolower_l, toupper_l, towctrans_l, towlower_l, towupper_l,
wctrans_l, wctype_l
strcasecmp_l, strcoll_l, strncasecmp_l, strxfrm_l
wcscasecmp_l, wcscoll_l, wcstrncasecmp_l, wcstrxfrm_l
strfmon_l, strftime_l
=======================================================================
Since this is brand-new code, this code *will* have bugs.
It would be very helpful if interested developers and Cygwin package
maintainers could give this new stuff some good testing.
Thanks,
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Maintainer cygwin AT cygwin DOT com
Red Hat
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
- Raw text -