* cygwin.din: Export __isinff, __isinfd, __isnanf, __isnand.
* include/cygwin/version.h: Bump API minor number to 155.
This commit is contained in:
parent
5d93840135
commit
6fb7c8ae78
|
@ -1,3 +1,8 @@
|
|||
2006-02-28 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* cygwin.din: Export __isinff, __isinfd, __isnanf, __isnand.
|
||||
* include/cygwin/version.h: Bump API minor number to 155.
|
||||
|
||||
2006-02-28 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* dir.cc (readdir_worker): Use slash as path separator when evaluating
|
||||
|
|
|
@ -37,6 +37,10 @@ __fpclassifyd NOSIGFE
|
|||
__fpclassifyf NOSIGFE
|
||||
__getreent NOSIGFE
|
||||
__infinity NOSIGFE
|
||||
__isinff NOSIGFE
|
||||
__isinfd NOSIGFE
|
||||
__isnanf NOSIGFE
|
||||
__isnand NOSIGFE
|
||||
__main NOSIGFE
|
||||
__signbitd NOSIGFE
|
||||
__signbitf NOSIGFE
|
||||
|
|
|
@ -287,12 +287,13 @@ details. */
|
|||
152: Revert to having d_ino in dirent unconditionally.
|
||||
153: Export updwtmpx, Implement CW_SETUP_WINENV.
|
||||
154: Export sigset, sigignore.
|
||||
155: Export __isinff, __isinfd, __isnanf, __isnand.
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 154
|
||||
#define CYGWIN_VERSION_API_MINOR 155
|
||||
|
||||
/* There is also a compatibity version number associated with the
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
|
Loading…
Reference in New Issue