* cygwin.din: Export wcscasecmp, wcsncasecmp.

* posix.sgml: Move wcscasecmp, wcsncasecmp to SUSv4 list.
	* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
Corinna Vinschen 2009-03-11 13:00:28 +00:00
parent dc48005c28
commit cab0758eb2
4 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2009-03-11 Corinna Vinschen <corinna@vinschen.de>
* cygwin.din: Export wcscasecmp, wcsncasecmp.
* posix.sgml: Move wcscasecmp, wcsncasecmp to SUSv4 list.
* include/cygwin/version.h: Bump API minor number.
2009-03-11 Corinna Vinschen <corinna@vinschen.de> 2009-03-11 Corinna Vinschen <corinna@vinschen.de>
* cygwin.din: Export wscanf, fwscanf, swscanf, vwscanf, vfwscanf, * cygwin.din: Export wscanf, fwscanf, swscanf, vwscanf, vfwscanf,

View File

@ -1740,6 +1740,7 @@ warnx SIGFE
wcpcpy NOSIGFE wcpcpy NOSIGFE
wcpncpy NOSIGFE wcpncpy NOSIGFE
wcrtomb NOSIGFE wcrtomb NOSIGFE
wcscasecmp NOSIGFE
wcscat NOSIGFE wcscat NOSIGFE
wcschr NOSIGFE wcschr NOSIGFE
wcscmp NOSIGFE wcscmp NOSIGFE
@ -1752,6 +1753,7 @@ wcslcat NOSIGFE
wcslcpy NOSIGFE wcslcpy NOSIGFE
wcslen NOSIGFE wcslen NOSIGFE
_wcslen = wcslen NOSIGFE _wcslen = wcslen NOSIGFE
wcsncasecmp NOSIGFE
wcsncat NOSIGFE wcsncat NOSIGFE
wcsncmp NOSIGFE wcsncmp NOSIGFE
wcsncpy NOSIGFE wcsncpy NOSIGFE

View File

@ -354,12 +354,13 @@ details. */
203: Export wcsftime. 203: Export wcsftime.
204: recv/send flag MSG_DONTWAIT added. 204: recv/send flag MSG_DONTWAIT added.
205: Export wscanf, fwscanf, swscanf, vwscanf, vfwscanf, vswscanf. 205: Export wscanf, fwscanf, swscanf, vwscanf, vfwscanf, vswscanf.
206: Export wcscasecmp, wcsncasecmp.
*/ */
/* 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 205 #define CYGWIN_VERSION_API_MINOR 206
/* 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

@ -821,6 +821,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
wcpcpy wcpcpy
wcpncpy wcpncpy
wcrtomb wcrtomb
wcscasecmp
wcscat wcscat
wcschr wcschr
wcscmp wcscmp
@ -829,6 +830,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
wcscspn wcscspn
wcsftime wcsftime
wcslen wcslen
wcsncasecmp
wcsncat wcsncat
wcsncmp wcsncmp
wcsncpy wcsncpy
@ -1339,9 +1341,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
ulimit ulimit
uselocale uselocale
waitid waitid
wcscasecmp
wcscasecmp_l wcscasecmp_l
wcsncasecmp
wcsncasecmp_l wcsncasecmp_l
wcstold wcstold
wcsxfrm_l wcsxfrm_l