* common.din: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl.

* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
This commit is contained in:
Corinna Vinschen 2015-02-06 17:09:50 +00:00
parent b6c60d78c5
commit f1b0fac03c
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-02-06 Corinna Vinschen <corinna@vinschen.de>
* common.din: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
2015-02-06 Corinna Vinschen <corinna@vinschen.de> 2015-02-06 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 35. * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 35.

View File

@ -177,6 +177,7 @@ btowc NOSIGFE
bzero NOSIGFE bzero NOSIGFE
cabs NOSIGFE cabs NOSIGFE
cabsf NOSIGFE cabsf NOSIGFE
cabsl NOSIGFE
cacos NOSIGFE cacos NOSIGFE
cacosf NOSIGFE cacosf NOSIGFE
cacosh NOSIGFE cacosh NOSIGFE
@ -215,6 +216,7 @@ chown SIGFE
chroot SIGFE chroot SIGFE
cimag NOSIGFE cimag NOSIGFE
cimagf NOSIGFE cimagf NOSIGFE
cimagl NOSIGFE
cleanup_glue NOSIGFE cleanup_glue NOSIGFE
clearerr SIGFE clearerr SIGFE
clearerr_unlocked SIGFE clearerr_unlocked SIGFE
@ -246,6 +248,7 @@ cproj NOSIGFE
cprojf NOSIGFE cprojf NOSIGFE
creal NOSIGFE creal NOSIGFE
crealf NOSIGFE crealf NOSIGFE
creall NOSIGFE
creat SIGFE creat SIGFE
csin NOSIGFE csin NOSIGFE
csinf NOSIGFE csinf NOSIGFE
@ -403,6 +406,7 @@ fileno SIGFE
fileno_unlocked SIGFE fileno_unlocked SIGFE
finite NOSIGFE finite NOSIGFE
finitef NOSIGFE finitef NOSIGFE
finitel NOSIGFE
fiprintf SIGFE fiprintf SIGFE
flistxattr SIGFE flistxattr SIGFE
flock SIGFE flock SIGFE
@ -592,6 +596,7 @@ htonl NOSIGFE
htons NOSIGFE htons NOSIGFE
hypot NOSIGFE hypot NOSIGFE
hypotf NOSIGFE hypotf NOSIGFE
hypotl NOSIGFE
if_freenameindex SIGFE if_freenameindex SIGFE
if_indextoname SIGFE if_indextoname SIGFE
if_nameindex SIGFE if_nameindex SIGFE
@ -1132,6 +1137,7 @@ spawnvpe SIGFE
sprintf SIGFE sprintf SIGFE
sqrt NOSIGFE sqrt NOSIGFE
sqrtf NOSIGFE sqrtf NOSIGFE
sqrtl NOSIGFE
srand NOSIGFE srand NOSIGFE
srand48 NOSIGFE srand48 NOSIGFE
srandom NOSIGFE srandom NOSIGFE

View File

@ -467,12 +467,13 @@ details. */
putwc_unlocked, putwchar_unlocked. putwc_unlocked, putwchar_unlocked.
284: Export sockatmark. 284: Export sockatmark.
285: Export wcstold. 285: Export wcstold.
285: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl.
*/ */
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0 #define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 285 #define CYGWIN_VERSION_API_MINOR 286
/* 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