* cygwin.din: Export mbsnrtowcs and wcsnrtombs.

* posix.sgml: Move mbsnrtowcs and wcsnrtombs to SUSv4 section.
	* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
Corinna Vinschen 2009-02-19 09:22:51 +00:00
parent 2e10d61ccb
commit 89b5579d3b
4 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2009-02-19 Corinna Vinschen <corinna@vinschen.de>
* cygwin.din: Export mbsnrtowcs and wcsnrtombs.
* posix.sgml: Move mbsnrtowcs and wcsnrtombs to SUSv4 section.
* include/cygwin/version.h: Bump API minor number.
2009-02-18 Corinna Vinschen <corinna@vinschen.de> 2009-02-18 Corinna Vinschen <corinna@vinschen.de>
* cygwin.din: Export open_wmemstream. * cygwin.din: Export open_wmemstream.

View File

@ -944,6 +944,7 @@ _mblen = mblen NOSIGFE
mbrlen NOSIGFE mbrlen NOSIGFE
mbrtowc NOSIGFE mbrtowc NOSIGFE
mbsinit NOSIGFE mbsinit NOSIGFE
mbsnrtowcs NOSIGFE
mbsrtowcs NOSIGFE mbsrtowcs NOSIGFE
mbstowcs NOSIGFE mbstowcs NOSIGFE
_mbstowcs = mbstowcs NOSIGFE _mbstowcs = mbstowcs NOSIGFE
@ -1743,6 +1744,7 @@ wcsncat NOSIGFE
wcsncmp NOSIGFE wcsncmp NOSIGFE
wcsncpy NOSIGFE wcsncpy NOSIGFE
wcsnlen NOSIGFE wcsnlen NOSIGFE
wcsnrtombs NOSIGFE
wcspbrk NOSIGFE wcspbrk NOSIGFE
wcsrchr NOSIGFE wcsrchr NOSIGFE
wcsrtombs NOSIGFE wcsrtombs NOSIGFE

View File

@ -348,12 +348,13 @@ details. */
197: Export wcstoimax, wcstoumax. 197: Export wcstoimax, wcstoumax.
198: Export reallocf. 198: Export reallocf.
199: Export open_wmemstream. 199: Export open_wmemstream.
200: Export mbsnrtowcs, wcsnrtombs.
*/ */
/* 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 199 #define CYGWIN_VERSION_API_MINOR 200
/* 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

View File

@ -384,6 +384,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
mbrlen mbrlen
mbrtowc mbrtowc
mbsinit mbsinit
mbsnrtowcs
mbsrtowcs mbsrtowcs
mbstowcs mbstowcs
mbtowc mbtowc
@ -821,6 +822,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
wcsncmp wcsncmp
wcsncpy wcsncpy
wcsnlen wcsnlen
wcsnrtombs
wcspbrk wcspbrk
wcsrchr wcsrchr
wcsrtombs wcsrtombs
@ -1259,7 +1261,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
logbl logbl
logl logl
lroundl lroundl
mbsnrtowcs
mlockall mlockall
modfl modfl
munlockall munlockall
@ -1340,7 +1341,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
wcsftime wcsftime
wcsncasecmp wcsncasecmp
wcsncasecmp_l wcsncasecmp_l
wcsnrtombs
wcstold wcstold
wcsxfrm_l wcsxfrm_l
wctrans_l wctrans_l