* cygwin.din: Add prototypes for new wchar functions in newlib.

* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
Corinna Vinschen 2002-08-30 12:18:56 +00:00
parent 9dc81046dd
commit b50a2f29aa
3 changed files with 45 additions and 1 deletions

View File

@ -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>
Corinna Vinschen <corinna@vinschen.de>

View File

@ -1031,6 +1031,42 @@ wcscmp
_wcscmp = wcscmp
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
memccpy

View File

@ -161,12 +161,15 @@ details. */
60: MSG_NOSIGNAL
61: Export getc_unlocked, getchar_unlocked, putc_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 */
#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
shared memory regions. It is incremented when incompatible