4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00

Export and document strerror_l, strptime_l, wcsftime_l from Cygwin

Bump Cygwin API minor number.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2016-08-23 17:50:21 +02:00
parent 0ecb846d2b
commit 2ea3993619
4 changed files with 16 additions and 12 deletions

View File

@ -468,12 +468,13 @@ details. */
wcstoul_l, wcstoull_l. wcstoul_l, wcstoull_l.
302: Export nl_langinfo_l. 302: Export nl_langinfo_l.
303: Export pthread_getname_np, pthread_setname_np. 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, Note that we forgot to bump the api for ualarm, strtoll, strtoull,
sigaltstack, sethostname. */ sigaltstack, sethostname. */
#define CYGWIN_VERSION_API_MAJOR 0 #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 /* There is also a compatibity version number associated with the shared memory
regions. It is incremented when incompatible changes are made to the shared regions. It is incremented when incompatible changes are made to the shared

View File

@ -9,13 +9,13 @@ What's new:
iswalpha_l, iswblank_l, iswcntrl_l, iswctype_l, iswdigit_l, iswgraph_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, iswlower_l, iswprint_l, iswpunct_l, iswspace_l, iswupper_l, iswxdigit_l,
isxdigit_l, tolower_l, toupper_l, towctrans_l, towlower_l, towupper_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, wctrans_l, wctype_l, strcasecmp_l, strcoll_l, strerror_l, strfmon_l,
strncasecmp_l, strxfrm_l, wcscasecmp_l, wcscoll_l, wcstrncasecmp_l, strftime_l, strncasecmp_l, strxfrm_l, wcscasecmp_l, wcscoll_l,
wcstrxfrm_l. wcstrncasecmp_l, wcstrxfrm_l.
New API, GNU extensions: isascii_l, toascii_l, strtod_l, strtof_l, strtol_l, New API, GNU extensions: isascii_l, toascii_l, strptime_l, strtod_l,
strtold_l, strtoll_l, strtoul_l, strtoull_l, wcstod_l, wcstof_l, wcstol_l, strtof_l, strtol_l, strtold_l, strtoll_l, strtoul_l, strtoull_l, wcsftime_l,
wcstold_l, wcstoll_l, wcstoul_l, wcstoull_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(1) now supports a -i/--input option to fetch the current input
locale (this is basically equivalent to the current keyboard layout setting). locale (this is basically equivalent to the current keyboard layout setting).

View 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, iswalpha_l, iswblank_l, iswcntrl_l, iswctype_l, iswdigit_l, iswgraph_l,
iswlower_l, iswprint_l, iswpunct_l, iswspace_l, iswupper_l, iswxdigit_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, isxdigit_l, tolower_l, toupper_l, towctrans_l, towlower_l, towupper_l,
wctrans_l, wctype_l, strcasecmp_l, strcoll_l, strfmon_l, strftime_l, wctrans_l, wctype_l, strcasecmp_l, strcoll_l, strerror_l, strfmon_l,
strncasecmp_l, strxfrm_l, wcscasecmp_l, wcscoll_l, wcstrncasecmp_l, strftime_l, strncasecmp_l, strxfrm_l, wcscasecmp_l, wcscoll_l, wcstrncasecmp_l,
wcstrxfrm_l. wcstrxfrm_l.
</para> </para>
<para> <para>
New API, GNU extensions: isascii_l, toascii_l, strtod_l, strtof_l, strtol_l, New API, GNU extensions: isascii_l, toascii_l, strptime_l, strtod_l, strtof_l,
strtold_l, strtoll_l, strtoul_l, strtoull_l, wcstod_l, wcstof_l, wcstol_l, strtol_l, strtold_l, strtoll_l, strtoul_l, strtoull_l, wcsftime_l, wcstod_l,
wcstold_l, wcstoll_l, wcstoul_l, wcstoull_l. wcstof_l, wcstol_l, wcstold_l, wcstoll_l, wcstoul_l, wcstoull_l.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>

View File

@ -924,6 +924,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
strcspn strcspn
strdup strdup
strerror strerror
strerror_l
strerror_r strerror_r
strfmon strfmon
strfmon_l strfmon_l
@ -1353,6 +1354,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
sincosf sincosf
sincosl sincosl
strchrnul strchrnul
strptime_l
strtod_l strtod_l
strtof_l strtof_l
strtol_l strtol_l
@ -1370,6 +1372,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
vasnprintf vasnprintf
vasprintf vasprintf
vasprintf_r vasprintf_r
wcsftime_l
wcstod_l wcstod_l
wcstof_l wcstof_l
wcstol_l wcstol_l