From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64250 invoked by alias); 23 Jul 2016 11:57:02 -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 64127 invoked by uid 9078); 23 Jul 2016 11:57:01 -0000 Date: Sat, 23 Jul 2016 11:57:00 -0000 Message-ID: <20160723115701.64124.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] posix.xml: Add missing unimplemented functions from POSIX-1.2013 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 25cb82a55ebdc42005198a670830897ed39e6330 X-Git-Newrev: 886f89ac39b31be908f50ff8482be8e34105f8e7 X-SW-Source: 2016-q3/txt/msg00020.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=886f89ac39b31be908f50ff8482be8e34105f8e7 commit 886f89ac39b31be908f50ff8482be8e34105f8e7 Author: Corinna Vinschen Date: Sat Jul 23 13:56:52 2016 +0200 posix.xml: Add missing unimplemented functions from POSIX-1.2013 Signed-off-by: Corinna Vinschen Diff: --- winsup/doc/posix.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index fddd875..83fa768 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -1504,6 +1504,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008). iswalpha_l iswblank_l iswcntrl_l + iswctype_l iswdigit_l iswgraph_l iswlower_l @@ -1538,10 +1539,13 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008). tolower_l toupper_l towctrans_l + towlower_l + towupper_l ulimit uselocale waitid wcscasecmp_l + wcscoll_l wcsncasecmp_l wcsxfrm_l wctrans_l