* cygwin.din: Export wprintf, fwprintf, swprintf, vwprintf, vfwprintf,
vswprintf. Sort. * posix.sgml: Move fwprintf, swprintf, vwprintf, vfwprintf, vswprintf to SUSv4 list. Sort SUSv4 list. * include/cygwin/version.h: Bump API minor number.
This commit is contained in:
parent
6121968b19
commit
45e20e47ba
@ -1,3 +1,11 @@
|
|||||||
|
2009-03-06 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* cygwin.din: Export wprintf, fwprintf, swprintf, vwprintf, vfwprintf,
|
||||||
|
vswprintf. Sort.
|
||||||
|
* posix.sgml: Move fwprintf, swprintf, vwprintf, vfwprintf, vswprintf
|
||||||
|
to SUSv4 list. Sort SUSv4 list.
|
||||||
|
* include/cygwin/version.h: Bump API minor number.
|
||||||
|
|
||||||
2009-03-04 Corinna Vinschen <corinna@vinschen.de>
|
2009-03-04 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* dcrt0.cc (disable_dep): Disable. Explain why.
|
* dcrt0.cc (disable_dep): Disable. Explain why.
|
||||||
|
@ -25,8 +25,8 @@ reent_data DATA
|
|||||||
sys_errlist = _sys_errlist DATA
|
sys_errlist = _sys_errlist DATA
|
||||||
_sys_errlist DATA
|
_sys_errlist DATA
|
||||||
sys_nerr = _sys_nerr DATA
|
sys_nerr = _sys_nerr DATA
|
||||||
sys_sigabbrev DATA
|
|
||||||
_sys_nerr DATA
|
_sys_nerr DATA
|
||||||
|
sys_sigabbrev DATA
|
||||||
_timezone DATA
|
_timezone DATA
|
||||||
_tzname DATA
|
_tzname DATA
|
||||||
_Exit SIGFE
|
_Exit SIGFE
|
||||||
@ -574,6 +574,7 @@ futimens SIGFE
|
|||||||
futimes SIGFE
|
futimes SIGFE
|
||||||
futimesat SIGFE
|
futimesat SIGFE
|
||||||
fwide SIGFE
|
fwide SIGFE
|
||||||
|
fwprintf SIGFE
|
||||||
fwrite SIGFE
|
fwrite SIGFE
|
||||||
_fwrite = fwrite SIGFE
|
_fwrite = fwrite SIGFE
|
||||||
gai_strerror = cygwin_gai_strerror NOSIGFE
|
gai_strerror = cygwin_gai_strerror NOSIGFE
|
||||||
@ -719,8 +720,8 @@ getwd SIGFE
|
|||||||
_getwd = getwd SIGFE
|
_getwd = getwd SIGFE
|
||||||
getxattr SIGFE
|
getxattr SIGFE
|
||||||
glob SIGFE
|
glob SIGFE
|
||||||
globfree SIGFE
|
|
||||||
glob_pattern_p
|
glob_pattern_p
|
||||||
|
globfree SIGFE
|
||||||
gmtime SIGFE
|
gmtime SIGFE
|
||||||
_gmtime = gmtime SIGFE
|
_gmtime = gmtime SIGFE
|
||||||
gmtime_r SIGFE
|
gmtime_r SIGFE
|
||||||
@ -1569,6 +1570,7 @@ swab NOSIGFE
|
|||||||
_swab = swab NOSIGFE
|
_swab = swab NOSIGFE
|
||||||
__swbuf SIGFE
|
__swbuf SIGFE
|
||||||
__swbuf_r SIGFE
|
__swbuf_r SIGFE
|
||||||
|
swprintf SIGFE
|
||||||
symlink SIGFE
|
symlink SIGFE
|
||||||
_symlink = symlink SIGFE
|
_symlink = symlink SIGFE
|
||||||
symlinkat SIGFE
|
symlinkat SIGFE
|
||||||
@ -1699,6 +1701,7 @@ vfscanf SIGFE
|
|||||||
_vfscanf = vfscanf SIGFE
|
_vfscanf = vfscanf SIGFE
|
||||||
vfscanf_r = _vfscanf_r SIGFE
|
vfscanf_r = _vfscanf_r SIGFE
|
||||||
_vfscanf_r SIGFE
|
_vfscanf_r SIGFE
|
||||||
|
vfwprintf SIGFE
|
||||||
vhangup SIGFE
|
vhangup SIGFE
|
||||||
_vhangup = vhangup SIGFE
|
_vhangup = vhangup SIGFE
|
||||||
vprintf SIGFE
|
vprintf SIGFE
|
||||||
@ -1715,9 +1718,11 @@ vsscanf SIGFE
|
|||||||
_vsscanf = vsscanf SIGFE
|
_vsscanf = vsscanf SIGFE
|
||||||
vsscanf_r = _vsscanf_r SIGFE
|
vsscanf_r = _vsscanf_r SIGFE
|
||||||
_vsscanf_r SIGFE
|
_vsscanf_r SIGFE
|
||||||
|
vswprintf SIGFE
|
||||||
vsyslog SIGFE
|
vsyslog SIGFE
|
||||||
vwarn SIGFE
|
vwarn SIGFE
|
||||||
vwarnx SIGFE
|
vwarnx SIGFE
|
||||||
|
vwprintf SIGFE
|
||||||
wait SIGFE
|
wait SIGFE
|
||||||
_wait = wait SIGFE
|
_wait = wait SIGFE
|
||||||
wait3 SIGFE
|
wait3 SIGFE
|
||||||
@ -1774,6 +1779,7 @@ wmemcmp NOSIGFE
|
|||||||
wmemcpy NOSIGFE
|
wmemcpy NOSIGFE
|
||||||
wmemmove NOSIGFE
|
wmemmove NOSIGFE
|
||||||
wmemset NOSIGFE
|
wmemset NOSIGFE
|
||||||
|
wprintf SIGFE
|
||||||
write SIGFE
|
write SIGFE
|
||||||
_write = write SIGFE
|
_write = write SIGFE
|
||||||
writev SIGFE
|
writev SIGFE
|
||||||
|
@ -349,12 +349,13 @@ details. */
|
|||||||
198: Export reallocf.
|
198: Export reallocf.
|
||||||
199: Export open_wmemstream.
|
199: Export open_wmemstream.
|
||||||
200: Export mbsnrtowcs, wcsnrtombs.
|
200: Export mbsnrtowcs, wcsnrtombs.
|
||||||
|
201: Export wprintf, fwprintf, swprintf, vwprintf, vfwprintf, vswprintf.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* 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 200
|
#define CYGWIN_VERSION_API_MINOR 201
|
||||||
|
|
||||||
/* 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
|
||||||
|
@ -206,6 +206,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
futimens
|
futimens
|
||||||
futimes
|
futimes
|
||||||
fwide
|
fwide
|
||||||
|
fwprintf
|
||||||
fwrite
|
fwrite
|
||||||
gai_strerror
|
gai_strerror
|
||||||
getaddrinfo
|
getaddrinfo
|
||||||
@ -440,11 +441,11 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
ntohl
|
ntohl
|
||||||
ntohs
|
ntohs
|
||||||
open
|
open
|
||||||
|
open_memstream
|
||||||
|
open_wmemstream
|
||||||
openat
|
openat
|
||||||
opendir
|
opendir
|
||||||
openlog
|
openlog
|
||||||
open_memstream
|
|
||||||
open_wmemstream
|
|
||||||
optarg
|
optarg
|
||||||
opterr
|
opterr
|
||||||
optind
|
optind
|
||||||
@ -503,6 +504,13 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
pthread_key_create
|
pthread_key_create
|
||||||
pthread_key_delete
|
pthread_key_delete
|
||||||
pthread_kill
|
pthread_kill
|
||||||
|
pthread_mutex_destroy
|
||||||
|
pthread_mutex_getprioceiling
|
||||||
|
pthread_mutex_init
|
||||||
|
pthread_mutex_lock
|
||||||
|
pthread_mutex_setprioceiling
|
||||||
|
pthread_mutex_trylock
|
||||||
|
pthread_mutex_unlock
|
||||||
pthread_mutexattr_destroy
|
pthread_mutexattr_destroy
|
||||||
pthread_mutexattr_getprioceiling
|
pthread_mutexattr_getprioceiling
|
||||||
pthread_mutexattr_getprotocol
|
pthread_mutexattr_getprotocol
|
||||||
@ -513,13 +521,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
pthread_mutexattr_setprotocol
|
pthread_mutexattr_setprotocol
|
||||||
pthread_mutexattr_setpshared
|
pthread_mutexattr_setpshared
|
||||||
pthread_mutexattr_settype
|
pthread_mutexattr_settype
|
||||||
pthread_mutex_destroy
|
|
||||||
pthread_mutex_getprioceiling
|
|
||||||
pthread_mutex_init
|
|
||||||
pthread_mutex_lock
|
|
||||||
pthread_mutex_setprioceiling
|
|
||||||
pthread_mutex_trylock
|
|
||||||
pthread_mutex_unlock
|
|
||||||
pthread_once
|
pthread_once
|
||||||
pthread_rwlock_destroy
|
pthread_rwlock_destroy
|
||||||
pthread_rwlock_init
|
pthread_rwlock_init
|
||||||
@ -735,6 +736,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
strtoumax
|
strtoumax
|
||||||
strxfrm
|
strxfrm
|
||||||
swab
|
swab
|
||||||
|
swprintf
|
||||||
symlink
|
symlink
|
||||||
symlinkat
|
symlinkat
|
||||||
sync
|
sync
|
||||||
@ -801,11 +803,14 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
vdprintf
|
vdprintf
|
||||||
vfprintf
|
vfprintf
|
||||||
vfscanf
|
vfscanf
|
||||||
|
vfwprintf
|
||||||
vprintf
|
vprintf
|
||||||
vscanf
|
vscanf
|
||||||
vsnprintf
|
vsnprintf
|
||||||
vsprintf
|
vsprintf
|
||||||
vsscanf
|
vsscanf
|
||||||
|
vswprintf
|
||||||
|
vwprintf
|
||||||
wait
|
wait
|
||||||
waitpid
|
waitpid
|
||||||
wcpcpy
|
wcpcpy
|
||||||
@ -1211,7 +1216,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
fmtmsg
|
fmtmsg
|
||||||
freelocale
|
freelocale
|
||||||
frexpl
|
frexpl
|
||||||
fwprintf
|
|
||||||
fwscanf
|
fwscanf
|
||||||
getdate
|
getdate
|
||||||
getdate_err
|
getdate_err
|
||||||
@ -1316,7 +1320,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
strtold
|
strtold
|
||||||
strxfrm_l
|
strxfrm_l
|
||||||
swabcontext
|
swabcontext
|
||||||
swprintf
|
|
||||||
swscanf
|
swscanf
|
||||||
tanhl
|
tanhl
|
||||||
tanl
|
tanl
|
||||||
@ -1329,11 +1332,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
truncl
|
truncl
|
||||||
ulimit
|
ulimit
|
||||||
uselocale
|
uselocale
|
||||||
vfwprintf
|
|
||||||
vfwscanf
|
vfwscanf
|
||||||
vswprintf
|
|
||||||
vswscanf
|
vswscanf
|
||||||
vwprintf
|
|
||||||
vwscanf
|
vwscanf
|
||||||
waitid
|
waitid
|
||||||
wcscasecmp
|
wcscasecmp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user