* common.din: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
This commit is contained in:
parent
b6c60d78c5
commit
f1b0fac03c
|
@ -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>
|
||||
|
||||
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 35.
|
||||
|
|
|
@ -177,6 +177,7 @@ btowc NOSIGFE
|
|||
bzero NOSIGFE
|
||||
cabs NOSIGFE
|
||||
cabsf NOSIGFE
|
||||
cabsl NOSIGFE
|
||||
cacos NOSIGFE
|
||||
cacosf NOSIGFE
|
||||
cacosh NOSIGFE
|
||||
|
@ -215,6 +216,7 @@ chown SIGFE
|
|||
chroot SIGFE
|
||||
cimag NOSIGFE
|
||||
cimagf NOSIGFE
|
||||
cimagl NOSIGFE
|
||||
cleanup_glue NOSIGFE
|
||||
clearerr SIGFE
|
||||
clearerr_unlocked SIGFE
|
||||
|
@ -246,6 +248,7 @@ cproj NOSIGFE
|
|||
cprojf NOSIGFE
|
||||
creal NOSIGFE
|
||||
crealf NOSIGFE
|
||||
creall NOSIGFE
|
||||
creat SIGFE
|
||||
csin NOSIGFE
|
||||
csinf NOSIGFE
|
||||
|
@ -403,6 +406,7 @@ fileno SIGFE
|
|||
fileno_unlocked SIGFE
|
||||
finite NOSIGFE
|
||||
finitef NOSIGFE
|
||||
finitel NOSIGFE
|
||||
fiprintf SIGFE
|
||||
flistxattr SIGFE
|
||||
flock SIGFE
|
||||
|
@ -592,6 +596,7 @@ htonl NOSIGFE
|
|||
htons NOSIGFE
|
||||
hypot NOSIGFE
|
||||
hypotf NOSIGFE
|
||||
hypotl NOSIGFE
|
||||
if_freenameindex SIGFE
|
||||
if_indextoname SIGFE
|
||||
if_nameindex SIGFE
|
||||
|
@ -1132,6 +1137,7 @@ spawnvpe SIGFE
|
|||
sprintf SIGFE
|
||||
sqrt NOSIGFE
|
||||
sqrtf NOSIGFE
|
||||
sqrtl NOSIGFE
|
||||
srand NOSIGFE
|
||||
srand48 NOSIGFE
|
||||
srandom NOSIGFE
|
||||
|
|
|
@ -467,12 +467,13 @@ details. */
|
|||
putwc_unlocked, putwchar_unlocked.
|
||||
284: Export sockatmark.
|
||||
285: Export wcstold.
|
||||
285: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl.
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#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
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
|
Loading…
Reference in New Issue