aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-02-05 22:35:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-02-05 22:35:55 +0000
commit1ae5dab8fbf1df0d11a7d3aa93e0100c629178bc (patch)
tree2d04a573ae3263e3bd640b9fb6900aa0fb4a6294 /CHANGES
parentc6355e6a43c25180aaa7c78a64e1123a4775d7c8 (diff)
Robert Weaver's VC experiences
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a8ebfc7b0..549a71a54 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,12 +7,17 @@
History of Changes
+Daniel (5 February 2001)
+- Robert Weaver told me about the problems the MS VC++ 6.0 compiler has with
+ the 'static' keyword on a number of libcurl functions. I might need to add a
+ patch that redefines static when libcurl is compiled with that compiler.
+
Daniel (4 February 2001)
- curl_getinfo() was extended with two new options:
CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD. They
return the full assumed content length of the transfer in the given
direction. The CURLINFO_CONTENT_LENGTH_DOWNLOAD will be the Content-Length:
- size of a HTTP download.
+ size of a HTTP download. Added descriptions to the man page as well.
Daniel (3 February 2001)
- Ingo Ralf Blum provided another fix that makes curl build under the more