* cygwin.din: Export wcstol, wcstoll, wcstoul, wcstoull, wcsxfrm.
* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
parent
dec27025b2
commit
d2d9ce09b5
@ -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>
|
2007-07-05 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Add missing
|
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Add missing
|
||||||
|
@ -1683,9 +1683,14 @@ wcsrchr NOSIGFE
|
|||||||
wcsrtombs NOSIGFE
|
wcsrtombs NOSIGFE
|
||||||
wcsspn NOSIGFE
|
wcsspn NOSIGFE
|
||||||
wcsstr NOSIGFE
|
wcsstr NOSIGFE
|
||||||
|
wcstol NOSIGFE
|
||||||
|
wcstoll NOSIGFE
|
||||||
wcstombs NOSIGFE
|
wcstombs NOSIGFE
|
||||||
_wcstombs = wcstombs NOSIGFE
|
_wcstombs = wcstombs NOSIGFE
|
||||||
|
wcstoul NOSIGFE
|
||||||
|
wcstoull NOSIGFE
|
||||||
wcswidth NOSIGFE
|
wcswidth NOSIGFE
|
||||||
|
wcsxfrm NOSIGFE
|
||||||
wctob NOSIGFE
|
wctob NOSIGFE
|
||||||
wctomb NOSIGFE
|
wctomb NOSIGFE
|
||||||
_wctomb = wctomb NOSIGFE
|
_wctomb = wctomb NOSIGFE
|
||||||
|
@ -316,12 +316,13 @@ details. */
|
|||||||
173: Export __assert_func.
|
173: Export __assert_func.
|
||||||
174: Export stpcpy, stpncpy.
|
174: Export stpcpy, stpncpy.
|
||||||
175: Export fdopendir.
|
175: Export fdopendir.
|
||||||
|
176: Export wcstol, wcstoll, wcstoul, wcstoull, wcsxfrm.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#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
|
/* There is also a compatibity version number associated with the
|
||||||
shared memory regions. It is incremented when incompatible
|
shared memory regions. It is incremented when incompatible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user