https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=08d77e5154b58d0d153e99d270f7d1907f7e160d
commit 08d77e5154b58d0d153e99d270f7d1907f7e160d Author: Corinna Vinschen <[email protected]> Date: Fri Dec 1 18:21:59 2017 +0100 cygwin: document %l[ and bump API minor Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/include/cygwin/version.h | 3 ++- winsup/cygwin/release/2.10.0 | 2 ++ winsup/doc/new-features.xml | 4 ++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index ef06c2d..0fee73c 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -491,12 +491,13 @@ details. */ __vsnprintf_chk, __vsprintf_chk. 321: Export wmempcpy. 322: [w]scanf %m modifier. + 323: scanf %l[ conversion. 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 322 +#define CYGWIN_VERSION_API_MINOR 323 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible changes are made to the shared diff --git a/winsup/cygwin/release/2.10.0 b/winsup/cygwin/release/2.10.0 index 42c960b..22f761e 100644 --- a/winsup/cygwin/release/2.10.0 +++ b/winsup/cygwin/release/2.10.0 @@ -5,6 +5,8 @@ What's new: - scanf/wscanf now handle the POSIX %m modifier. +- scanf now handles the %l[ conversion. + - New API: wmempcpy. diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 14fb059..7e01389 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -17,6 +17,10 @@ scanf/wscanf now handle the POSIX %m modifier. </para></listitem> <listitem><para> +- scanf now handles the %l[ conversion. +</para></listitem> + +<listitem><para> New API: wmempcpy. </para></listitem>
