RE: remove ifdefs

2013-02-15 Thread Daniel Stenberg
On Fri, 15 Feb 2013, Guenter wrote: seems that commit a6dca9d28c5f12b3f1933b43bb30f1235dee03d4 broke the AIX builds: Ack, thanks for the note. I did a follow-up fix now. -- / daniel.haxx.se --- List admin:

Re: [Patch] lib/config-dos.h

2013-02-15 Thread Gisle Vanem
Yang Tse yangs...@gmail.com wrote: Pushed your changes, although #2 done differently. I saw that. Okay by me. If you are trying to figure out for some specific system what should be defined, use the following heuristic. Don't define HAVE_MALLOC_H nor NEED_MALLOC_H and see if everything

Re: Re: Bug in the multi interface? (curl_multi_wait returns 0)

2013-02-15 Thread Clemens Gruber
Hello Daniel, I created an example, which reproduces the problem: https://gist.github.com/clemensg/4960504 With libcurl 7.28.1, it works as expected, but with 7.29.0, curl_multi_wait sets numfds to 0 and the URLs don't get fetched. I hope, someone will find the bug (either in my code or in the

curl.h and CURL_EXTERN

2013-02-15 Thread Yang Tse
Hi friends, Please read fully before replying. curl.h at line 80 and surrounding has a preprocessor block which takes care of defining CURL_EXTERN symbol depending on wether other symbols are defined or not. Attached file old_logic.txt shows existing preprocessor block and associated truth

RE: curl.h and CURL_EXTERN

2013-02-15 Thread Patrick Monnerat
Yang Tse wrote: curl.h at line 80 and surrounding has a preprocessor block which takes care of defining CURL_EXTERN symbol depending on wether other symbols are defined or not. I do not really understand the problem, since I do not deal with platforms needing a non-null value for that symbol.

Re: [PATCH] Updating the MacOSX-Framework script

2013-02-15 Thread Nick Zitzmann
On Feb 6, 2013, at 10:57 AM, Nick Zitzmann n...@chronosnet.com wrote: I noticed the MacOSX-Framework script hasn't been touched for a while now, and it only really worked in Xcode 3.x and earlier. In case anyone still wants to use the script, I updated it so it'll work in the latest version

RE: Patches for better PolarSSL 1.1.x and 1.2.x support

2013-02-15 Thread Daniel Stenberg
On Wed, 13 Feb 2013, paul_c...@brainspark.nl wrote: Attached are the renewed patches rebased to the current master. lib/checksrc.pl warnings have been fixed in the 0005 patch commit messages have been restyled as requested. Let me know if anything is missing. Thanks, I've merged and pushed