mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* 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:
parent
2e10d61ccb
commit
89b5579d3b
@ -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>
|
||||
|
||||
* cygwin.din: Export open_wmemstream.
|
||||
|
@ -944,6 +944,7 @@ _mblen = mblen NOSIGFE
|
||||
mbrlen NOSIGFE
|
||||
mbrtowc NOSIGFE
|
||||
mbsinit NOSIGFE
|
||||
mbsnrtowcs NOSIGFE
|
||||
mbsrtowcs NOSIGFE
|
||||
mbstowcs NOSIGFE
|
||||
_mbstowcs = mbstowcs NOSIGFE
|
||||
@ -1743,6 +1744,7 @@ wcsncat NOSIGFE
|
||||
wcsncmp NOSIGFE
|
||||
wcsncpy NOSIGFE
|
||||
wcsnlen NOSIGFE
|
||||
wcsnrtombs NOSIGFE
|
||||
wcspbrk NOSIGFE
|
||||
wcsrchr NOSIGFE
|
||||
wcsrtombs NOSIGFE
|
||||
|
@ -348,12 +348,13 @@ details. */
|
||||
197: Export wcstoimax, wcstoumax.
|
||||
198: Export reallocf.
|
||||
199: Export open_wmemstream.
|
||||
200: Export mbsnrtowcs, wcsnrtombs.
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#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
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
@ -384,6 +384,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
mbrlen
|
||||
mbrtowc
|
||||
mbsinit
|
||||
mbsnrtowcs
|
||||
mbsrtowcs
|
||||
mbstowcs
|
||||
mbtowc
|
||||
@ -821,6 +822,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
wcsncmp
|
||||
wcsncpy
|
||||
wcsnlen
|
||||
wcsnrtombs
|
||||
wcspbrk
|
||||
wcsrchr
|
||||
wcsrtombs
|
||||
@ -1259,7 +1261,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
logbl
|
||||
logl
|
||||
lroundl
|
||||
mbsnrtowcs
|
||||
mlockall
|
||||
modfl
|
||||
munlockall
|
||||
@ -1340,7 +1341,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
wcsftime
|
||||
wcsncasecmp
|
||||
wcsncasecmp_l
|
||||
wcsnrtombs
|
||||
wcstold
|
||||
wcsxfrm_l
|
||||
wctrans_l
|
||||
|
Loading…
x
Reference in New Issue
Block a user