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:
parent
e5d6d53590
commit
ac5ec96137
@ -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>
|
||||
|
||||
* cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user