4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00

* cygwin.din: Export wcscoll, wcswidth and wcwidth.

* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
Corinna Vinschen 2003-04-10 08:22:42 +00:00
parent e5d6d53590
commit ac5ec96137
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-04-10 Corinna Vinschen <corinna@vinschen.de>
* cygwin.din: Export wcscoll, wcswidth and wcwidth.
* include/cygwin/version.h: Bump API minor number.
2003-04-10 Christopher Faylor <cgf@redhat.com> 2003-04-10 Christopher Faylor <cgf@redhat.com>
* cygthread.h: Change 'avail' cygthread element to 'inuse' throughout. * cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.

View File

@ -1419,6 +1419,7 @@ wcscat
wcschr wcschr
wcscmp wcscmp
_wcscmp = wcscmp _wcscmp = wcscmp
wcscoll
wcscpy wcscpy
wcscspn wcscspn
wcslcat wcslcat
@ -1435,11 +1436,13 @@ wcsspn
wcsstr wcsstr
wcstombs wcstombs
_wcstombs = wcstombs _wcstombs = wcstombs
wcswidth
wctob wctob
wctomb wctomb
_wctomb = wctomb _wctomb = wctomb
wctrans wctrans
wctype wctype
wcwidth
wmemchr wmemchr
wmemcmp wmemcmp
wmemcpy wmemcpy

View File

@ -198,12 +198,13 @@ details. */
_open64 _lseek64 _fstat64 _stat64 mknod32 _open64 _lseek64 _fstat64 _stat64 mknod32
80: Export pthread_rwlock stuff 80: Export pthread_rwlock stuff
81: CW_CHECK_NTSEC addition to external.cc 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 */ /* 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 81 #define CYGWIN_VERSION_API_MINOR 82
/* 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