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: Note duplocale, freelocale, newlocale, uselocale as implemented


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

commit c402f0388f78f4945d4e8fdbb0505271333c8258
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Sat Jul 23 14:01:15 2016 +0200

    posix.xml: Note duplocale, freelocale, newlocale, uselocale as implemented
    
    Signed-off by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/doc/posix.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml
index 83fa768..31ec8e0 100644
--- a/winsup/doc/posix.xml
+++ b/winsup/doc/posix.xml
@@ -192,6 +192,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     drand48
     dup
     dup2
+    duplocale
     encrypt			(available in external "crypt" library)
     endgrent
     endhostent
@@ -293,6 +294,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     fread
     free
     freeaddrinfo
+    freelocale
     freopen
     frexp
     frexpf
@@ -558,6 +560,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     nearbyint
     nearbyintf
     nearbyintl
+    newlocale
     nextafter
     nextafterf
     nextafterl
@@ -985,6 +988,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     unlinkat
     unlockpt
     unsetenv
+    uselocale
     utime
     utimensat
     utimes
@@ -1475,11 +1479,9 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     aio_return
     aio_suspend
     aio_write
-    duplocale
     endnetent
     fattach
     fmtmsg
-    freelocale
     getdate
     getdate_err
     gethostent
@@ -1517,7 +1519,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     lio_listio
     mlockall
     munlockall
-    newlocale
     posix_mem_offset
     posix_trace[...]
     posix_typed_[...]
@@ -1542,7 +1543,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     towlower_l
     towupper_l
     ulimit
-    uselocale
     waitid
     wcscasecmp_l
     wcscoll_l


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