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>
This commit is contained in:
Yaakov Selkowitz 2016-02-18 10:51:01 -06:00
parent a9ab09dfa9
commit 8b1ede3ce1
4 changed files with 10 additions and 1 deletions

View File

@ -232,6 +232,8 @@ clock_nanosleep SIGFE
clock_setres SIGFE clock_setres SIGFE
clock_settime SIGFE clock_settime SIGFE
clog NOSIGFE clog NOSIGFE
clog10 NOSIGFE
clog10f NOSIGFE
clogf NOSIGFE clogf NOSIGFE
close SIGFE close SIGFE
closedir SIGFE closedir SIGFE

View File

@ -475,13 +475,14 @@ details. */
291: Export aligned_alloc, at_quick_exit, quick_exit. 291: Export aligned_alloc, at_quick_exit, quick_exit.
292: Export rpmatch. 292: Export rpmatch.
293: Convert utmpname/utmpxname to int. 293: Convert utmpname/utmpxname to int.
294: Export clog10, clog10f.
*/ */
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull, /* Note that we forgot to bump the api for ualarm, strtoll, strtoull,
sigaltstack, sethostname. */ sigaltstack, sethostname. */
#define CYGWIN_VERSION_API_MAJOR 0 #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 /* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible shared memory regions. It is incremented when incompatible

View File

@ -24,6 +24,10 @@ SYSTEM like a trivial ACL.
Bump POSIX option macros to POSIX.1-2008. Bump POSIX option macros to POSIX.1-2008.
</para></listitem> </para></listitem>
<listitem><para>
New APIs: clog10, clog10f.
</para></listitem>
</itemizedlist> </itemizedlist>
</sect2> </sect2>

View File

@ -1151,6 +1151,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
asprintf_r asprintf_r
basename (see chapter "Implementation Notes") basename (see chapter "Implementation Notes")
canonicalize_file_name canonicalize_file_name
clog10
clog10f
dremf dremf
dup3 dup3
envz_add envz_add