Re: CURL_DOES_CONVERSIONS reworked

2011-04-20 Thread Daniel Stenberg
On Wed, 20 Apr 2011, Gisle Vanem wrote: I can't say I need it, but I compile regularly with CURL_DOES_CONVERSIONS. So here are my patches that makes this possible. Attached. Sorry for the Win/DOS-paths. I'm not sure what the proper Git command(s) would be to create the correct diff. Thanks,

Re: CURL_DOES_CONVERSIONS reworked

2011-04-20 Thread Gisle Vanem
"Daniel Stenberg" wrote: So, is there anyone around who needs the conversion and can do some test builds and make sure things still work as they should? I can't say I need it, but I compile regularly with CURL_DOES_CONVERSIONS. So here are my patches that makes this possible. Attached. Sorry

CURL_DOES_CONVERSIONS reworked

2011-04-20 Thread Daniel Stenberg
Hi friends, I need some help and eyeballs on this. I'm currently rearranging the code we have for CURL_DOES_CONVERSIONS to greatly decrease the amount of #ifdefs and move over all conversion related code into its own (new) source file. I just pushed this 420+ lines change to git. While worki