]> sourceware.org Git - newlib-cygwin.git/commitdiff
cygwin: Export clog10, clog10f
authorYaakov Selkowitz <yselkowi@redhat.com>
Thu, 18 Feb 2016 16:51:01 +0000 (10:51 -0600)
committerYaakov Selkowitz <yselkowi@redhat.com>
Mon, 22 Feb 2016 20:45:37 +0000 (14:45 -0600)
winsup/cygwin/
* common.din: Add clog10, clog10f.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.

winsup/doc/
* new-features.xml (ov-new2.5): Mention clog10, clog10f.
* posix.xml (std-gnu): Add clog10, clog10f.

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
winsup/cygwin/common.din
winsup/cygwin/include/cygwin/version.h
winsup/doc/new-features.xml
winsup/doc/posix.xml

index 9584d0975efb23d594a322419888548aac441414..c39d2650525bb77f788351d2b9bb973f61e7a799 100644 (file)
@@ -232,6 +232,8 @@ clock_nanosleep SIGFE
 clock_setres SIGFE
 clock_settime SIGFE
 clog NOSIGFE
+clog10 NOSIGFE
+clog10f NOSIGFE
 clogf NOSIGFE
 close SIGFE
 closedir SIGFE
index 067a5f163b8c250d443450e74b605c982bdafab5..be85ce14ff12150eb295183071cba9a9521a3da8 100644 (file)
@@ -475,13 +475,14 @@ details. */
       291: Export aligned_alloc, at_quick_exit, quick_exit.
       292: Export rpmatch.
       293: Convert utmpname/utmpxname to int.
+      294: Export clog10, clog10f.
      */
 
      /* Note that we forgot to bump the api for ualarm, strtoll, strtoull,
        sigaltstack, sethostname. */
 
 #define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 293
+#define CYGWIN_VERSION_API_MINOR 294
 
      /* There is also a compatibity version number associated with the
        shared memory regions.  It is incremented when incompatible
index d78dcceaca942884f786ba69c0fb8f91d7550137..8f7a6ab656c39bc74b8fd64e71f2ee87bbefd9d7 100644 (file)
@@ -24,6 +24,10 @@ SYSTEM like a trivial ACL.
 Bump POSIX option macros to POSIX.1-2008.
 </para></listitem>
 
+<listitem><para>
+New APIs: clog10, clog10f.
+</para></listitem>
+
 </itemizedlist>
 
 </sect2>
index 51a1df734dde237bdee5b9adfb849c746f4734dd..f065714d2d496c8fe80ee771f08b28282aa5f7e9 100644 (file)
@@ -1151,6 +1151,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     asprintf_r
     basename                   (see chapter "Implementation Notes")
     canonicalize_file_name
+    clog10
+    clog10f
     dremf
     dup3
     envz_add
This page took 0.03544 seconds and 5 git commands to generate.