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:
Diffstat (limited to 'winsup/cygwin/release/1.7.32')
-rw-r--r--winsup/cygwin/release/1.7.3223
1 files changed, 0 insertions, 23 deletions
diff --git a/winsup/cygwin/release/1.7.32 b/winsup/cygwin/release/1.7.32
deleted file mode 100644
index e4386b798..000000000
--- a/winsup/cygwin/release/1.7.32
+++ /dev/null
@@ -1,23 +0,0 @@
-What's new:
------------
-
-- Export __cxa_atexit and __cxa_finalize to allow C++ standards-compliant
- destructor handling in libstdc++ and g++ compiled code.
-
- Please note that, in order to benefit from this new feature, C++ code
- must be recompiled with the upcoming gcc 4.8.3-3 release which will
- enable the -fuse-cxa-atexit flag by default, and that C++ applications
- using this feature will not run on older Cygwin releases.
-
-- Support more recent CPU flags in /proc/cpuinfo.
-
-
-Bug Fixes
----------
-
-- Decorate attribute names with __, for namespace safety in various header
- files.
- Addresses: https://cygwin.com/ml/cygwin/2014-07/msg00371.html
-
-- Fix sys/file.h for using in C++ code.
- Addresses: https://cygwin.com/ml/cygwin/2014-08/msg00122.html