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:
authorChristopher Faylor <me@cgf.cx>2002-12-06 22:48:03 +0300
committerChristopher Faylor <me@cgf.cx>2002-12-06 22:48:03 +0300
commit11b087d57163ee9ae0ceadc71f8eea5f68739345 (patch)
treebb78e1144548f21ae698e1631d4476c56f521535
parentc049dd5a782f36ca5f6eeb39e110d5774631aa1c (diff)
* cygwin.din: Reflect name change from strtodf to strtof. Export strtof.
* include/cygwin/version.h: Bump API minor number.
-rw-r--r--winsup/cygwin/ChangeLog6
-rw-r--r--winsup/cygwin/cygwin.din5
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
3 files changed, 11 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b09b90d44..c1b07e926 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2002-12-06 Christopher Faylor <cgf@redhat.com>
+
+ * cygwin.din: Reflect name change from strtodf to strtof. Export
+ strtof.
+ * include/cygwin/version.h: Bump API minor number.
+
2002-12-04 Steve Osborn <bub@io.com>
* fhandler.h (fhandler_termios::line_edit): Change return from an int
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index 4a2a94936..5142f1ea3 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -844,8 +844,9 @@ strstr
_strstr = strstr
strtod
_strtod = strtod
-strtodf
-_strtodf = strtodf
+strtof
+strtodf = strtof
+_strtodf = strtof
strtok
_strtok = strtok
strtok_r
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 26a03b539..9543259a8 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -166,12 +166,13 @@ details. */
66: Export nl_langinfo
67: Export pthread_getsequence_np
68: Export netdb stuff
+ 69: Export strtof
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 68
+#define CYGWIN_VERSION_API_MINOR 69
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible