Mohun Biswas pointed out that --libcurl generated a source code with an int

function but without a return statement. While fixing that, I also took care
about adding some better comments for the generated code.
This commit is contained in:
Daniel Stenberg
2008-01-01 21:11:26 +00:00
parent 31674559d3
commit 7795eb6db8
3 changed files with 12 additions and 3 deletions

View File

@@ -6,6 +6,11 @@
Changelog
Daniel S (1 Jan 2008)
- Mohun Biswas pointed out that --libcurl generated a source code with an int
function but without a return statement. While fixing that, I also took care
about adding some better comments for the generated code.
Daniel S (27 Dec 2007)
- Dmitry Kurochkin mentioned a flaw
(http://curl.haxx.se/mail/lib-2007-12/0252.html) in detect_proxy() which