* cygwin.din: Export wcsdup.
* posix.sgml: Add wcsdup to SUSv4 list. * include/cygwin/version.h: Bump API minor number.
This commit is contained in:
parent
044af76e50
commit
19b3c04bb0
@ -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>
|
2009-03-15 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* include/inttypes.h: Remove "l" size specifier from all 16 and 32 bit
|
* include/inttypes.h: Remove "l" size specifier from all 16 and 32 bit
|
||||||
|
@ -1748,6 +1748,7 @@ _wcscmp = wcscmp NOSIGFE
|
|||||||
wcscoll NOSIGFE
|
wcscoll NOSIGFE
|
||||||
wcscpy NOSIGFE
|
wcscpy NOSIGFE
|
||||||
wcscspn NOSIGFE
|
wcscspn NOSIGFE
|
||||||
|
wcsdup NOSIGFE
|
||||||
wcsftime SIGFE
|
wcsftime SIGFE
|
||||||
wcslcat NOSIGFE
|
wcslcat NOSIGFE
|
||||||
wcslcpy NOSIGFE
|
wcslcpy NOSIGFE
|
||||||
|
@ -355,12 +355,13 @@ details. */
|
|||||||
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.
|
206: Export wcscasecmp, wcsncasecmp.
|
||||||
|
207: Export wcsdup.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* 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 206
|
#define CYGWIN_VERSION_API_MINOR 207
|
||||||
|
|
||||||
/* 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
|
||||||
|
@ -828,6 +828,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
wcscoll
|
wcscoll
|
||||||
wcscpy
|
wcscpy
|
||||||
wcscspn
|
wcscspn
|
||||||
|
wcsdup
|
||||||
wcsftime
|
wcsftime
|
||||||
wcslen
|
wcslen
|
||||||
wcsncasecmp
|
wcsncasecmp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user