This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] posix.xml: Add missing unimplemented functions from POSIX-1.2013


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=886f89ac39b31be908f50ff8482be8e34105f8e7

commit 886f89ac39b31be908f50ff8482be8e34105f8e7
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Sat Jul 23 13:56:52 2016 +0200

    posix.xml: Add missing unimplemented functions from POSIX-1.2013
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

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).</para>
     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).</para>
     tolower_l
     toupper_l
     towctrans_l
+    towlower_l
+    towupper_l
     ulimit
     uselocale
     waitid
     wcscasecmp_l
+    wcscoll_l
     wcsncasecmp_l
     wcsxfrm_l
     wctrans_l


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]