Watcom additions.

This commit is contained in:
Gisle Vanem 2005-01-08 16:15:06 +00:00
parent 945423e83a
commit 4eb1d3eb1b
1 changed files with 7 additions and 4 deletions

11
CHANGES
View File

@ -7,6 +7,9 @@
Changelog Changelog
Gisle (8 January 2005)
- Added Makefile.Watcom files (src/lib). Updated Makefile.dist.
Daniel (7 January 2005) Daniel (7 January 2005)
- Improved the test script's valgrind log parser to actually work! Also added - Improved the test script's valgrind log parser to actually work! Also added
the ability to disable the log scanner for specific test cases. Test case the ability to disable the log scanner for specific test cases. Test case
@ -83,7 +86,7 @@ Daniel (18 December 2004)
- Samuel Listopad added support for PKCS12 formatted certificates. - Samuel Listopad added support for PKCS12 formatted certificates.
- Samuel Listopad fixed -E to support "C:/path" (with forward slash) as well. - Samuel Listopad fixed -E to support "C:/path" (with forward slash) as well.
Daniel (16 December 2004) Daniel (16 December 2004)
- Gisle found and fixed a problem in the directory re-use for FTP. - Gisle found and fixed a problem in the directory re-use for FTP.
@ -148,7 +151,7 @@ Daniel (9 December 2004)
- Bryan Henderson pointed out in bug report #1081788 that the curl-config - Bryan Henderson pointed out in bug report #1081788 that the curl-config
--vernum output wasn't zero prefixed properly (as claimed in documentation). --vernum output wasn't zero prefixed properly (as claimed in documentation).
This is fixed in maketgz now. This is fixed in maketgz now.
Daniel (8 December 2004) Daniel (8 December 2004)
- Matt Veenstra updated the mach-O framework files for Mac OS X. - Matt Veenstra updated the mach-O framework files for Mac OS X.
@ -256,7 +259,7 @@ Daniel (15 November 2004)
- Wojciech Zwiefka found out that CURLINFO_REDIRECT_TIME didn't work as - Wojciech Zwiefka found out that CURLINFO_REDIRECT_TIME didn't work as
documented. documented.
Daniel (12 November 2004) Daniel (12 November 2004)
- Gisle Vanem modigied the MSVC and Netware makefiles to build without - Gisle Vanem modigied the MSVC and Netware makefiles to build without
libcurl.def libcurl.def
@ -356,7 +359,7 @@ Daniel (27 October 2004)
instead of storing it on the stack. The allocation/free is done for every instead of storing it on the stack. The allocation/free is done for every
incoming packet, which is suboptimal, but should be dwarfed by the actual incoming packet, which is suboptimal, but should be dwarfed by the actual
decompression computation. decompression computation.
I've also factored out some common code between deflate and gzip to reduce I've also factored out some common code between deflate and gzip to reduce
the code footprint somewhat. I've tested the gzip code on a few test files the code footprint somewhat. I've tested the gzip code on a few test files
and I tried deflate using the freshmeat.net server, and it all looks OK. I and I tried deflate using the freshmeat.net server, and it all looks OK. I