This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Add release message for 792e51b


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=63e4f1291cc9a5237575d1c89577c477dbdf1ff8

commit 63e4f1291cc9a5237575d1c89577c477dbdf1ff8
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Mar 29 14:59:18 2016 +0200

    Add release message for 792e51b
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/release/2.5.0 | 13 ++++++++++++-
 winsup/doc/new-features.xml | 15 ++++++++++++++-
 2 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/winsup/cygwin/release/2.5.0 b/winsup/cygwin/release/2.5.0
index 106bbd5..f5821f9 100644
--- a/winsup/cygwin/release/2.5.0
+++ b/winsup/cygwin/release/2.5.0
@@ -23,7 +23,18 @@ What's new:
   and secondary device attributes, requesting cursor position report;
   see https://cygwin.com/ml/cygwin-patches/2012-q3/msg00019.html
 
-- New APIs: clog10, clog10f.
+- New APIs: clog10, clog10f, nexttoward, nexttowardf, nexttowardl.
+
+- Add missing long double functions.  New APIs:
+  acoshl, acosl, asinhl, asinl, atan2l, atanhl, atanl, cacoshl, cacosl, cargl,
+  casinhl, casinl, catanhl, catanl, ccoshl, ccosl, ceill, cexpl, clog10l,
+  clogl, conjl, copysignl, coshl, cosl, cpowl, cprojl, csinhl, csinl, csqrtl,
+  ctanhl, ctanl, dreml, erfcl, erfl, exp10l, exp2l, expl, expm1l, fabsl,
+  fdiml, floorl, fmal, fmaxl, fminl, fmodl, frexpl, ilogbl, isinfl, isnanl,
+  ldexpl, lgammal, lgammal_r, llroundl, log10l, log1pl, log2l, logbl, logl,
+  lroundl, modfl, nearbyintl, nextafterl, pow10l, powl, remainderl, remquol,
+  roundl, scalbl, scalblnl, scalbnl, sincosl, sinhl, sinl, tanhl, tanl,
+  tgammal, truncl.
 
 
 What changed:
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 7a54851..d246247 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -44,7 +44,20 @@ see https://cygwin.com/ml/cygwin-patches/2012-q3/msg00019.html
 </para></listitem>
 
 <listitem><para>
-New APIs: clog10, clog10f.
+New APIs: clog10, clog10f, nexttoward, nexttowardf, nexttowardl.
+</para></listitem>
+
+<listitem><para>
+Add missing long double functions.  New APIs:
+acoshl, acosl, asinhl, asinl, atan2l, atanhl, atanl, cacoshl, cacosl, cargl,
+casinhl, casinl, catanhl, catanl, ccoshl, ccosl, ceill, cexpl, clog10l,
+clogl, conjl, copysignl, coshl, cosl, cpowl, cprojl, csinhl, csinl, csqrtl,
+ctanhl, ctanl, dreml, erfcl, erfl, exp10l, exp2l, expl, expm1l, fabsl,
+fdiml, floorl, fmal, fmaxl, fminl, fmodl, frexpl, ilogbl, isinfl, isnanl,
+ldexpl, lgammal, lgammal_r, llroundl, log10l, log1pl, log2l, logbl, logl,
+lroundl, modfl, nearbyintl, nextafterl, pow10l, powl, remainderl, remquol,
+roundl, scalbl, scalblnl, scalbnl, sincosl, sinhl, sinl, tanhl, tanl,
+tgammal, truncl.
 </para></listitem>
 
 <listitem><para>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]