diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-02-19 09:22:51 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-02-19 09:22:51 +0000 |
commit | 89b5579d3b3da32fe7bb52210f1f7dd83948307a (patch) | |
tree | f9f7631c0bbb985b6fb0ce9ecb7733f580c18b58 | |
parent | 2e10d61ccb8311e75df612a028873f212020057a (diff) | |
download | newlib-89b5579d3b3da32fe7bb52210f1f7dd83948307a.zip newlib-89b5579d3b3da32fe7bb52210f1f7dd83948307a.tar.gz newlib-89b5579d3b3da32fe7bb52210f1f7dd83948307a.tar.bz2 |
* cygwin.din: Export mbsnrtowcs and wcsnrtombs.
* posix.sgml: Move mbsnrtowcs and wcsnrtombs to SUSv4 section.
* include/cygwin/version.h: Bump API minor number.
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 | ||||
-rw-r--r-- | winsup/cygwin/cygwin.din | 2 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 | ||||
-rw-r--r-- | winsup/cygwin/posix.sgml | 4 |
4 files changed, 12 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index e94c0b5..7788add 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -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. diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index d840bb4..6d04a0d 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -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 diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 4ba352f..1f54a3e 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -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 diff --git a/winsup/cygwin/posix.sgml b/winsup/cygwin/posix.sgml index bb3a053..3d6ab66 100644 --- a/winsup/cygwin/posix.sgml +++ b/winsup/cygwin/posix.sgml @@ -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 |