From: Daniel Stenberg Date: Thu, 23 Mar 2000 10:43:14 +0000 (+0000) Subject: download.c, configure, VC fix and OS/2 fix X-Git-Tag: curl-7_1_1~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb1f1e5d0225639244dd40fb0a6d358b8720727;p=thirdparty%2Fcurl.git download.c, configure, VC fix and OS/2 fix --- diff --git a/CHANGES b/CHANGES index a207ddadb4..4dea5353ea 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,27 @@ History of Changes +Version XX + +Daniel (23 March 2000): +- Marco G. Salvagno corrected my badly applied patch he + actually already told me about! + +- H. Daphne Luong brought me a fix that now makes curl + ingore select() errors in the download if errno is EINTR, which turns out to + happen every now and then when using libcurl multi-threaded... + +Daniel (22 March 2000): +- Wham Bang supplied a couple of win32 fixes. HAVE_UNAME + was accidentally #defined in config-win32.h, which it shouldn't have been. + The HAVE_UNISTD_H is not defined when compiling with the Makefile.vc6 + makefile for MS VC++. + +Daniel (21 March 2000): +- I removed the AC_PROG_INSTALL macro from configure.in, since it appears that + one of the AM_* macros searches for a BSD compatible install already. Janne + Johansson made me aware of this. + Version 6.5.2 Daniel (21 March 2000): @@ -29,10 +50,10 @@ Daniel (19 March 2000): the INSTALL file. Very nice job! Daniel (17 March 2000): -- Wham Bang (is that Pascal Gaudette?) supplied a patch - for the lib/Makefile.vc6 file. We still need some fixes for the - config-win32.h since it appears that VC++ and mingw32 have different - opinions about (at least) unistd.h's existance. +- Wham Bang supplied a patch for the lib/Makefile.vc6 + file. We still need some fixes for the config-win32.h since it appears that + VC++ and mingw32 have different opinions about (at least) unistd.h's + existance. Daniel (15 March 2000): - I modified the -D/--dump-header workings so that it doesn't write anything