mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-01 04:25:27 +08:00
* 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>
|
||||
|
||||
* fhandler.h (fhandler_socket::wait_for_events): Take additional
|
||||
|
@ -577,6 +577,7 @@ fwide SIGFE
|
||||
fwprintf SIGFE
|
||||
fwrite SIGFE
|
||||
_fwrite = fwrite SIGFE
|
||||
fwscanf SIGFE
|
||||
gai_strerror = cygwin_gai_strerror NOSIGFE
|
||||
gamma NOSIGFE
|
||||
_gamma = gamma NOSIGFE
|
||||
@ -1572,6 +1573,7 @@ _swab = swab NOSIGFE
|
||||
__swbuf SIGFE
|
||||
__swbuf_r SIGFE
|
||||
swprintf SIGFE
|
||||
swscanf SIGFE
|
||||
symlink SIGFE
|
||||
_symlink = symlink SIGFE
|
||||
symlinkat SIGFE
|
||||
@ -1703,6 +1705,7 @@ _vfscanf = vfscanf SIGFE
|
||||
vfscanf_r = _vfscanf_r SIGFE
|
||||
_vfscanf_r SIGFE
|
||||
vfwprintf SIGFE
|
||||
vfwscanf SIGFE
|
||||
vhangup SIGFE
|
||||
_vhangup = vhangup SIGFE
|
||||
vprintf SIGFE
|
||||
@ -1720,10 +1723,12 @@ _vsscanf = vsscanf SIGFE
|
||||
vsscanf_r = _vsscanf_r SIGFE
|
||||
_vsscanf_r SIGFE
|
||||
vswprintf SIGFE
|
||||
vswscanf SIGFE
|
||||
vsyslog SIGFE
|
||||
vwarn SIGFE
|
||||
vwarnx SIGFE
|
||||
vwprintf SIGFE
|
||||
vwscanf SIGFE
|
||||
wait SIGFE
|
||||
_wait = wait SIGFE
|
||||
wait3 SIGFE
|
||||
@ -1786,6 +1791,7 @@ write SIGFE
|
||||
_write = write SIGFE
|
||||
writev SIGFE
|
||||
_writev = writev SIGFE
|
||||
wscanf SIGFE
|
||||
y0 NOSIGFE
|
||||
y0f NOSIGFE
|
||||
y1 NOSIGFE
|
||||
|
@ -353,12 +353,13 @@ details. */
|
||||
202: Export gethostbyname2.
|
||||
203: Export wcsftime.
|
||||
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 */
|
||||
|
||||
#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
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
@ -208,6 +208,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
fwide
|
||||
fwprintf
|
||||
fwrite
|
||||
fwscanf
|
||||
gai_strerror
|
||||
getaddrinfo
|
||||
getc
|
||||
@ -737,6 +738,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
strxfrm
|
||||
swab
|
||||
swprintf
|
||||
swscanf
|
||||
symlink
|
||||
symlinkat
|
||||
sync
|
||||
@ -804,13 +806,16 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
vfprintf
|
||||
vfscanf
|
||||
vfwprintf
|
||||
vfwscanf
|
||||
vprintf
|
||||
vscanf
|
||||
vsnprintf
|
||||
vsprintf
|
||||
vsscanf
|
||||
vswprintf
|
||||
vswscanf
|
||||
vwprintf
|
||||
vwscanf
|
||||
wait
|
||||
waitpid
|
||||
wcpcpy
|
||||
@ -859,6 +864,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
wprintf
|
||||
write
|
||||
writev
|
||||
wscanf
|
||||
y0
|
||||
y1
|
||||
yn
|
||||
@ -1218,7 +1224,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
fmtmsg
|
||||
freelocale
|
||||
frexpl
|
||||
fwscanf
|
||||
getdate
|
||||
getdate_err
|
||||
gethostent
|
||||
@ -1322,7 +1327,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
strtold
|
||||
strxfrm_l
|
||||
swabcontext
|
||||
swscanf
|
||||
tanhl
|
||||
tanl
|
||||
tcgetsid
|
||||
@ -1334,9 +1338,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
truncl
|
||||
ulimit
|
||||
uselocale
|
||||
vfwscanf
|
||||
vswscanf
|
||||
vwscanf
|
||||
waitid
|
||||
wcscasecmp
|
||||
wcscasecmp_l
|
||||
@ -1348,7 +1349,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
wctype_l
|
||||
wordexp
|
||||
wordfree
|
||||
wscanf
|
||||
</screen>
|
||||
|
||||
</sect1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user