* 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.
This commit is contained in:
Yaakov Selkowitz 2014-12-18 16:55:27 +00:00
parent 65d785561d
commit b2149cb666
3 changed files with 48 additions and 0 deletions

View 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> 2014-12-15 Corinna Vinschen <corinna@vinschen.de>
* new-features.xml (ov-new1.7.34): Add setfacl -k option. * new-features.xml (ov-new1.7.34): Add setfacl -k option.

View File

@ -60,6 +60,19 @@ default Windows environment into the new process' environment.
New APIs: qsort_r, __bsd_qsort_r. New APIs: qsort_r, __bsd_qsort_r.
</para></listitem> </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> </itemizedlist>
</sect2> </sect2>

View File

@ -993,6 +993,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
bindresvport_sa bindresvport_sa
cfmakeraw cfmakeraw
cfsetspeed cfsetspeed
clearerr_unlocked
daemon daemon
dn_comp dn_comp
dn_expand dn_expand
@ -1002,12 +1003,19 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
endusershell endusershell
err err
errx errx
feof_unlocked
ferror_unlocked
fflush_unlocked
fileno_unlocked
fgetc_unlocked
finite finite
finitef finitef
fiprintf fiprintf
flock (see chapter "Implementation Notes") flock (see chapter "Implementation Notes")
forkpty forkpty
fpurge fpurge
fputc_unlocked
fread_unlocked
freeifaddrs freeifaddrs
fstatfs fstatfs
fts_children fts_children
@ -1020,6 +1028,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
fts_set_clientptr fts_set_clientptr
funopen funopen
futimes futimes
fwrite_unlocked
gamma gamma
gamma_r gamma_r
gammaf gammaf
@ -1144,9 +1153,15 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
fegetexcept fegetexcept
ffsl ffsl
ffsll ffsll
fgets_unlocked
fgetwc_unlocked
fgetws_unlocked
fgetxattr fgetxattr
flistxattr flistxattr
fopencookie fopencookie
fputs_unlocked
fputwc_unlocked
fputws_unlocked
fremovexattr fremovexattr
fsetxattr fsetxattr
get_avphys_pages get_avphys_pages
@ -1158,6 +1173,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
getopt_long getopt_long
getopt_long_only getopt_long_only
getpt getpt
getwc_unlocked
getwchar_unlocked
getxattr getxattr
lgetxattr lgetxattr
listxattr listxattr
@ -1176,6 +1193,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
pthread_getattr_np pthread_getattr_np
pthread_sigqueue pthread_sigqueue
ptsname_r ptsname_r
putwc_unlocked
putwchar_unlocked
qsort_r (see chapter "Implementation Notes") qsort_r (see chapter "Implementation Notes")
quotactl quotactl
rawmemchr 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> <sect1 id="std-solaris"><title>System interfaces compatible with Solaris or SunOS functions:</title>
<screen> <screen>
__fbufsize
__flbf
__fpending
__fpurge __fpurge
__freadable
__freading
__fsetlocking
__fwritable
__fwriting
acl acl
aclcheck aclcheck
aclfrommode aclfrommode