* 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:
parent
0548dda67f
commit
5acd9c007f
|
@ -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>
|
||||
|
||||
* new-features.xml (ov-new1.7.34): Add latest changes.
|
||||
|
|
|
@ -51,6 +51,10 @@ When spawning a process under another user account, merge the user's
|
|||
default Windows environment into the new process' environment.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
New APIs: qsort_r, __bsd_qsort_r.
|
||||
</para></listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
|
|
|
@ -1047,6 +1047,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||
madvise
|
||||
mkstemps
|
||||
openpty
|
||||
qsort_r (see chapter "Implementation Notes")
|
||||
rcmd
|
||||
rcmd_af
|
||||
reallocf
|
||||
|
@ -1175,6 +1176,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||
pthread_getattr_np
|
||||
pthread_sigqueue
|
||||
ptsname_r
|
||||
qsort_r (see chapter "Implementation Notes")
|
||||
quotactl
|
||||
rawmemchr
|
||||
removexattr
|
||||
|
@ -1568,6 +1570,9 @@ available when cygserver is running.</para>
|
|||
what works on Windows: Windows only supports user block quotas on NTFS, no
|
||||
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>
|
||||
|
||||
</chapter>
|
||||
|
|
Loading…
Reference in New Issue