* cygwin.din: Add prototypes for new wchar functions in newlib.
* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
parent
9dc81046dd
commit
b50a2f29aa
@ -1,3 +1,8 @@
|
|||||||
|
2002-08-30 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* cygwin.din: Add prototypes for new wchar functions in newlib.
|
||||||
|
* include/cygwin/version.h: Bump API minor number.
|
||||||
|
|
||||||
2002-08-29 Boris Schaeling <boriss@web.de>
|
2002-08-29 Boris Schaeling <boriss@web.de>
|
||||||
Corinna Vinschen <corinna@vinschen.de>
|
Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
@ -1031,6 +1031,42 @@ wcscmp
|
|||||||
_wcscmp = wcscmp
|
_wcscmp = wcscmp
|
||||||
wcslen
|
wcslen
|
||||||
_wcslen = wcslen
|
_wcslen = wcslen
|
||||||
|
wcscat
|
||||||
|
_wcscat = wcscat
|
||||||
|
wcschr
|
||||||
|
_wcschr = wcschr
|
||||||
|
wcscpy
|
||||||
|
_wcscpy = wcscpy
|
||||||
|
wcscspn
|
||||||
|
_wcscspn = wcscspn
|
||||||
|
wcslcat
|
||||||
|
_wcslcat = wcslcat
|
||||||
|
wcslcpy
|
||||||
|
_wcslcpy = wcslcpy
|
||||||
|
wcsncat
|
||||||
|
_wcsncat = wcsncat
|
||||||
|
wcsncmp
|
||||||
|
_wcsncmp = wcsncmp
|
||||||
|
wcsncpy
|
||||||
|
_wcsncpy = wcsncpy
|
||||||
|
wcspbrk
|
||||||
|
_wcspbrk = wcspbrk
|
||||||
|
wcsrchr
|
||||||
|
_wcsrchr = wcsrchr
|
||||||
|
wcsspn
|
||||||
|
_wcsspn = wcsspn
|
||||||
|
wcsstr
|
||||||
|
_wcsstr = wcsstr
|
||||||
|
wmemchr
|
||||||
|
_wmemchr = wmemchr
|
||||||
|
wmemcmp
|
||||||
|
_wmemcmp = wmemcmp
|
||||||
|
wmemcpy
|
||||||
|
_wmemcpy = wmemcpy
|
||||||
|
wmemmove
|
||||||
|
_wmemmove = wmemmove
|
||||||
|
wmemset
|
||||||
|
_wmemset = wmemset
|
||||||
wprintf
|
wprintf
|
||||||
_wprintf = wprintf
|
_wprintf = wprintf
|
||||||
memccpy
|
memccpy
|
||||||
|
@ -161,12 +161,15 @@ details. */
|
|||||||
60: MSG_NOSIGNAL
|
60: MSG_NOSIGNAL
|
||||||
61: Export getc_unlocked, getchar_unlocked, putc_unlocked,
|
61: Export getc_unlocked, getchar_unlocked, putc_unlocked,
|
||||||
putchar_unlocked
|
putchar_unlocked
|
||||||
|
62: Export wcscat, wcschr, wcscpy, wcscspn, wcslcat, wcslcpy, wcsncat,
|
||||||
|
wcsncmp, wcsncpy, wcspbrk, wcsrchr, wcsspn, wcsstr, wmemchr,
|
||||||
|
wmemcmp, wmemcpy, wmemmove, wmemset
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* 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 61
|
#define CYGWIN_VERSION_API_MINOR 62
|
||||||
|
|
||||||
/* 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…
Reference in New Issue
Block a user