]> sourceware.org Git - newlib-cygwin.git/commitdiff
Export and document strerror_l, strptime_l, wcsftime_l from Cygwin
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 23 Aug 2016 15:50:21 +0000 (17:50 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 23 Aug 2016 15:51:14 +0000 (17:51 +0200)
Bump Cygwin API minor number.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/release/2.6.0
winsup/doc/new-features.xml
winsup/doc/posix.xml

index a1b8a62194349be6f4d39e105e1bd90dfd370763..820d28b92c2c40a53888c0912cec87c4411d3354 100644 (file)
@@ -468,12 +468,13 @@ details. */
        wcstoul_l, wcstoull_l.
   302: Export nl_langinfo_l.
   303: Export pthread_getname_np, pthread_setname_np.
+  304: Export strerror_l, strptime_l, wcsftime_l.
 
   Note that we forgot to bump the api for ualarm, strtoll, strtoull,
   sigaltstack, sethostname. */
 
 #define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 303
+#define CYGWIN_VERSION_API_MINOR 304
 
 /* There is also a compatibity version number associated with the shared memory
    regions.  It is incremented when incompatible changes are made to the shared
index 825545095e107fbc99b99d9ea6f9e6fb4eb96972..aa257966b30fed08affb907af24678221486cc89 100644 (file)
@@ -9,13 +9,13 @@ What's new:
   iswalpha_l, iswblank_l, iswcntrl_l, iswctype_l, iswdigit_l, iswgraph_l,
   iswlower_l, iswprint_l, iswpunct_l, iswspace_l, iswupper_l, iswxdigit_l,
   isxdigit_l, tolower_l, toupper_l, towctrans_l, towlower_l, towupper_l,
-  wctrans_l, wctype_l, strcasecmp_l, strcoll_l, strfmon_l, strftime_l,
-  strncasecmp_l, strxfrm_l, wcscasecmp_l, wcscoll_l, wcstrncasecmp_l,
-  wcstrxfrm_l.
+  wctrans_l, wctype_l, strcasecmp_l, strcoll_l, strerror_l, strfmon_l,
+  strftime_l, strncasecmp_l, strxfrm_l, wcscasecmp_l, wcscoll_l,
+  wcstrncasecmp_l, wcstrxfrm_l.
 
-  New API, GNU extensions: isascii_l, toascii_l, strtod_l, strtof_l, strtol_l,
-  strtold_l, strtoll_l, strtoul_l, strtoull_l, wcstod_l, wcstof_l, wcstol_l,
-  wcstold_l, wcstoll_l, wcstoul_l, wcstoull_l.
+  New API, GNU extensions: isascii_l, toascii_l, strptime_l, strtod_l,
+  strtof_l, strtol_l, strtold_l, strtoll_l, strtoul_l, strtoull_l, wcsftime_l,
+  wcstod_l, wcstof_l, wcstol_l, wcstold_l, wcstoll_l, wcstoul_l, wcstoull_l.
 
 - locale(1) now supports a -i/--input option to fetch the current input
   locale (this is basically equivalent to the current keyboard layout setting).
index 7e39316d2315d98a0c6bab70b72a839466c26a63..edd14664d548c08fea27017dad603095c234e996 100644 (file)
@@ -19,15 +19,15 @@ isgraph_l, islower_l, isprint_l, ispunct_l, isspace_l, isupper_l, iswalnum_l,
 iswalpha_l, iswblank_l, iswcntrl_l, iswctype_l, iswdigit_l, iswgraph_l,
 iswlower_l, iswprint_l, iswpunct_l, iswspace_l, iswupper_l, iswxdigit_l,
 isxdigit_l, tolower_l, toupper_l, towctrans_l, towlower_l, towupper_l,
-wctrans_l, wctype_l, strcasecmp_l, strcoll_l, strfmon_l, strftime_l,
-strncasecmp_l, strxfrm_l, wcscasecmp_l, wcscoll_l, wcstrncasecmp_l,
+wctrans_l, wctype_l, strcasecmp_l, strcoll_l, strerror_l, strfmon_l,
+strftime_l, strncasecmp_l, strxfrm_l, wcscasecmp_l, wcscoll_l, wcstrncasecmp_l,
 wcstrxfrm_l.
 </para>
 
 <para>
-New API, GNU extensions: isascii_l, toascii_l, strtod_l, strtof_l, strtol_l,
-strtold_l, strtoll_l, strtoul_l, strtoull_l, wcstod_l, wcstof_l, wcstol_l,
-wcstold_l, wcstoll_l, wcstoul_l, wcstoull_l.
+New API, GNU extensions: isascii_l, toascii_l, strptime_l, strtod_l, strtof_l,
+strtol_l, strtold_l, strtoll_l, strtoul_l, strtoull_l, wcsftime_l, wcstod_l,
+wcstof_l, wcstol_l, wcstold_l, wcstoll_l, wcstoul_l, wcstoull_l.
 </para></listitem>
 
 <listitem><para>
index babf11573db0ed811676199a6b830f8dbe52750d..e80da4d0d6cec3d966a929bc9ec62a555546ef3e 100644 (file)
@@ -924,6 +924,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     strcspn
     strdup
     strerror
+    strerror_l
     strerror_r
     strfmon
     strfmon_l
@@ -1353,6 +1354,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     sincosf
     sincosl
     strchrnul
+    strptime_l
     strtod_l
     strtof_l
     strtol_l
@@ -1370,6 +1372,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     vasnprintf
     vasprintf
     vasprintf_r
+    wcsftime_l
     wcstod_l
     wcstof_l
     wcstol_l
This page took 0.043046 seconds and 5 git commands to generate.