]> sourceware.org Git - newlib-cygwin.git/commitdiff
* cygwin.din: Export wcsftime.
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 9 Mar 2009 13:22:37 +0000 (13:22 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 9 Mar 2009 13:22:37 +0000 (13:22 +0000)
* posix.sgml: Move wcsftime 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 c1adc0715c6091b082ea2ec5c1cf3079b5b2f17f..98c2302867c7f62b0b3062a18d516d7192d13cba 100644 (file)
@@ -1,3 +1,9 @@
+2009-03-09  Corinna Vinschen  <corinna@vinschen.de>
+
+       * cygwin.din: Export wcsftime.
+       * posix.sgml: Move wcsftime to SUSv4 list.
+       * include/cygwin/version.h: Bump API minor number.
+
 2009-03-06  Pierre A. Humblet <pierre@phumblet.no-ip.org>
 
        * cygwin.din: Export gethostbyname2.
index 6977b59990f5cf4c5784da38aa3e683957c4e0c3..84c9a49a18a1f830f4f9819a1af1c677103a9363 100644 (file)
@@ -1742,6 +1742,7 @@ _wcscmp = wcscmp NOSIGFE
 wcscoll NOSIGFE
 wcscpy NOSIGFE
 wcscspn NOSIGFE
+wcsftime SIGFE
 wcslcat NOSIGFE
 wcslcpy NOSIGFE
 wcslen NOSIGFE
index b51ddb6659e8d3ee7d413ca39cabf4a42f2462f1..d0293c096fb83d78da750f91e09bb15f63ef7b03 100644 (file)
@@ -351,12 +351,13 @@ details. */
       200: Export mbsnrtowcs, wcsnrtombs.
       201: Export wprintf, fwprintf, swprintf, vwprintf, vfwprintf, vswprintf.
       202: Export gethostbyname2.
+      203: Export wcsftime.
      */
 
      /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
 
 #define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 202
+#define CYGWIN_VERSION_API_MINOR 203
 
      /* There is also a compatibity version number associated with the
        shared memory regions.  It is incremented when incompatible
index ab3351551c1d6c78d01474561d0a9cc83fdd66c3..901a1a1586d12f52d13b62385bf97cf618ef8b6c 100644 (file)
@@ -822,6 +822,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     wcscoll
     wcscpy
     wcscspn
+    wcsftime
     wcslen
     wcsncat
     wcsncmp
@@ -1339,7 +1340,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     waitid
     wcscasecmp
     wcscasecmp_l
-    wcsftime
     wcsncasecmp
     wcsncasecmp_l
     wcstold
This page took 0.034386 seconds and 5 git commands to generate.