what he means is:
* using AC_CHECK_FUNCS([strcasestr]) in configure.ac defined
HAVE_STRCASESTR in config.h
* in the code, you use the macro HAVE_STRCASESTR to use the glibc version
of strcase, or to use your own version
Vincent
On Wed, 29 Jun 2011, cnook wrote:
Hi
Thanks for your respo
Hi
Thanks for your response.
I have no enough idea when it comes to E16.
Actually this patch comes because of the Evil Windows environments -
strcasestr does not exist.
If strcasestr alternative - Estrcasestr - is on the E16, Should I install
the E16 also or not?
Sincerely,
Shinwoo Kim.
2011/6/
I think it's a nice patch if glibc's strcasestr can be used
How about to add statements like below?
#ifdef HAVE_STRCASESTR
#define Estrcasestr(haystack, needle) strcasestr(haystack, needle)
#else
const char *Estrcasestr(const char *haystack, const char *needle);
#endif
In E16/e/src/util.
On Tue, 28 Jun 2011 19:32:38 -0700
"Enlightenment SVN" wrote:
> Log:
> It doesn't look like this matters, so let's fix the build.
>
> And if it does matter, I hope it breaks something from cedric. One femur,
> for example. Or both.
>
> Author: sachiel
> Date: 2011-06-28 19:32
Hello efl developers,
Trying to use ecore_con_url I wrote a simple test (file in attached)
but ecore_con_url_get is failing.
Digging into the code I figured out that the function curl_multi_fdset
(in the ecore_con_url.c:1769) sets fd_max to -1 then ecore_con_url
cannot set up a fd_handler.
I also
On Tue, Jun 28, 2011 at 12:06 PM, Mike Blumenkrantz wrote:
> On Tue, 28 Jun 2011 08:05:09 -0700
> "Enlightenment SVN" wrote:
>
>> Log:
>> ecore/fd_handler - Fix prepare_callback_set and improve its doc.
>>
>> Now they can be set even if the list is empty (sorry discomfitor,
>> removing your o
On Tue, Jun 28, 2011 at 12:05 PM, Enlightenment SVN
wrote:
> Log:
> ecore/fd_handler - Fix prepare_callback_set and improve its doc.
>
> Now they can be set even if the list is empty (sorry discomfitor,
> removing your optimization and making it O(n) again, back from O(0)).
>
> Also notice that
On Tue, 28 Jun 2011 08:05:09 -0700
"Enlightenment SVN" wrote:
> Log:
> ecore/fd_handler - Fix prepare_callback_set and improve its doc.
>
> Now they can be set even if the list is empty (sorry discomfitor,
> removing your optimization and making it O(n) again, back from O(0)).
>
> Als
I tried to launch the rotation and zoom effects at the same time.
It works fine.
If you have any sample, please share me. I will check it again.
And documentation is great. It deliveres the usage correctly.
Thanks.
-Original Message-
From: "ChunEon Park"
To: "Ra
On Tue, 28 Jun 2011 14:38:05 +0200 (CEST) Vincent Torri
said:
throttle sleep always runs after all idle enterers are done. its also a single
point so one "subsystem" can throttle up while one throttles down, thus both
adjusting the sleep time up and down to the "right level" in the end.
> what's
what's he differences between idle_enterer and throttle ?
Vincent
On Tue, 28 Jun 2011, Enlightenment SVN wrote:
> Log:
> add ecore_throttle
>
>
>
> Author: raster
> Date: 2011-06-28 05:34:52 -0700 (Tue, 28 Jun 2011)
> New Revision: 60756
> Trac: http://trac.enlightenment.
Hey Carsten, guys,
thanks for the reminder. I'll have an enlightenment hacking day
tomorrow and update my tasks tomorrow night, when I'm done.
BR,
Leif
2011/6/28 Carsten Haitzler :
> i updated the release wiki page to:
>
> http://trac.enlightenment.org/e/wiki/Release
>
> 1. be more readable so
12 matches
Mail list logo