* cygwin.din: Export fgetwc, fgetws, fputwc, fputws, fwide, getwc,

getwchar, putwc, putwchar, ungetwc.
	* posix.sgml: Move above functions (add missing) into "implemented
	SUSv3" section.
	* include/cygwin/version.h: Bump api minor number.
This commit is contained in:
Corinna Vinschen 2008-12-15 12:40:29 +00:00
parent 305b19d738
commit f8a41da921
4 changed files with 31 additions and 8 deletions

View File

@ -1,3 +1,11 @@
2008-12-15 Corinna Vinschen <corinna@vinschen.de>
* cygwin.din: Export fgetwc, fgetws, fputwc, fputws, fwide, getwc,
getwchar, putwc, putwchar, ungetwc.
* posix.sgml: Move above functions (add missing) into "implemented
SUSv3" section.
* include/cygwin/version.h: Bump api minor number.
2008-12-15 Corinna Vinschen <corinna@vinschen.de> 2008-12-15 Corinna Vinschen <corinna@vinschen.de>
* fhandler.h (class fhandler_registry): Declare dup method. * fhandler.h (class fhandler_registry): Declare dup method.

View File

@ -461,6 +461,8 @@ _fgetpos = fgetpos SIGFE
_fgetpos64 = fgetpos64 SIGFE _fgetpos64 = fgetpos64 SIGFE
fgets SIGFE fgets SIGFE
_fgets = fgets SIGFE _fgets = fgets SIGFE
fgetwc SIGFE
fgetws SIGFE
fgetxattr SIGFE fgetxattr SIGFE
fileno SIGFE fileno SIGFE
_fileno = fileno SIGFE _fileno = fileno SIGFE
@ -506,6 +508,8 @@ fputc SIGFE
_fputc = fputc SIGFE _fputc = fputc SIGFE
fputs SIGFE fputs SIGFE
_fputs = fputs SIGFE _fputs = fputs SIGFE
fputwc SIGFE
fputws SIGFE
fread SIGFE fread SIGFE
_fread = fread SIGFE _fread = fread SIGFE
free SIGFE free SIGFE
@ -569,6 +573,7 @@ funopen SIGFE
futimens SIGFE futimens SIGFE
futimes SIGFE futimes SIGFE
futimesat SIGFE futimesat SIGFE
fwide SIGFE
fwrite SIGFE fwrite SIGFE
_fwrite = fwrite SIGFE _fwrite = fwrite SIGFE
gai_strerror = cygwin_gai_strerror NOSIGFE gai_strerror = cygwin_gai_strerror NOSIGFE
@ -708,6 +713,8 @@ getutxid SIGFE
getutxline SIGFE getutxline SIGFE
getw SIGFE getw SIGFE
_getw = getw SIGFE _getw = getw SIGFE
getwc SIGFE
getwchar SIGFE
getwd SIGFE getwd SIGFE
_getwd = getwd SIGFE _getwd = getwd SIGFE
getxattr SIGFE getxattr SIGFE
@ -1166,6 +1173,8 @@ _pututline = pututline SIGFE
pututxline SIGFE pututxline SIGFE
putw SIGFE putw SIGFE
_putw = putw SIGFE _putw = putw SIGFE
putwc SIGFE
putwchar SIGFE
pwrite SIGFE pwrite SIGFE
qsort NOSIGFE qsort NOSIGFE
_qsort = qsort NOSIGFE _qsort = qsort NOSIGFE
@ -1650,6 +1659,7 @@ uname SIGFE
_uname = uname SIGFE _uname = uname SIGFE
ungetc SIGFE ungetc SIGFE
_ungetc = ungetc SIGFE _ungetc = ungetc SIGFE
ungetwc SIGFE
unlink SIGFE unlink SIGFE
_unlink = unlink SIGFE _unlink = unlink SIGFE
unlinkat SIGFE unlinkat SIGFE

View File

@ -337,12 +337,14 @@ details. */
187: Export cfmakeraw. 187: Export cfmakeraw.
188: Export CW_SET_PRIV_KEY. 188: Export CW_SET_PRIV_KEY.
189: Implement dirent.d_type. 189: Implement dirent.d_type.
190: Export fgetwc, fgetws, fputwc, fputws, fwide, getwc, getwchar,
putwc, putwchar, ungetwc.
*/ */
/* 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 189 #define CYGWIN_VERSION_API_MINOR 190
/* 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

View File

@ -155,6 +155,8 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
fgetc fgetc
fgetpos fgetpos
fgets fgets
fgetwc
fgetws
fileno fileno
flockfile flockfile
floor floor
@ -175,6 +177,8 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
fprintf fprintf
fputc fputc
fputs fputs
fputwc
fputws
fread fread
free free
freeaddrinfo freeaddrinfo
@ -197,6 +201,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
ftw ftw
funlockfile funlockfile
futimes futimes
fwide
fwrite fwrite
gai_strerror gai_strerror
gcvt gcvt
@ -256,6 +261,8 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
getutxent getutxent
getutxid getutxid
getutxline getutxline
getwc
getwchar
getwd getwd
glob glob
globfree globfree
@ -534,6 +541,8 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
putenv putenv
puts puts
pututxline pututxline
putwc
putwchar
pwrite pwrite
qsort qsort
raise raise
@ -765,6 +774,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
umask umask
uname uname
ungetc ungetc
ungetwc
unlink unlink
unlockpt unlockpt
unsetenv unsetenv
@ -1187,18 +1197,13 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
fesetround fesetround
fetestexcept fetestexcept
feupdateenv feupdateenv
fgetwc
fgetws
floorl floorl
fmal fmal
fmaxl fmaxl
fminl fminl
fmodl fmodl
fmtmsg fmtmsg
fputwc
fputws
frexpl frexpl
fwide
fwprintf fwprintf
fwscanf fwscanf
getcontext getcontext
@ -1210,8 +1215,6 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
getnetbyname getnetbyname
getnetent getnetent
getpmsg getpmsg
getwc
getwchar
hypotl hypotl
ilogbl ilogbl
initstate initstate