From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16413 invoked by alias); 13 Jan 2019 22:35:47 -0000 Mailing-List: contact cygwin-cvs-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-cvs-owner@cygwin.com Received: (qmail 16394 invoked by uid 9078); 13 Jan 2019 22:35:47 -0000 Date: Sun, 13 Jan 2019 22:35:00 -0000 Message-ID: <20190113223547.16392.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: document wctype changes X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 41397e13ce38034841ccb85cec9fc5c745611a9e X-Git-Newrev: 19b7c7ab2e2fdfb70722bb016e67229c7184a173 X-SW-Source: 2019-q1/txt/msg00047.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=19b7c7ab2e2fdfb70722bb016e67229c7184a173 commit 19b7c7ab2e2fdfb70722bb016e67229c7184a173 Author: Corinna Vinschen Date: Sun Jan 13 23:35:28 2019 +0100 Cygwin: document wctype changes Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/release/2.12.0 | 5 +++++ winsup/doc/new-features.xml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/winsup/cygwin/release/2.12.0 b/winsup/cygwin/release/2.12.0 index 299ea6d..d739a5c 100644 --- a/winsup/cygwin/release/2.12.0 +++ b/winsup/cygwin/release/2.12.0 @@ -49,6 +49,8 @@ What changed: - open(..., O_TMPFILE) now moves the file to the trash bin immediately, to free the parent directory. +- Wctype functions updated to Unicode 11.0. + Bug Fixes --------- @@ -67,3 +69,6 @@ Bug Fixes https://cygwin.com/ml/cygwin/2018-12/msg00028.html - Fix a bug in select(2) when polling HANDLE-less descriptors. + +- Fix WEOF handling in wctype functions. + Addresses: https://cygwin.com/ml/cygwin/2018-12/msg00173.html diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 1707130..5aee22b 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -80,6 +80,10 @@ open(..., O_TMPFILE) now moves the file to the trash bin immediately, to free the parent directory. + +Wctype functions updated to Unicode 11.0. + +