Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-07-26 Thread The Rasterman
://sourceforge.net enlightenment-**de...@lists.sourceforge.net enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch][Evil] evil_string has strcasestr Dear All, Hi~ Here is the patch added on the elementary. :-] Sincerely, Shinwoo Kim

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-07-08 Thread cnook
-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch][Evil] evil_string has strcasestr Dear All, Hi~ Here is the patch added on the elementary. :-] Sincerely, Shinwoo Kim. 2011/6/22 Hyoyoung Chang hyoyoung.ch...@samsung.com As I know strcasestr

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-07-05 Thread The Rasterman
To: Hyoyoung Chang Cc: Daniel Juyung Seo; enlightenment-devel@lists.**so**urceforge.nethttp://sourceforge.net enlightenment-**de...@lists.sourceforge.netenlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch][Evil] evil_string has strcasestr Dear All, Hi~ Here

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-30 Thread cnook
...@lists.sourceforge.netenlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch][Evil] evil_string has strcasestr Dear Mr. Daniel, Thanks your response :-] Initially, I had added this to the elm_entry in downstream(?), but a reviewer does not prefer it in the elm_entry. Then how about add this somewhere

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-29 Thread cnook
Cc: Daniel Juyung Seo; enlightenment-devel@lists.**sourceforge.netenlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch][Evil] evil_string has strcasestr Dear All, Hi~ Here is the patch added on the elementary. :-] Sincerely, Shinwoo Kim. 2011/6/22 Hyoyoung Chang

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-29 Thread Vincent Torri
: Re: [E-devel] [Patch][Evil] evil_string has strcasestr Dear All, Hi~ Here is the patch added on the elementary. :-] Sincerely, Shinwoo Kim. 2011/6/22 Hyoyoung Chang hyoyoung.ch...@samsung.com As I know strcasestr is not standard function. It's a glibc extension. CONFORMING TO The strstr

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-28 Thread cnook
@lists.sourceforge.net Subject: Re: [E-devel] [Patch][Evil] evil_string has strcasestr Dear Mr. Daniel, Thanks your response :-] Initially, I had added this to the elm_entry in downstream(?), but a reviewer does not prefer it in the elm_entry. Then how about add this somewhere in Elementary? um

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-28 Thread Hyoyoung Chang
/util.h From: cnook [mailto:kimci...@gmail.com] Sent: Tuesday, June 28, 2011 3:58 PM To: Hyoyoung Chang Cc: Daniel Juyung Seo; enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch][Evil] evil_string has strcasestr Dear All, Hi~ Here is the patch added on the elementary

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-28 Thread cnook
*haystack, const char *needle); #endif In E16/e/src/util.h From: cnook [mailto:kimci...@gmail.com] Sent: Tuesday, June 28, 2011 3:58 PM To: Hyoyoung Chang Cc: Daniel Juyung Seo; enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch][Evil] evil_string has strcasestr

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-28 Thread Vincent Torri
); #endif In E16/e/src/util.h From: cnook [mailto:kimci...@gmail.com] Sent: Tuesday, June 28, 2011 3:58 PM To: Hyoyoung Chang Cc: Daniel Juyung Seo; enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch][Evil] evil_string has strcasestr Dear All, Hi~ Here is the patch added

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-22 Thread cnook
Thanks for your response. There is a possibility in newly made elementary widget. So far, no one have used strcasestr in upstream. Sincerely, Shinwoo Kim. 2011/6/22 Vincent Torri vto...@univ-evry.fr Hey There is no strcasestr() on MinGW Env. So this patch comes.. Please review the

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-22 Thread Vincent Torri
On Wed, 22 Jun 2011, cnook wrote: Thanks for your response. There is a possibility in newly made elementary widget. So far, no one have used strcasestr in upstream. i won't add functions if they are not needed. Evil is minimalist and must remain like that. If strcasestr is needed, it will

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-22 Thread Daniel Juyung Seo
Well.. Dear Shinwoo Kim, According to vtorri's comment, you can merge this patch and another patch that uses this feature. Thanks. Daniel Juyung Seo (SeoZ) On Wed, Jun 22, 2011 at 4:53 PM, Vincent Torri vto...@univ-evry.fr wrote: On Wed, 22 Jun 2011, cnook wrote: Thanks for your response.

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-22 Thread cnook
Dear Mr. Daniel, Thanks your response :-] Initially, I had added this to the elm_entry in downstream(?), but a reviewer does not prefer it in the elm_entry. Then how about add this somewhere in Elementary? um... btw... why I added this to Evil module is.. there is no strcasestr on MinGW Env.

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-22 Thread Hyoyoung Chang
- From: cnook [mailto:kimci...@gmail.com] Sent: Wednesday, June 22, 2011 5:56 PM To: Daniel Juyung Seo Cc: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch][Evil] evil_string has strcasestr Dear Mr. Daniel, Thanks your response :-] Initially, I had added

[E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-21 Thread cnook
Hi All, There is no strcasestr() on MinGW Env. So this patch comes.. Please review the attached one. Sincerely, Shinwoo Kim. Index: src/lib/evil_string.c === --- src/lib/evil_string.c (revision 60564) +++ src/lib/evil_string.c

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-21 Thread Vincent Torri
Hey There is no strcasestr() on MinGW Env. So this patch comes.. Please review the attached one. where is strcasestr used ? Vincent -- Simplify data backup and recovery for your virtual environment with vRanger.