mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 11:00:41 +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>
|
||||
|
||||
* environ.cc (_getenv_r): New function.
|
||||
|
@ -1740,6 +1740,7 @@ _wcslen = wcslen NOSIGFE
|
||||
wcsncat NOSIGFE
|
||||
wcsncmp NOSIGFE
|
||||
wcsncpy NOSIGFE
|
||||
wcsnlen NOSIGFE
|
||||
wcspbrk NOSIGFE
|
||||
wcsrchr NOSIGFE
|
||||
wcsrtombs NOSIGFE
|
||||
|
@ -344,12 +344,13 @@ details. */
|
||||
193: Export wcstok.
|
||||
194: fcntl.h flags O_DIRECTORY, O_EXEC and O_SEARCH added.
|
||||
195: Export wcstod, wcstof.
|
||||
196: Export wcsnlen.
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#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
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
@ -819,6 +819,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
wcsncat
|
||||
wcsncmp
|
||||
wcsncpy
|
||||
wcsnlen
|
||||
wcspbrk
|
||||
wcsrchr
|
||||
wcsrtombs
|
||||
@ -1336,7 +1337,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
wcsftime
|
||||
wcsncasecmp
|
||||
wcsncasecmp_l
|
||||
wcsnlen
|
||||
wcsnrtombs
|
||||
wcstoimax
|
||||
wcstold
|
||||
|
Loading…
x
Reference in New Issue
Block a user