From d550f1876fcb957bd590552e38af24a6a68436b7 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 4 Feb 2015 11:03:36 +0000 Subject: [PATCH] * common.din (wcstold): Export. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. --- winsup/cygwin/ChangeLog | 5 +++++ winsup/cygwin/common.din | 1 + winsup/cygwin/include/cygwin/version.h | 3 ++- winsup/cygwin/release/1.7.34 | 2 ++ 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index fa3a7c496..8a9f524f7 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2015-02-04 Corinna Vinschen + + * common.din (wcstold): Export. + * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. + 2015-02-03 Corinna Vinschen * mkvers.sh: Automate generating the copyright date in the version diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din index 087e44d9a..8df860760 100644 --- a/winsup/cygwin/common.din +++ b/winsup/cygwin/common.din @@ -1323,6 +1323,7 @@ wcstof NOSIGFE wcstoimax = wcstoll NOSIGFE wcstok NOSIGFE wcstol NOSIGFE +wcstold NOSIGFE wcstoll NOSIGFE wcstombs NOSIGFE wcstoul NOSIGFE diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 1e7a3b328..498ea23e8 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -466,12 +466,13 @@ details. */ fread_unlocked, fwrite_unlocked, getwc_unlocked, getwchar_unlocked, putwc_unlocked, putwchar_unlocked. 284: Export sockatmark. + 285: Export wcstold. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 284 +#define CYGWIN_VERSION_API_MINOR 285 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible diff --git a/winsup/cygwin/release/1.7.34 b/winsup/cygwin/release/1.7.34 index 5cc614052..3473736bc 100644 --- a/winsup/cygwin/release/1.7.34 +++ b/winsup/cygwin/release/1.7.34 @@ -26,6 +26,8 @@ What's new: - New APIs: qsort_r, __bsd_qsort_r. +- New API: wcstold. + - New APIs: __fbufsize, __flbf, __fpending, __freadable, __freading, __fsetlocking, __fwritable, __fwriting.