Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-03-11 15:03:44 +0300
committerCorinna Vinschen <corinna@vinschen.de>2009-03-11 15:03:44 +0300
commit32382e935a569058fbd94748d4d1468ab6224936 (patch)
treef3acd4bed3930b545d07d4eda6234b3016889e2a /winsup/cygwin/posix.sgml
parentd0b85c158fbe7a30d665f41c60bb5800da562ce8 (diff)
* 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.
Diffstat (limited to 'winsup/cygwin/posix.sgml')
-rw-r--r--winsup/cygwin/posix.sgml12
1 files changed, 6 insertions, 6 deletions
diff --git a/winsup/cygwin/posix.sgml b/winsup/cygwin/posix.sgml
index 901a1a158..6c675f6fc 100644
--- a/winsup/cygwin/posix.sgml
+++ b/winsup/cygwin/posix.sgml
@@ -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>