diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-22 14:35:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-22 14:35:06 +0000 |
commit | e4c565303580f14b977f8a25ffe5c3faa4212504 (patch) | |
tree | 9046cc43496836cdf826a3d66c9017d424d011c9 /CHANGES | |
parent | ad7e26b1401238d50b8bc7e98b6cf7660f03d4e6 (diff) |
zlib fix for the help text, stroll usage on mingw/djgpp
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ Changelog Daniel(22 January 2004) +- Gisle Vanem made strtoll() get used when curl is built with the mingw + compiler. + +- Gisle Vanem fixed the compressed help text code to display properly. + - Removed the '#define HttpPost' from the public header file, as curl_httppost is the proper name and it has been for quite some time now. Fixes another name space pollution. |