diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-07-24 02:16:48 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-07-24 02:16:48 +0000 |
commit | 932b58978029f1f6445076397b0fb275ceccb110 (patch) | |
tree | e4dbc3ad6b21f8be589f7e999b2eb8634beb70e8 /CHANGES | |
parent | 27c282a6eee813f61546d1675e69792bf6ca268d (diff) |
Changed the long logfile elision code in runtests.pl to properly handle
lines ending in \r.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Changelog +Daniel Fandrich (23 Jul 2008) +- Changed the long logfile elision code in runtests.pl to properly handle + lines ending in \r. + +- Changed references to TRUE and FALSE in the curl_easy_setopt man page to + 1 and zero, respectively, since TRUE and FALSE aren't part of the + libcurl API. + Daniel Stenberg (23 Jul 2008) - I went over the curl_easy_setopt man page and replaced most references to non-zero with the fixed value of 1. We should strive at making options |