Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-11-05 12:56:09 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-11-05 12:56:09 +0300
commitb8fd41f5df60b386cfa623ec12cd2f3840c39081 (patch)
tree36397e5af767c151df01adf7ef63e008065ea9a4
parent3f2601fa3e766a8d21744f4de53a93841a9b4b63 (diff)
* new-features.xml (ov-new1.7.33): Document xdr and atexit.
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.xml12
2 files changed, 16 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 7d95a1d6f..06a583802 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-05 Corinna Vinschen <corinna@vinschen.de>
+
+ * new-features.xml (ov-new1.7.33): Document xdr and atexit.
+
2014-10-30 David Rothenberger <daveroth@acm.org>
* ntsec.xml: Fix typo.
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index eb5d47a04..05aa6c4e0 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -89,6 +89,18 @@ Improve various header files for C++- and standards-compliance.
Doug Lea malloc implementation update from 2.8.3 to the latest 2.8.6.
</para></listitem>
+<listitem><para>
+The xdr functions are no longer exported for newly built executables.
+Use libtirpc-devel instead.
+</para></listitem>
+
+<listitem><para>
+atexit(3) is now exported as statically linked function from libcygwin.a.
+This allows reliable access to the DSO handle of the caller for newly
+built executables. The former atexit entry point into the DLL remains
+for backward compatibility only.
+</para></listitem>
+
</itemizedlist>
</sect2>