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
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-10-09 15:00:47 +0400
committerCorinna Vinschen <corinna@vinschen.de>2010-10-09 15:00:47 +0400
commit7c53c875c1b5ca25de28c51912e6dd4557553574 (patch)
tree8d12ced70a96cd4fdd555ea96c4a3150bc82d059 /winsup
parent9c154abedb4cbf713808e2fbe625f6d80939dcc3 (diff)
* new-features.sgml (ov-new1.7.8): Document reinstantiation of the
original 1.7 CWD handling.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/new-features.sgml6
2 files changed, 11 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 7e821b1e3..0471c985a 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-09 Corinna Vinschen <corinna@vinschen.de>
+
+ * new-features.sgml (ov-new1.7.8): Document reinstantiation of the
+ original 1.7 CWD handling.
+
2010-10-08 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.8): Document new C99 complex API.
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 493313820..060bde941 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -5,6 +5,12 @@
<itemizedlist mark="bullet">
<listitem><para>
+Reinstantiate Cygwin's ability to delete an empty directory which is the
+current working directory of the same or another process. Same for any
+other empty directory which has been opened by the same or another process.
+</para></listitem>
+
+<listitem><para>
Cygwin now ships the C standard library fenv.h header file, and implements the
related APIs (including GNU/glibc extensions): feclearexcept, fedisableexcept,
feenableexcept, fegetenv, fegetexcept, fegetexceptflag, fegetprec, fegetround,