* new-features.sgml (ov-new1.7.8): Document reinstantiation of the

original 1.7 CWD handling.
This commit is contained in:
Corinna Vinschen 2010-10-09 11:00:47 +00:00
parent 9c154abedb
commit 7c53c875c1
2 changed files with 11 additions and 0 deletions

View File

@ -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.

View File

@ -4,6 +4,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,