On Mon, Mar 1, 2010 at 6:05 AM, Vincent Torri <vto...@univ-evry.fr> wrote:
>
>
> On Mon, 1 Mar 2010, Vincent Torri wrote:
>
>>
>>
>> On Sun, 28 Feb 2010, Vincent Torri wrote:
>>
>>>
>>>
>>> On Sun, 28 Feb 2010, Gustavo Sverzut Barbieri wrote:
>>>
>>>> On Sun, Feb 28, 2010 at 7:10 PM, Vincent Torri <vto...@univ-evry.fr>
>>>> wrote:
>>>>>
>>>>> On Sun, 28 Feb 2010, Rui Miguel Silva Seabra wrote:
>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> The attached patch would seem to add http basic auth to ecore_con_url
>>>>>>
>>>>>> I'm still testing it, but I'd like to know the opinion of others on
>>>>>> its
>>>>>> addition. I'm still a bit too shy to commit real code in core EFL
>>>>>> libraries :)
>>>>>
>>>>>  * don't use asprintf : not portable
>>>>
>>>> as I said in the other mail, I'm pretty sure it is available in other
>>>> platforms since I've used it in lots of code I added to SVN.
>>>>
>>>> If not available in windows, it's better to just implement it in evil,
>>>> but should be easy to do in 2 pass printf implementation.
>>
>> and, btw, no, it can't be achieve this way : vsnprintf does not return the
>> number of char if the buffer is not sufficiently arge (contrary to the libc
>> implentation on linux). It returns -1 in that case
>
> after searching a bit, _vscprintf can be used. I can write an asprintf for
> windows, if it is really needed.

go for it. and if possible, override snprintf with something more "standard" :-)


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to