]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/cygwin/version.h: Reorganize last two api versions so that btowc and
authorChristopher Faylor <me@cgf.cx>
Mon, 17 Mar 2003 19:16:15 +0000 (19:16 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 17 Mar 2003 19:16:15 +0000 (19:16 +0000)
trunc exports show up before previous bump since there has been no exported
version of the DLL with the 64 bit changes yet but 1.3.22 will have the btowc
and trunc.

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

index 8f6e3c4b4bf4f6ba7b757de9983b25db23620ea4..7b207909cea33e26de7e41597459ede3f5919589 100644 (file)
@@ -1,3 +1,10 @@
+2003-03-17  Christopher Faylor  <cgf@redhat.com>
+
+       * include/cygwin/version.h: Reorganize last two api versions so that
+       btowc and trunc exports show up before previous bump since there has
+       been no exported version of the DLL with the 64 bit changes yet but
+       1.3.22 will have the btowc and trunc.
+
 2003-03-17  Christopher Faylor  <cgf@redhat.com>
 
        * cygwin.din: Export btowc, trunc.
index 07622b32789ac9cf8d5e444cb591f4662f12f989..d667d82076ff0dab040e52b2a1b71b9da6dd799f 100644 (file)
@@ -186,12 +186,12 @@ details. */
                  truncf
        76: mallinfo
        77: thread-safe exit/at_exit
-       78: Export acl32 aclcheck32 aclfrommode32 aclfrompbits32 aclfromtext32
+       78: Use stat and fstat rather than _stat, and _fstat.
+           Export btowc and trunc.
+       79: Export acl32 aclcheck32 aclfrommode32 aclfrompbits32 aclfromtext32
                  aclsort32 acltomode32 acltopbits32 acltotext32 facl32
                  fgetpos64 fopen64 freopen64 fseeko64 fsetpos64 ftello64
                  _open64 _lseek64 _fstat64 _stat64 mknod32
-       79: Use stat and fstat rather than _stat, and _fstat.
-           Export btowc and trunc
      */
 
      /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
This page took 0.036249 seconds and 5 git commands to generate.