]> sourceware.org Git - newlib-cygwin.git/commitdiff
* new-features.xml (ov-new1.7.34): Document Solaris stdio_ext.h
authorYaakov Selkowitz <yselkowi@redhat.com>
Thu, 18 Dec 2014 16:55:27 +0000 (16:55 +0000)
committerYaakov Selkowitz <yselkowi@redhat.com>
Thu, 18 Dec 2014 16:55:27 +0000 (16:55 +0000)
functions and BSD/GNU unlocked stdio extensions.
* posix.xml (std-bsd): Add BSD unlocked stdio extensions.
(std-gnu): Add GNU unlocked stdio extensions.
(std-solaris): Add stdio_ext.h functions.

winsup/doc/ChangeLog
winsup/doc/new-features.xml
winsup/doc/posix.xml

index 06b5380437c8e49dec1ee3b6af92de004387720f..14a74fb139f19cd753686ff5914eefca667b90d0 100644 (file)
@@ -1,3 +1,11 @@
+2014-12-18  Yaakov Selkowitz  <yselkowitz@cygwin.com>
+
+       * new-features.xml (ov-new1.7.34): Document Solaris stdio_ext.h
+       functions and BSD/GNU unlocked stdio extensions.
+       * posix.xml (std-bsd): Add BSD unlocked stdio extensions.
+       (std-gnu): Add GNU unlocked stdio extensions.
+       (std-solaris): Add stdio_ext.h functions.
+
 2014-12-15  Corinna Vinschen  <corinna@vinschen.de>
 
        * new-features.xml (ov-new1.7.34): Add setfacl -k option.
index 7809e498d245873475e571b6410177574064aa57..2a20d9aeb0acb407b4df5e223066e5499eeb02c4 100644 (file)
@@ -60,6 +60,19 @@ default Windows environment into the new process' environment.
 New APIs: qsort_r, __bsd_qsort_r.
 </para></listitem>
 
+<listitem><para>
+New APIs: __fbufsize, __flbf, __fpending, __freadable, __freading,
+__fsetlocking, __fwritable, __fwriting.
+</para></listitem>
+
+<listitem><para>
+New APIs: clearerr_unlocked, feof_unlocked, ferror_unlocked, fflush_unlocked,
+fgetc_unlocked, fgets_unlocked, fgetwc_unlocked, fgetws_unlocked,
+fileno_unlocked, fputc_unlocked, fputs_unlocked, fputwc_unlocked,
+fputws_unlocked, fread_unlocked, fwrite_unlocked, getwc_unlocked,
+getwchar_unlocked, putwc_unlocked, putwchar_unlocked.
+</para></listitem>
+
 </itemizedlist>
 
 </sect2>
index b2f3f738730cb9f8e3edf4d18d1b6f3acc7df5a4..4b0e2fda17ecc4f3ef8209103595df4b9fcdf16c 100644 (file)
@@ -993,6 +993,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     bindresvport_sa
     cfmakeraw
     cfsetspeed
+    clearerr_unlocked
     daemon
     dn_comp
     dn_expand
@@ -1002,12 +1003,19 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     endusershell
     err
     errx
+    feof_unlocked
+    ferror_unlocked
+    fflush_unlocked
+    fileno_unlocked
+    fgetc_unlocked
     finite
     finitef
     fiprintf
     flock                      (see chapter "Implementation Notes")
     forkpty
     fpurge
+    fputc_unlocked
+    fread_unlocked
     freeifaddrs
     fstatfs
     fts_children
@@ -1020,6 +1028,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     fts_set_clientptr
     funopen
     futimes
+    fwrite_unlocked
     gamma
     gamma_r
     gammaf
@@ -1144,9 +1153,15 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     fegetexcept
     ffsl
     ffsll
+    fgets_unlocked
+    fgetwc_unlocked
+    fgetws_unlocked
     fgetxattr
     flistxattr
     fopencookie
+    fputs_unlocked
+    fputwc_unlocked
+    fputws_unlocked
     fremovexattr
     fsetxattr
     get_avphys_pages
@@ -1158,6 +1173,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     getopt_long
     getopt_long_only
     getpt
+    getwc_unlocked
+    getwchar_unlocked
     getxattr
     lgetxattr
     listxattr
@@ -1176,6 +1193,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     pthread_getattr_np
     pthread_sigqueue
     ptsname_r
+    putwc_unlocked
+    putwchar_unlocked
     qsort_r                    (see chapter "Implementation Notes")
     quotactl
     rawmemchr
@@ -1199,7 +1218,15 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
 <sect1 id="std-solaris"><title>System interfaces compatible with Solaris or SunOS functions:</title>
 
 <screen>
+    __fbufsize
+    __flbf
+    __fpending
     __fpurge
+    __freadable
+    __freading
+    __fsetlocking
+    __fwritable
+    __fwriting
     acl
     aclcheck
     aclfrommode
This page took 0.046123 seconds and 5 git commands to generate.