* new-features.xml (ov-new1.7.34): Document qsort_r and __bsd_qsort_r.

* posix.xml (std-bsd): Add qsort_r.
(std-gnu): Ditto.
(std-notes): Add section for qsort_r.
This commit is contained in:
Yaakov Selkowitz 2014-12-05 16:33:02 +00:00
parent 0548dda67f
commit 5acd9c007f
3 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2014-12-05 Yaakov Selkowitz <yselkowitz@cygwin.com>
* new-features.xml (ov-new1.7.34): Document qsort_r and __bsd_qsort_r.
* posix.xml (std-bsd): Add qsort_r.
(std-gnu): Ditto.
(std-notes): Add section for qsort_r.
2014-12-03 Corinna Vinschen <corinna@vinschen.de> 2014-12-03 Corinna Vinschen <corinna@vinschen.de>
* new-features.xml (ov-new1.7.34): Add latest changes. * new-features.xml (ov-new1.7.34): Add latest changes.

View File

@ -51,6 +51,10 @@ When spawning a process under another user account, merge the user's
default Windows environment into the new process' environment. default Windows environment into the new process' environment.
</para></listitem> </para></listitem>
<listitem><para>
New APIs: qsort_r, __bsd_qsort_r.
</para></listitem>
</itemizedlist> </itemizedlist>
</sect2> </sect2>

View File

@ -1047,6 +1047,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
madvise madvise
mkstemps mkstemps
openpty openpty
qsort_r (see chapter "Implementation Notes")
rcmd rcmd
rcmd_af rcmd_af
reallocf reallocf
@ -1175,6 +1176,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
pthread_getattr_np pthread_getattr_np
pthread_sigqueue pthread_sigqueue
ptsname_r ptsname_r
qsort_r (see chapter "Implementation Notes")
quotactl quotactl
rawmemchr rawmemchr
removexattr removexattr
@ -1568,6 +1570,9 @@ available when cygserver is running.</para>
what works on Windows: Windows only supports user block quotas on NTFS, no what works on Windows: Windows only supports user block quotas on NTFS, no
group quotas, no inode quotas, no time constraints.</para> group quotas, no inode quotas, no time constraints.</para>
<para><function>qsort_r</function> is available in both BSD and GNU flavors,
depending on whether _BSD_SOURCE or _GNU_SOURCE is defined when compiling.</para>
</sect1> </sect1>
</chapter> </chapter>