diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 5be0f5593..a18d2a793 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2003-04-10 Corinna Vinschen + + * cygwin.din: Export wcscoll, wcswidth and wcwidth. + * include/cygwin/version.h: Bump API minor number. + 2003-04-10 Christopher Faylor * cygthread.h: Change 'avail' cygthread element to 'inuse' throughout. diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index df78b04b8..61aad946e 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -1419,6 +1419,7 @@ wcscat wcschr wcscmp _wcscmp = wcscmp +wcscoll wcscpy wcscspn wcslcat @@ -1435,11 +1436,13 @@ wcsspn wcsstr wcstombs _wcstombs = wcstombs +wcswidth wctob wctomb _wctomb = wctomb wctrans wctype +wcwidth wmemchr wmemcmp wmemcpy diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index dd5af1eab..9c4f1a4ba 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -198,12 +198,13 @@ details. */ _open64 _lseek64 _fstat64 _stat64 mknod32 80: Export pthread_rwlock stuff 81: CW_CHECK_NTSEC addition to external.cc + 82: Export wcscoll wcswidth wcwidth */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 81 +#define CYGWIN_VERSION_API_MINOR 82 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible