diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2010-10-09 11:00:47 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2010-10-09 11:00:47 +0000 |
commit | 7c53c875c1b5ca25de28c51912e6dd4557553574 (patch) | |
tree | 8d12ced70a96cd4fdd555ea96c4a3150bc82d059 | |
parent | 9c154abedb4cbf713808e2fbe625f6d80939dcc3 (diff) | |
download | cygnal-7c53c875c1b5ca25de28c51912e6dd4557553574.tar.gz cygnal-7c53c875c1b5ca25de28c51912e6dd4557553574.tar.bz2 cygnal-7c53c875c1b5ca25de28c51912e6dd4557553574.zip |
* new-features.sgml (ov-new1.7.8): Document reinstantiation of the
original 1.7 CWD handling.
-rw-r--r-- | winsup/doc/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 6 |
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, |