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:
authorYaakov Selkowitz <yselkowi@redhat.com>2016-02-18 19:51:01 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2016-02-22 23:45:37 +0300
commit8b1ede3ce11d53292036aadfcfb6043df0235f9c (patch)
tree857172b8e6f42285ed21a5a35d6b7f438076a1b1 /winsup
parenta9ab09dfa96bc262d4ad55c12594686a9606b1a4 (diff)
cygwin: Export clog10, clog10f
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>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/common.din2
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
-rw-r--r--winsup/doc/new-features.xml4
-rw-r--r--winsup/doc/posix.xml2
4 files changed, 10 insertions, 1 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din
index 9584d0975..c39d26505 100644
--- a/winsup/cygwin/common.din
+++ b/winsup/cygwin/common.din
@@ -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
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 067a5f163..be85ce14f 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -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
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index d78dcceac..8f7a6ab65 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -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>
diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml
index 51a1df734..f065714d2 100644
--- a/winsup/doc/posix.xml
+++ b/winsup/doc/posix.xml
@@ -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