]> sourceware.org Git - newlib-cygwin.git/commitdiff
* new-features.xml (ov-new1.7.34): Document qsort_r and __bsd_qsort_r.
authorYaakov Selkowitz <yselkowi@redhat.com>
Fri, 5 Dec 2014 16:33:02 +0000 (16:33 +0000)
committerYaakov Selkowitz <yselkowi@redhat.com>
Fri, 5 Dec 2014 16:33:02 +0000 (16:33 +0000)
* posix.xml (std-bsd): Add qsort_r.
(std-gnu): Ditto.
(std-notes): Add section for qsort_r.

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

index 9684a65afff4dbe3e93faf3e095cf12680e5342f..3a2ab48e929481d7687425c358f0872bf982d26f 100644 (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>
 
        * new-features.xml (ov-new1.7.34): Add latest changes.
index a0bc4422a6301b673fc59d4cc6bdeea20175ca1b..91b7714cff591923b5df9e4ca765435e98c29ea6 100644 (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.
 </para></listitem>
 
+<listitem><para>
+New APIs: qsort_r, __bsd_qsort_r.
+</para></listitem>
+
 </itemizedlist>
 
 </sect2>
index 238153803d5dd693431c86657b6a5e2c6d6e8a51..2949a52c3a354e08861e5f67a7d579d3d0594c2b 100644 (file)
@@ -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>
This page took 0.051603 seconds and 5 git commands to generate.