OSDN Git Service

* cygwin.din: Reflect name change from strtodf to strtof. Export strtof.
authorcgf <cgf>
Fri, 6 Dec 2002 19:48:02 +0000 (19:48 +0000)
committercgf <cgf>
Fri, 6 Dec 2002 19:48:02 +0000 (19:48 +0000)
* include/cygwin/version.h: Bump API minor number.

winsup/cygwin/ChangeLog
winsup/cygwin/cygwin.din
winsup/cygwin/include/cygwin/version.h

index b09b90d..c1b07e9 100644 (file)
@@ -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
index 4a2a949..5142f1e 100644 (file)
@@ -844,8 +844,9 @@ strstr
 _strstr = strstr
 strtod
 _strtod = strtod
-strtodf
-_strtodf = strtodf
+strtof
+strtodf = strtof
+_strtodf = strtof
 strtok
 _strtok = strtok
 strtok_r
index 26a03b5..9543259 100644 (file)
@@ -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