aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-25 15:44:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-25 15:44:39 +0000
commit9b09193cfd62e2aef20b8cd584c4251f97faa5be (patch)
treee9b48714306b8bf0a1e2b74a7c9195bcf1a5b9a8
parentb2cff76722152f48d3774939ae5e3b6824797032 (diff)
today's work
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a7418ca80..6c96f633e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,16 @@
+Daniel (25 February 2004)
+- Based on a patch by Greg Hewgill I modified how long long is used in the
+ mprintf code, as we can use a 64bit type with MSVC that is a long long
+ equivalent. This corrects some weird large file behaviors on windows.
+
+- Tor Arntsen helped me work out --enable-debug to work better with different
+ versions of the gcc and icc compilers.
+
+- Added CURLOPT_SHARE to the curl_easy_setopt.3 man page.
+
Daniel (22 February 2004)
- Applied the final pieces of Gisle Vanem's patch that brings a working name
resolve timeout to the windows versions of curl!