OSDN Git Service

* cygwin.din: Export wcsdup.
authorcorinna <corinna>
Sun, 15 Mar 2009 13:45:01 +0000 (13:45 +0000)
committercorinna <corinna>
Sun, 15 Mar 2009 13:45:01 +0000 (13:45 +0000)
* posix.sgml: Add wcsdup to SUSv4 list.
* include/cygwin/version.h: Bump API minor number.

winsup/cygwin/ChangeLog
winsup/cygwin/cygwin.din
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/posix.sgml

index 3a65e3b..418e926 100644 (file)
@@ -1,5 +1,11 @@
 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
        definitions.
 
index c95f883..d3ba0cd 100644 (file)
@@ -1748,6 +1748,7 @@ _wcscmp = wcscmp NOSIGFE
 wcscoll NOSIGFE
 wcscpy NOSIGFE
 wcscspn NOSIGFE
+wcsdup NOSIGFE
 wcsftime SIGFE
 wcslcat NOSIGFE
 wcslcpy NOSIGFE
index b4c8b09..512fdfd 100644 (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
index 0d00706..6578a39 100644 (file)
@@ -828,6 +828,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     wcscoll
     wcscpy
     wcscspn
+    wcsdup
     wcsftime
     wcslen
     wcsncasecmp