* cygwin.din: Export wcsdup.

* posix.sgml: Add wcsdup to SUSv4 list.
	* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
Corinna Vinschen 2009-03-15 13:45:02 +00:00
parent 044af76e50
commit 19b3c04bb0
4 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2009-03-15 Corinna Vinschen <corinna@vinschen.de>
* cygwin.din: Export wcsdup.
* posix.sgml: Add wcsdup to SUSv4 list.
* include/cygwin/version.h: Bump API minor number.
2009-03-15 Corinna Vinschen <corinna@vinschen.de>
* include/inttypes.h: Remove "l" size specifier from all 16 and 32 bit

View File

@ -1748,6 +1748,7 @@ _wcscmp = wcscmp NOSIGFE
wcscoll NOSIGFE
wcscpy NOSIGFE
wcscspn NOSIGFE
wcsdup NOSIGFE
wcsftime SIGFE
wcslcat NOSIGFE
wcslcpy NOSIGFE

View File

@ -355,12 +355,13 @@ details. */
204: recv/send flag MSG_DONTWAIT added.
205: Export wscanf, fwscanf, swscanf, vwscanf, vfwscanf, vswscanf.
206: Export wcscasecmp, wcsncasecmp.
207: Export wcsdup.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 206
#define CYGWIN_VERSION_API_MINOR 207
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible

View File

@ -828,6 +828,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
wcscoll
wcscpy
wcscspn
wcsdup
wcsftime
wcslen
wcsncasecmp