]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - ChangeLog
* download.cc (get_file_size): Check for INVALID_HANDLE_VALUE instead
[cygwin-apps/setup.git] / ChangeLog
index 8bf6bb584e452d9a9a5b83ae1581d680c9850aef..63569aedef4c561430769901bec94fb37bbc851a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Wed Feb 21 13:05:00 2000  Corinna Vinschen <vinschen@redhat.com>
+
+       * download.cc (get_file_size): Check for INVALID_HANDLE_VALUE instead
+       for NULL.
+
+Wed Feb 21 11:21:00 2000  Corinna Vinschen <vinschen@redhat.com>
+
+       * download.cc (download_one): Add missing parenthesis.
+
+Mon Feb 19 18:59:00 2000  Corinna Vinschen <vinschen@redhat.com>
+
+       * download.cc (get_file_size): New function. Eliminates the need
+       to call `stat'.
+       (download_one): Call `get_file_size' instead of `stat'. This
+       workarounds a problem with mingw's `stat' call.
+
 2001-02-07  Earnie Boyd  <earnie@users.sourceforge.net>
 
        * Makefile.in: (%.o: %.rc): Specify --include-dir $(w32api_include).
This page took 0.025514 seconds and 5 git commands to generate.