cygwin: document %l[ and bump API minor
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
b7b6b42cd4
commit
08d77e5154
|
@ -491,12 +491,13 @@ details. */
|
||||||
__vsnprintf_chk, __vsprintf_chk.
|
__vsnprintf_chk, __vsprintf_chk.
|
||||||
321: Export wmempcpy.
|
321: Export wmempcpy.
|
||||||
322: [w]scanf %m modifier.
|
322: [w]scanf %m modifier.
|
||||||
|
323: scanf %l[ conversion.
|
||||||
|
|
||||||
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 322
|
#define CYGWIN_VERSION_API_MINOR 323
|
||||||
|
|
||||||
/* 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
|
||||||
|
|
|
@ -5,6 +5,8 @@ What's new:
|
||||||
|
|
||||||
- scanf/wscanf now handle the POSIX %m modifier.
|
- scanf/wscanf now handle the POSIX %m modifier.
|
||||||
|
|
||||||
|
- scanf now handles the %l[ conversion.
|
||||||
|
|
||||||
- New API: wmempcpy.
|
- New API: wmempcpy.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,10 @@ New open(2) flags O_TMPFILE and O_NOATIME.
|
||||||
scanf/wscanf now handle the POSIX %m modifier.
|
scanf/wscanf now handle the POSIX %m modifier.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
- scanf now handles the %l[ conversion.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
New API: wmempcpy.
|
New API: wmempcpy.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
Loading…
Reference in New Issue