* new-features.sgml (ov-new1.7.8): Document reinstantiation of the
original 1.7 CWD handling.
This commit is contained in:
parent
9c154abedb
commit
7c53c875c1
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue