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>2009-07-20 12:57:54 +0400
committerCorinna Vinschen <corinna@vinschen.de>2009-07-20 12:57:54 +0400
commit3b882cb484b1199e18f2e567e4dc9205ae4883c5 (patch)
tree4abfdbe6c481a67069bd4201b60de0aa60c74a6c
parent21b008b40ce5bba2716dad892bcf72d06e63bf96 (diff)
* new-features.sgml (ov-new1.7-misc): Add stdc++ new/delete wrappers.
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml4
2 files changed, 8 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index c65917de3..e3bd07723 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,5 +1,9 @@
2009-07-20 Corinna Vinschen <corinna@vinschen.de>
+ * new-features.sgml (ov-new1.7-misc): Add stdc++ new/delete wrappers.
+
+2009-07-20 Corinna Vinschen <corinna@vinschen.de>
+
* new-features.sgml (ov-new1.7-posix): Add WCONTINUED, WIFCONTINUED.
2009-07-20 Corinna Vinschen <corinna@vinschen.de>
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 2c8010925..8dbed99b4 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -310,6 +310,10 @@
- Remove backwards compatibility with old signal masks. (Some *very* old
programs which use signal masks may no longer work correctly).
+- Cygwin now exports wrapper functions for libstdc++ operators new and
+ delete, to support the toolchain in implementing full C++ standards
+ conformance when working with shared libraries.
+
</screen>
</sect2>