]> sourceware.org Git - newlib-cygwin.git/commitdiff
Export aligned_alloc, at_quick_exit, quick_exit.
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 22 Oct 2015 14:21:17 +0000 (16:21 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 22 Oct 2015 15:33:59 +0000 (17:33 +0200)
* common.din (aligned_alloc): Export.
(at_quick_exit): Export.
(quick_exit): Export.

* posix.xml (std-iso): New section.
(std-deprec): Rearrange title text.
* new-features.xml (ov-new2.3): Document aligned_alloc, at_quick_exit,

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/ChangeLog
winsup/cygwin/common.din
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/release/2.3.0
winsup/doc/ChangeLog
winsup/doc/new-features.xml
winsup/doc/posix.xml

index 0c7c5a9c7d4ef61c5c6801f237b7a056cfe67f1a..a95938da7ae3c724f9d896cd98cc2ef0cf6255a5 100644 (file)
@@ -1,3 +1,9 @@
+2015-10-22  Corinna Vinschen  <corinna@vinschen.de>
+
+       * common.din (aligned_alloc): Export.
+       (at_quick_exit): Export.
+       (quick_exit): Export.
+
 2015-10-22  Corinna Vinschen  <corinna@vinschen.de>
 
        * sec_helper.cc (cygsid::get_sid): Don't reject SIDs with missing
index 71a0c9be90fb17a49a377d2d4e7586770daae208..5d22e976b5a9383b9c2f1869aed2d5041fadf11e 100644 (file)
@@ -130,6 +130,7 @@ acosf NOSIGFE
 acosh NOSIGFE
 acoshf NOSIGFE
 alarm SIGFE
+aligned_alloc SIGFE
 alphasort NOSIGFE
 arc4random NOSIGFE
 arc4random_addrandom NOSIGFE
@@ -168,6 +169,7 @@ atoff SIGFE
 atoi NOSIGFE
 atol NOSIGFE
 atoll NOSIGFE
+at_quick_exit SIGFE
 basename NOSIGFE
 bcmp NOSIGFE
 bcopy NOSIGFE
@@ -957,6 +959,7 @@ putwc_unlocked SIGFE
 putwchar SIGFE
 putwchar_unlocked SIGFE
 pwrite SIGFE
+quick_exit SIGFE
 qsort NOSIGFE
 qsort_r NOSIGFE
 quotactl SIGFE
index 3b14ff40dfe0e69f7690b3c0578e48d7d292a6eb..fde82e9acad0ba1050d9a8b9f6945315a4546492 100644 (file)
@@ -472,13 +472,14 @@ details. */
       288: Export getcontext, makecontext, setcontext, swapcontext.
       289: Export sigsetjmp, siglongjmp.
       290: Add sysconf cache handling.
+      291: Export aligned_alloc, at_quick_exit, quick_exit.
      */
 
      /* Note that we forgot to bump the api for ualarm, strtoll, strtoull,
        sigaltstack, sethostname. */
 
 #define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 290
+#define CYGWIN_VERSION_API_MINOR 291
 
      /* There is also a compatibity version number associated with the
        shared memory regions.  It is incremented when incompatible
index e3abb20ce8f4607b55a0ee29d16134236123baa0..48adb5f0e250f1ecb6c4ddf8c43a8237b0792ef4 100644 (file)
@@ -14,6 +14,8 @@ What's new:
   _SC_LEVEL3_CACHE_SIZE, _SC_LEVEL3_CACHE_ASSOC, _SC_LEVEL3_CACHE_LINESIZE,
   _SC_LEVEL4_CACHE_SIZE, _SC_LEVEL4_CACHE_ASSOC, _SC_LEVEL4_CACHE_LINESIZE
 
+- New API: aligned_alloc, at_quick_exit, quick_exit.
+
 
 What changed:
 -------------
index 7e85a7647172fa25ecd8e72394e54c18c21e6918..cd6563b634ba4c9b63f40cd32d67d5fae10b7fd1 100644 (file)
@@ -1,3 +1,10 @@
+2015-10-22  Corinna Vinschen  <corinna@vinschen.de>
+
+       * posix.xml (std-iso): New section.
+       (std-deprec): Rearrange title text.
+       * new-features.xml (ov-new2.3): Document aligned_alloc, at_quick_exit,
+       quick_exit.
+
 2015-10-06  Ken Brown  <kbrown@cornell.edu>
 
        * faq-using.xml (faq.using.same-with-permissions): New entry.
index d55d1fb9225b7cb2a2a356b3a7ce2d523e965d45..c95f339c34d7083062370f5ed5fd5768675e4e74 100644 (file)
@@ -32,6 +32,10 @@ setfacl(1) now allows to use the -b and -k option combined to allow reducing
 an ACL to only reflect standard POSIX permissions.
 </para></listitem>
 
+<listitem><para>
+New API: aligned_alloc, at_quick_exit, quick_exit.
+</para></listitem>
+
 </itemizedlist>
 
 </sect2>
index 112ddc8eeaf02287f491268b89ef85107b6b9b87..dc6c148f9a61a41a0548ecf424d56c0ee6893659 100644 (file)
@@ -1306,9 +1306,19 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     xdrstdio_create            (available in external "libtirpc" library)
 </screen>
 
+<sect1 id="std-iso"><title>System interfaces not in POSIX but compatible with ISO C requirements:</title>
+
+<screen>
+    aligned_alloc              (ISO C11)
+    at_quick_exit              (ISO C11)
+    quick_exit                 (ISO C11)
+</screen>
+
+</sect1>
+
 </sect1>
 
-<sect1 id="std-deprec"><title>Other UNIX system interfaces, deprecated or not in POSIX.1-2008:</title>
+<sect1 id="std-deprec"><title>Other UNIX system interfaces, not in POSIX.1-2008 or deprecated:</title>
 
 <screen>
     bcmp                       (POSIX.1-2001, SUSv3)
This page took 0.046584 seconds and 5 git commands to generate.