🠰 5.8 all changes 5.9.1 🠲
Changes in 5.9 - May 22 1999
Changes:
- Added -S / --show-error to force curl to display the error message in case of an error, even if -s/--silent was used.
Bugfixes:
- Problems with -L under FreeBSD 3.0. I made the allocation of the new url string a bit faster and different
- Made the cookie parser deal with CRLF newlines too.
- Download() didn't properly deal with failing return codes from the sread() function
- --dump-header didn't work anymore!
- I moved the code concerning HTTP, DICT and TELNET it their own source files
- Made it compile on cygwin too.
- Made curl compile smoothly on MSVC++ 6 again!
- Changed the #ifdef HAVE_STRFTIME placement for the -z code so that it will be easier to discover systems that don't have that function and thus can't use -z successfully. Made the strftime() get used if WIN32 is defined too.