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

@@ -40,6 +40,7 @@ This release includes the following bugfixes:
o Windows curl builds failed file truncation when retry downloading
o SSL session ID cache memory leak
o bad connection re-use check with environment variable-activated proxy use
o --libcurl now generates a return statement as well
This release includes the following known bugs:
@@ -61,6 +62,6 @@ advice from friends like these:
Robin Johnson, Michal Marek, Ates Goral, Andres Garcia, Rob Crittenden,
Emil Romanus, Alessandro Vesely, Ray Pekowski, Spacen Jasset, Andrew Moise,
Gilles Blanc, David Wright, Vikram Saxena, Mateusz Loskot, Gary Maxwell,
Dmitry Kurochkin
Dmitry Kurochkin, Mohun Biswas
Thanks! (and sorry if I forgot to mention someone)