]> sourceware.org Git - newlib-cygwin.git/commitdiff
* posix.sgml: Move llround and llroundf to implemented SUSv4 functions.
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 15 Nov 2010 12:44:57 +0000 (12:44 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 15 Nov 2010 12:44:57 +0000 (12:44 +0000)
* include/cygwin/version.h: Add llround and llroundf to the comment for
the 233 CYGWIN_VERSION_API_MINOR bump.

winsup/cygwin/ChangeLog
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/posix.sgml

index 77fd94ac247053dc942f828427ff1591ec5eb0f1..40353673ecf501c9b1b3329b015ea80abdea9e3e 100644 (file)
@@ -1,3 +1,9 @@
+2010-11-15  Corinna Vinschen  <corinna@vinschen.de>
+
+       * posix.sgml: Move llround and llroundf to implemented SUSv4 functions.
+       * include/cygwin/version.h: Add llround and llroundf to the comment for
+       the 233 CYGWIN_VERSION_API_MINOR bump.
+
 2010-11-02  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
 
        * include/paths.h (_PATH_VARTMP): Define.
index 7f5d40a927b547adb4fe02059b252415cf4a02f5..f70ad58145196daa2499b2e8e8373a81e8c6f173 100644 (file)
@@ -396,7 +396,7 @@ details. */
           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.
-      233: Add TIOCGPGRP, TIOCSPGRP.
+      233: Add TIOCGPGRP, TIOCSPGRP.  Export llround, llroundf.
      */
 
      /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
index 11a751e1cc65fb3cc0a871939872e5bca04bf333..a3081aaa80fb788dac9ab8e7587f3b8db7acae8e 100644 (file)
@@ -414,6 +414,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     llrint
     llrintf
     llrintl
+    llround
+    llroundf
     localeconv
     localtime
     localtime_r
@@ -1340,8 +1342,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     ldexpl
     lgammal
     lio_listio
-    llround
-    llroundf
     llroundl
     log10l
     log1pl
This page took 0.034835 seconds and 5 git commands to generate.