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-08 14:56:14 +0400
committerCorinna Vinschen <corinna@vinschen.de>2010-10-08 14:56:14 +0400
commit3ce898deb337c2a35679063b0b7e5bc2b346dc34 (patch)
tree611775845c6efbb02d6bd4d846acc7aee8c095ad /winsup
parent9810eef4bfc50afb746bf68be0a89db4276fd40d (diff)
* new-features.sgml (ov-new1.7.8): Document new C99 complex API.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml11
2 files changed, 14 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 97e246241..7e821b1e3 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2010-10-08 Corinna Vinschen <corinna@vinschen.de>
+
+ * new-features.sgml (ov-new1.7.8): Document new C99 complex API.
+
2010-09-27 Corinna Vinschen <corinna@vinschen.de>
* pathnames.sgml (mount-table): Fix pathnames-mount-ex example. Change
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 5863e87a9..493313820 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -16,7 +16,16 @@ GNU C Library manual</ulink> for full details of this functionality.
</para></listitem>
<listitem><para>
-/proc/sys allows to access the native NT namespace.
+Support for the C99 complex functions, except for the "long double"
+implementations. New APIs: cacos, cacosf, cacosh, cacoshf, carg, cargf, casin,
+casinf, casinh, casinhf, catan, catanf, catanh, catanhf, ccos, ccosf, ccosh,
+ccoshf, cexp, cexpf, cimag, cimagf, clog, clogf, conj, conjf, cpow, cpowf,
+cproj, cprojf, creal, crealf, csin, csinf, csinh, csinhf, csqrt, csqrtf, ctan,
+ctanf, ctanh, ctanhf.
+</para></listitem>
+
+<listitem><para>
+Drop support for Windows NT4 prior to Service Pack 4.
</para></listitem>
<listitem><para>