Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2007-07-07 00:05:44 +0400
committerCorinna Vinschen <corinna@vinschen.de>2007-07-07 00:05:44 +0400
commitd2d9ce09b5cb2d35a62dd7f5f1940d70d8fe0e7a (patch)
treefeace9a87018c73149221c1984b64bd986272d9e /winsup
parentdec27025b2daad3680e8bf709cfde743aa01e6ee (diff)
* cygwin.din: Export wcstol, wcstoll, wcstoul, wcstoull, wcsxfrm.
* include/cygwin/version.h: Bump API minor number.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/cygwin.din5
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
3 files changed, 12 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c5079fa6a..2bac0a66a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-06 Corinna Vinschen <corinna@vinschen.de>
+
+ * cygwin.din: Export wcstol, wcstoll, wcstoul, wcstoull, wcsxfrm.
+ * include/cygwin/version.h: Bump API minor number.
+
2007-07-05 Corinna Vinschen <corinna@vinschen.de>
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Add missing
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index 00a9faaad..f5b384a4d 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -1683,9 +1683,14 @@ wcsrchr NOSIGFE
wcsrtombs NOSIGFE
wcsspn NOSIGFE
wcsstr NOSIGFE
+wcstol NOSIGFE
+wcstoll NOSIGFE
wcstombs NOSIGFE
_wcstombs = wcstombs NOSIGFE
+wcstoul NOSIGFE
+wcstoull NOSIGFE
wcswidth NOSIGFE
+wcsxfrm NOSIGFE
wctob NOSIGFE
wctomb NOSIGFE
_wctomb = wctomb NOSIGFE
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 478387517..a8911bdfd 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -316,12 +316,13 @@ details. */
173: Export __assert_func.
174: Export stpcpy, stpncpy.
175: Export fdopendir.
+ 176: Export wcstol, wcstoll, wcstoul, wcstoull, wcsxfrm.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 175
+#define CYGWIN_VERSION_API_MINOR 176
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible