mirror of
https://github.com/curl/curl.git
synced 2025-09-04 11:24:59 +03:00
download.c, configure, VC fix and OS/2 fix
This commit is contained in:
parent
9849c76d88
commit
0eb1f1e5d0
29
CHANGES
29
CHANGES
|
@ -6,6 +6,27 @@
|
||||||
|
|
||||||
History of Changes
|
History of Changes
|
||||||
|
|
||||||
|
Version XX
|
||||||
|
|
||||||
|
Daniel (23 March 2000):
|
||||||
|
- Marco G. Salvagno <mgs@whiz.cjb.net> corrected my badly applied patch he
|
||||||
|
actually already told me about!
|
||||||
|
|
||||||
|
- H. Daphne Luong <daphne@tellme.com> 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 <wham_bang@yahoo.com> 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
|
Version 6.5.2
|
||||||
|
|
||||||
Daniel (21 March 2000):
|
Daniel (21 March 2000):
|
||||||
|
@ -29,10 +50,10 @@ Daniel (19 March 2000):
|
||||||
the INSTALL file. Very nice job!
|
the INSTALL file. Very nice job!
|
||||||
|
|
||||||
Daniel (17 March 2000):
|
Daniel (17 March 2000):
|
||||||
- Wham Bang <wham_bang@yahoo.com> (is that Pascal Gaudette?) supplied a patch
|
- Wham Bang <wham_bang@yahoo.com> supplied a patch for the lib/Makefile.vc6
|
||||||
for the lib/Makefile.vc6 file. We still need some fixes for the
|
file. We still need some fixes for the config-win32.h since it appears that
|
||||||
config-win32.h since it appears that VC++ and mingw32 have different
|
VC++ and mingw32 have different opinions about (at least) unistd.h's
|
||||||
opinions about (at least) unistd.h's existance.
|
existance.
|
||||||
|
|
||||||
Daniel (15 March 2000):
|
Daniel (15 March 2000):
|
||||||
- I modified the -D/--dump-header workings so that it doesn't write anything
|
- I modified the -D/--dump-header workings so that it doesn't write anything
|
||||||
|
|
Loading…
Reference in New Issue
Block a user