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>2006-02-28 18:32:48 +0300
committerCorinna Vinschen <corinna@vinschen.de>2006-02-28 18:32:48 +0300
commit6fb7c8ae785aa8982c4e7e6621af2390d82b9839 (patch)
tree59e5da55474ef23e8cd0068d83dff7ff2b2a138c
parent5d93840135c1ee31844c727abbd47ed5e5cde196 (diff)
* cygwin.din: Export __isinff, __isinfd, __isnanf, __isnand.
* include/cygwin/version.h: Bump API minor number to 155.
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/cygwin.din4
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
3 files changed, 11 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 6722d781f..cd8c70247 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
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
namehash for paths below /proc.
* fhandler_netdrive.cc (fhandler_netdrive::readdir): Use expensive
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index 581f21f8f..659bf4da0 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -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
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 0385f3cf8..054ebb031 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -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