summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-02-04 11:03:36 +0000
committerCorinna Vinschen <corinna@vinschen.de>2015-02-04 11:03:36 +0000
commitd550f1876fcb957bd590552e38af24a6a68436b7 (patch)
tree759a8c7156abdb30452b8e396f43137884332d4c
parentf2eb8ca8bf5d3c170fe4343c18374729ddef215d (diff)
downloadcygnal-d550f1876fcb957bd590552e38af24a6a68436b7.tar.gz
cygnal-d550f1876fcb957bd590552e38af24a6a68436b7.tar.bz2
cygnal-d550f1876fcb957bd590552e38af24a6a68436b7.zip
* common.din (wcstold): Export.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/common.din1
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
-rw-r--r--winsup/cygwin/release/1.7.342
4 files changed, 10 insertions, 1 deletions
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 <corinna@vinschen.de>
+
+ * common.din (wcstold): Export.
+ * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
+
2015-02-03 Corinna Vinschen <corinna@vinschen.de>
* 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.