aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/release/2.6.0
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-08-23 17:50:21 +0200
committerCorinna Vinschen <corinna@vinschen.de>2016-08-23 17:51:14 +0200
commit2ea3993619206a8f87593d35f2e823223793be0d (patch)
tree0cd9ed2624985e2174d70bdd802a4046eed4fc79 /winsup/cygwin/release/2.6.0
parent0ecb846d2ba2525ec1ec7842a8291da2a2f8f823 (diff)
downloadnewlib-2ea3993619206a8f87593d35f2e823223793be0d.zip
newlib-2ea3993619206a8f87593d35f2e823223793be0d.tar.gz
newlib-2ea3993619206a8f87593d35f2e823223793be0d.tar.bz2
Export and document strerror_l, strptime_l, wcsftime_l from Cygwin
Bump Cygwin API minor number. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/release/2.6.0')
-rw-r--r--winsup/cygwin/release/2.6.012
1 files changed, 6 insertions, 6 deletions
diff --git a/winsup/cygwin/release/2.6.0 b/winsup/cygwin/release/2.6.0
index 8255450..aa25796 100644
--- a/winsup/cygwin/release/2.6.0
+++ b/winsup/cygwin/release/2.6.0
@@ -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).