diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2016-02-18 10:51:01 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2016-02-22 14:45:37 -0600 |
commit | 8b1ede3ce11d53292036aadfcfb6043df0235f9c (patch) | |
tree | 857172b8e6f42285ed21a5a35d6b7f438076a1b1 /winsup/doc | |
parent | a9ab09dfa96bc262d4ad55c12594686a9606b1a4 (diff) | |
download | newlib-8b1ede3ce11d53292036aadfcfb6043df0235f9c.zip newlib-8b1ede3ce11d53292036aadfcfb6043df0235f9c.tar.gz newlib-8b1ede3ce11d53292036aadfcfb6043df0235f9c.tar.bz2 |
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/doc')
-rw-r--r-- | winsup/doc/new-features.xml | 4 | ||||
-rw-r--r-- | winsup/doc/posix.xml | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index d78dcce..8f7a6ab 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 51a1df7..f065714 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 |