summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/common.din6
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
3 files changed, 13 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c5ebabf01..f217e3ec1 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
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.
2015-02-06 Corinna Vinschen <corinna@vinschen.de>
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din
index 8df860760..a7844be46 100644
--- a/winsup/cygwin/common.din
+++ b/winsup/cygwin/common.din
@@ -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
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 20757b77f..01c9a761e 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -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