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:53:50 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-11-05 12:53:50 +0300
commit3f2601fa3e766a8d21744f4de53a93841a9b4b63 (patch)
treed1a0487fe447d8dbd09569a5b8c2a7265fd53e10 /winsup/cygwin
parent4d67bb4936135c7089f1f6e7a1208c30af2c5ee9 (diff)
*** empty log message ***
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/release/1.7.338
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.33 b/winsup/cygwin/release/1.7.33
index 02c07faad..28eabfbb3 100644
--- a/winsup/cygwin/release/1.7.33
+++ b/winsup/cygwin/release/1.7.33
@@ -52,6 +52,14 @@ What changed:
- Doug Lea malloc implementation update from 2.8.3 to the latest 2.8.6.
+- The xdr functions are no longer exported for newly built executables.
+ Use libtirpc-devel instead.
+
+- atexit 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.
+
Bug Fixes
---------