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/new-features.xml | |
parent | a9ab09dfa96bc262d4ad55c12594686a9606b1a4 (diff) | |
download | cygnal-8b1ede3ce11d53292036aadfcfb6043df0235f9c.tar.gz cygnal-8b1ede3ce11d53292036aadfcfb6043df0235f9c.tar.bz2 cygnal-8b1ede3ce11d53292036aadfcfb6043df0235f9c.zip |
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/new-features.xml')
-rw-r--r-- | winsup/doc/new-features.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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> |