* cygwin.din: Export exp10, exp10f, pow10, pow10f, strcasestr,

funopen, fopencookie.
	* include/cygwin/version.h: Bump API minor number.
	* posix.sgml: Minor improvements.
This commit is contained in:
Corinna Vinschen 2007-06-21 07:22:16 +00:00
parent be97722968
commit d3c73d4999
4 changed files with 45 additions and 13 deletions

View File

@ -1,3 +1,10 @@
2007-06-20 Eric Blake <ebb9@byu.net>
* cygwin.din: Export exp10, exp10f, pow10, pow10f, strcasestr,
funopen, fopencookie.
* include/cygwin/version.h: Bump API minor number.
* posix.sgml: Minor improvements.
2007-06-20 Corinna Vinschen <corinna@vinschen.de> 2007-06-20 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/if.h (IFF_POINTOPOINT): Fix typo. * include/cygwin/if.h (IFF_POINTOPOINT): Fix typo.

View File

@ -350,6 +350,8 @@ _exit SIGFE
_Exit SIGFE _Exit SIGFE
exp NOSIGFE exp NOSIGFE
_exp = exp NOSIGFE _exp = exp NOSIGFE
exp10 NOSIGFE
exp10f NOSIGFE
exp2 NOSIGFE exp2 NOSIGFE
exp2f NOSIGFE exp2f NOSIGFE
expf NOSIGFE expf NOSIGFE
@ -469,6 +471,7 @@ _fnmatch = fnmatch NOSIGFE
fopen SIGFE fopen SIGFE
_fopen = fopen SIGFE _fopen = fopen SIGFE
_fopen64 = fopen64 SIGFE _fopen64 = fopen64 SIGFE
fopencookie SIGFE
fork SIGFE fork SIGFE
_fork = fork SIGFE _fork = fork SIGFE
forkpty SIGFE forkpty SIGFE
@ -536,6 +539,7 @@ fts_set NOSIGFE
fts_set_clientptr NOSIGFE fts_set_clientptr NOSIGFE
ftw SIGFE ftw SIGFE
funlockfile SIGFE funlockfile SIGFE
funopen SIGFE
futimes SIGFE futimes SIGFE
fwrite SIGFE fwrite SIGFE
_fwrite = fwrite SIGFE _fwrite = fwrite SIGFE
@ -1012,6 +1016,8 @@ posix_regexec SIGFE
posix_regfree SIGFE posix_regfree SIGFE
pow NOSIGFE pow NOSIGFE
_pow = pow NOSIGFE _pow = pow NOSIGFE
pow10 NOSIGFE
pow10f NOSIGFE
powf NOSIGFE powf NOSIGFE
_powf = powf NOSIGFE _powf = powf NOSIGFE
pread SIGFE pread SIGFE
@ -1417,6 +1423,7 @@ _statfs = statfs SIGFE
statvfs SIGFE statvfs SIGFE
strcasecmp NOSIGFE strcasecmp NOSIGFE
_strcasecmp = strcasecmp NOSIGFE _strcasecmp = strcasecmp NOSIGFE
strcasestr NOSIGFE
strcat NOSIGFE strcat NOSIGFE
_strcat = strcat NOSIGFE _strcat = strcat NOSIGFE
strchr NOSIGFE strchr NOSIGFE

View File

@ -310,12 +310,14 @@ details. */
168: Export asnprintf, dprintf, _Exit, vasnprintf, vdprintf. 168: Export asnprintf, dprintf, _Exit, vasnprintf, vdprintf.
169: Export confstr. 169: Export confstr.
170: Export insque, remque. 170: Export insque, remque.
171: Export exp10, exp10f, pow10, pow10f, strcasestr, funopen,
fopencookie.
*/ */
/* 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 170 #define CYGWIN_VERSION_API_MINOR 171
/* 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

@ -171,6 +171,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
fopen fopen
fork fork
fpathconf fpathconf
fpclassify (see chapter "Implementation Notes")
fprintf fprintf
fputc fputc
fputs fputs
@ -296,21 +297,21 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
isblank isblank
iscntrl iscntrl
isdigit isdigit
isfinite isfinite (see chapter "Implementation Notes")
isgraph isgraph
isgreater isgreater (see chapter "Implementation Notes")
isgreaterequal isgreaterequal (see chapter "Implementation Notes")
isinf isinf (see chapter "Implementation Notes")
isless isless
islessequal islessequal (see chapter "Implementation Notes")
islessgreater islessgreater (see chapter "Implementation Notes")
islower islower
isnan isnan (see chapter "Implementation Notes")
isnormal isnormal (see chapter "Implementation Notes")
isprint isprint
ispunct ispunct
isspace isspace
isunordered isunordered (see chapter "Implementation Notes")
isupper isupper
iswalnum iswalnum
iswalpha iswalpha
@ -597,6 +598,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
send send
sendmsg sendmsg
sendto sendto
setbuf
setegid setegid
setenv setenv
seteuid seteuid
@ -641,7 +643,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
sigismember sigismember
siglongjmp siglongjmp
signal signal
signbit signbit (see chapter "Implementation Notes")
signgam signgam
sigpause sigpause
sigpending sigpending
@ -764,6 +766,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
utime utime
utimes utimes
va_arg va_arg
va_copy
va_end va_end
va_start va_start
vfork (see chapter "Implementation Notes") vfork (see chapter "Implementation Notes")
@ -842,6 +845,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
fts_read fts_read
fts_set fts_set
fts_set_clientptr fts_set_clientptr
funopen
gamma gamma
gamma_r gamma_r
gammaf gammaf
@ -895,6 +899,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
settimeofday settimeofday
setusershell setusershell
statfs statfs
strcasestr
strlcat strlcat
strlcpy strlcpy
strsep strsep
@ -943,13 +948,18 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
envz_merge envz_merge
envz_remove envz_remove
envz_strip envz_strip
exp10
exp10f
fcloseall fcloseall
fcloseall_r fcloseall_r
fopencookie
getline getline
getopt_long getopt_long
getopt_long_only getopt_long_only
memmem memmem
mempcpy mempcpy
pow10
pow10f
strndup strndup
strnlen strnlen
tdestroy tdestroy
@ -1004,7 +1014,6 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
pthread_suspend (XPG2) pthread_suspend (XPG2)
pututline (XPG2) pututline (XPG2)
putw (SVID) putw (SVID)
setbuf (C89, C99)
setutent (XPG2) setutent (XPG2)
sys_errlist (BSD) sys_errlist (BSD)
sys_nerr (BSD) sys_nerr (BSD)
@ -1223,7 +1232,6 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
timer_getoverrun timer_getoverrun
truncl truncl
ulimit ulimit
va_copy
vfwprintf vfwprintf
vfwscanf vfwscanf
vswprintf vswprintf
@ -1262,6 +1270,14 @@ Windows however.</para>
and <function>clock_setres</function> only support CLOCK_REALTIME for and <function>clock_setres</function> only support CLOCK_REALTIME for
now.</para> now.</para>
<para><function>fpclassify</function>, <function>isfinite</function>,
<function>isgreater</function>, <function>isgreaterequal</function>,
<function>isinf</function>, <function>isless</function>,
<function>islessequal</function>, <function>islessgreater</function>,
<function>isnan</function>, <function>isnormal</function>,
<function>isunordered</function>, and <function>signbit</function>
only support float and double arguments, not long double arguments.</para>
<para><function>getitimer</function> and <function>setitimer</function> <para><function>getitimer</function> and <function>setitimer</function>
only support ITIMER_REAL for now.</para> only support ITIMER_REAL for now.</para>