mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-31 03:20:28 +08:00
* cygwin.din: Export wcsnlen.
* posix.sgml: Move wcsnlen to SUSv4 section. * include/cygwin/version.h: Bump API minor number.
This commit is contained in:
parent
4b1b39e758
commit
c6d3735106
@ -1,3 +1,9 @@
|
|||||||
|
2009-02-13 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* cygwin.din: Export wcsnlen.
|
||||||
|
* posix.sgml: Move wcsnlen to SUSv4 section.
|
||||||
|
* include/cygwin/version.h: Bump API minor number.
|
||||||
|
|
||||||
2009-02-13 Corinna Vinschen <corinna@vinschen.de>
|
2009-02-13 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* environ.cc (_getenv_r): New function.
|
* environ.cc (_getenv_r): New function.
|
||||||
|
@ -1740,6 +1740,7 @@ _wcslen = wcslen NOSIGFE
|
|||||||
wcsncat NOSIGFE
|
wcsncat NOSIGFE
|
||||||
wcsncmp NOSIGFE
|
wcsncmp NOSIGFE
|
||||||
wcsncpy NOSIGFE
|
wcsncpy NOSIGFE
|
||||||
|
wcsnlen NOSIGFE
|
||||||
wcspbrk NOSIGFE
|
wcspbrk NOSIGFE
|
||||||
wcsrchr NOSIGFE
|
wcsrchr NOSIGFE
|
||||||
wcsrtombs NOSIGFE
|
wcsrtombs NOSIGFE
|
||||||
|
@ -344,12 +344,13 @@ details. */
|
|||||||
193: Export wcstok.
|
193: Export wcstok.
|
||||||
194: fcntl.h flags O_DIRECTORY, O_EXEC and O_SEARCH added.
|
194: fcntl.h flags O_DIRECTORY, O_EXEC and O_SEARCH added.
|
||||||
195: Export wcstod, wcstof.
|
195: Export wcstod, wcstof.
|
||||||
|
196: Export wcsnlen.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* 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 195
|
#define CYGWIN_VERSION_API_MINOR 196
|
||||||
|
|
||||||
/* 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
|
||||||
|
@ -819,6 +819,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
wcsncat
|
wcsncat
|
||||||
wcsncmp
|
wcsncmp
|
||||||
wcsncpy
|
wcsncpy
|
||||||
|
wcsnlen
|
||||||
wcspbrk
|
wcspbrk
|
||||||
wcsrchr
|
wcsrchr
|
||||||
wcsrtombs
|
wcsrtombs
|
||||||
@ -1336,7 +1337,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
wcsftime
|
wcsftime
|
||||||
wcsncasecmp
|
wcsncasecmp
|
||||||
wcsncasecmp_l
|
wcsncasecmp_l
|
||||||
wcsnlen
|
|
||||||
wcsnrtombs
|
wcsnrtombs
|
||||||
wcstoimax
|
wcstoimax
|
||||||
wcstold
|
wcstold
|
||||||
|
Loading…
x
Reference in New Issue
Block a user