From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16297 invoked by alias); 26 Nov 2019 17:44:39 -0000 Mailing-List: contact newlib-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-cvs-owner@sourceware.org Received: (qmail 16259 invoked by uid 9078); 26 Nov 2019 17:44:39 -0000 Date: Tue, 26 Nov 2019 17:44:00 -0000 Message-ID: <20191126174439.16257.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] newlib/libc/include/sys/features.h: update __STDC_ISO_10646__ X-Act-Checkin: newlib-cygwin X-Git-Author: Brian Inglis X-Git-Refname: refs/heads/master X-Git-Oldrev: edb1be4ccec1e26c886e8a4646f57f47c0b7468e X-Git-Newrev: c63c29e76e7511c43972c400002f93872885a330 X-SW-Source: 2019-q4/txt/msg00017.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c63c29e76e7511c43972c400002f93872885a330 commit c63c29e76e7511c43972c400002f93872885a330 Author: Brian Inglis Date: Tue Nov 26 08:34:42 2019 -0700 newlib/libc/include/sys/features.h: update __STDC_ISO_10646__ newlib wide char conversion functions were updated to Unicode 11 on 2019-01-12 update standard symbol __STDC_ISO_10646__ to Unicode 11 release date 2018-06-05 for Cygwin Diff: --- newlib/libc/include/sys/features.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h index f28dd07..2188071 100644 --- a/newlib/libc/include/sys/features.h +++ b/newlib/libc/include/sys/features.h @@ -521,9 +521,13 @@ extern "C" { /* #define _XOPEN_UNIX -1 */ #endif /* __XSI_VISIBLE */ -/* The value corresponds to UNICODE version 5.2, which is the current - state of newlib's wide char conversion functions. */ -#define __STDC_ISO_10646__ 200910L +/* + * newlib's wide char conversion functions were updated on + * 2019-01-12 + * to UNICODE version: + * 11.0.0 released 2018-06-05 + */ +#define __STDC_ISO_10646__ 201806L #endif /* __CYGWIN__ */