* cygwin.din: Export wscanf, fwscanf, swscanf, vwscanf, vfwscanf,
vswscanf. * posix.sgml: Move fwscanf, swscanf, vwscanf, vfwscanf, vswscanf to SUSv4 list. * include/cygwin/version.h: Bump API minor number.
This commit is contained in:
parent
d0b85c158f
commit
32382e935a
|
@ -1,3 +1,11 @@
|
||||||
|
2009-03-11 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* cygwin.din: Export wscanf, fwscanf, swscanf, vwscanf, vfwscanf,
|
||||||
|
vswscanf.
|
||||||
|
* posix.sgml: Move fwscanf, swscanf, vwscanf, vfwscanf, vswscanf
|
||||||
|
to SUSv4 list.
|
||||||
|
* include/cygwin/version.h: Bump API minor number.
|
||||||
|
|
||||||
2009-03-09 Corinna Vinschen <corinna@vinschen.de>
|
2009-03-09 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler.h (fhandler_socket::wait_for_events): Take additional
|
* fhandler.h (fhandler_socket::wait_for_events): Take additional
|
||||||
|
|
|
@ -577,6 +577,7 @@ fwide SIGFE
|
||||||
fwprintf SIGFE
|
fwprintf SIGFE
|
||||||
fwrite SIGFE
|
fwrite SIGFE
|
||||||
_fwrite = fwrite SIGFE
|
_fwrite = fwrite SIGFE
|
||||||
|
fwscanf SIGFE
|
||||||
gai_strerror = cygwin_gai_strerror NOSIGFE
|
gai_strerror = cygwin_gai_strerror NOSIGFE
|
||||||
gamma NOSIGFE
|
gamma NOSIGFE
|
||||||
_gamma = gamma NOSIGFE
|
_gamma = gamma NOSIGFE
|
||||||
|
@ -1572,6 +1573,7 @@ _swab = swab NOSIGFE
|
||||||
__swbuf SIGFE
|
__swbuf SIGFE
|
||||||
__swbuf_r SIGFE
|
__swbuf_r SIGFE
|
||||||
swprintf SIGFE
|
swprintf SIGFE
|
||||||
|
swscanf SIGFE
|
||||||
symlink SIGFE
|
symlink SIGFE
|
||||||
_symlink = symlink SIGFE
|
_symlink = symlink SIGFE
|
||||||
symlinkat SIGFE
|
symlinkat SIGFE
|
||||||
|
@ -1703,6 +1705,7 @@ _vfscanf = vfscanf SIGFE
|
||||||
vfscanf_r = _vfscanf_r SIGFE
|
vfscanf_r = _vfscanf_r SIGFE
|
||||||
_vfscanf_r SIGFE
|
_vfscanf_r SIGFE
|
||||||
vfwprintf SIGFE
|
vfwprintf SIGFE
|
||||||
|
vfwscanf SIGFE
|
||||||
vhangup SIGFE
|
vhangup SIGFE
|
||||||
_vhangup = vhangup SIGFE
|
_vhangup = vhangup SIGFE
|
||||||
vprintf SIGFE
|
vprintf SIGFE
|
||||||
|
@ -1720,10 +1723,12 @@ _vsscanf = vsscanf SIGFE
|
||||||
vsscanf_r = _vsscanf_r SIGFE
|
vsscanf_r = _vsscanf_r SIGFE
|
||||||
_vsscanf_r SIGFE
|
_vsscanf_r SIGFE
|
||||||
vswprintf SIGFE
|
vswprintf SIGFE
|
||||||
|
vswscanf SIGFE
|
||||||
vsyslog SIGFE
|
vsyslog SIGFE
|
||||||
vwarn SIGFE
|
vwarn SIGFE
|
||||||
vwarnx SIGFE
|
vwarnx SIGFE
|
||||||
vwprintf SIGFE
|
vwprintf SIGFE
|
||||||
|
vwscanf SIGFE
|
||||||
wait SIGFE
|
wait SIGFE
|
||||||
_wait = wait SIGFE
|
_wait = wait SIGFE
|
||||||
wait3 SIGFE
|
wait3 SIGFE
|
||||||
|
@ -1786,6 +1791,7 @@ write SIGFE
|
||||||
_write = write SIGFE
|
_write = write SIGFE
|
||||||
writev SIGFE
|
writev SIGFE
|
||||||
_writev = writev SIGFE
|
_writev = writev SIGFE
|
||||||
|
wscanf SIGFE
|
||||||
y0 NOSIGFE
|
y0 NOSIGFE
|
||||||
y0f NOSIGFE
|
y0f NOSIGFE
|
||||||
y1 NOSIGFE
|
y1 NOSIGFE
|
||||||
|
|
|
@ -353,12 +353,13 @@ details. */
|
||||||
202: Export gethostbyname2.
|
202: Export gethostbyname2.
|
||||||
203: Export wcsftime.
|
203: Export wcsftime.
|
||||||
204: recv/send flag MSG_DONTWAIT added.
|
204: recv/send flag MSG_DONTWAIT added.
|
||||||
|
205: Export wscanf, fwscanf, swscanf, vwscanf, vfwscanf, vswscanf.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#define CYGWIN_VERSION_API_MAJOR 0
|
||||||
#define CYGWIN_VERSION_API_MINOR 204
|
#define CYGWIN_VERSION_API_MINOR 205
|
||||||
|
|
||||||
/* There is also a compatibity version number associated with the
|
/* There is also a compatibity version number associated with the
|
||||||
shared memory regions. It is incremented when incompatible
|
shared memory regions. It is incremented when incompatible
|
||||||
|
|
|
@ -208,6 +208,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
fwide
|
fwide
|
||||||
fwprintf
|
fwprintf
|
||||||
fwrite
|
fwrite
|
||||||
|
fwscanf
|
||||||
gai_strerror
|
gai_strerror
|
||||||
getaddrinfo
|
getaddrinfo
|
||||||
getc
|
getc
|
||||||
|
@ -737,6 +738,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
strxfrm
|
strxfrm
|
||||||
swab
|
swab
|
||||||
swprintf
|
swprintf
|
||||||
|
swscanf
|
||||||
symlink
|
symlink
|
||||||
symlinkat
|
symlinkat
|
||||||
sync
|
sync
|
||||||
|
@ -804,13 +806,16 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
vfprintf
|
vfprintf
|
||||||
vfscanf
|
vfscanf
|
||||||
vfwprintf
|
vfwprintf
|
||||||
|
vfwscanf
|
||||||
vprintf
|
vprintf
|
||||||
vscanf
|
vscanf
|
||||||
vsnprintf
|
vsnprintf
|
||||||
vsprintf
|
vsprintf
|
||||||
vsscanf
|
vsscanf
|
||||||
vswprintf
|
vswprintf
|
||||||
|
vswscanf
|
||||||
vwprintf
|
vwprintf
|
||||||
|
vwscanf
|
||||||
wait
|
wait
|
||||||
waitpid
|
waitpid
|
||||||
wcpcpy
|
wcpcpy
|
||||||
|
@ -859,6 +864,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
wprintf
|
wprintf
|
||||||
write
|
write
|
||||||
writev
|
writev
|
||||||
|
wscanf
|
||||||
y0
|
y0
|
||||||
y1
|
y1
|
||||||
yn
|
yn
|
||||||
|
@ -1218,7 +1224,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
fmtmsg
|
fmtmsg
|
||||||
freelocale
|
freelocale
|
||||||
frexpl
|
frexpl
|
||||||
fwscanf
|
|
||||||
getdate
|
getdate
|
||||||
getdate_err
|
getdate_err
|
||||||
gethostent
|
gethostent
|
||||||
|
@ -1322,7 +1327,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
strtold
|
strtold
|
||||||
strxfrm_l
|
strxfrm_l
|
||||||
swabcontext
|
swabcontext
|
||||||
swscanf
|
|
||||||
tanhl
|
tanhl
|
||||||
tanl
|
tanl
|
||||||
tcgetsid
|
tcgetsid
|
||||||
|
@ -1334,9 +1338,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
truncl
|
truncl
|
||||||
ulimit
|
ulimit
|
||||||
uselocale
|
uselocale
|
||||||
vfwscanf
|
|
||||||
vswscanf
|
|
||||||
vwscanf
|
|
||||||
waitid
|
waitid
|
||||||
wcscasecmp
|
wcscasecmp
|
||||||
wcscasecmp_l
|
wcscasecmp_l
|
||||||
|
@ -1348,7 +1349,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
wctype_l
|
wctype_l
|
||||||
wordexp
|
wordexp
|
||||||
wordfree
|
wordfree
|
||||||
wscanf
|
|
||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
Loading…
Reference in New Issue