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

2011-07-26 Thread The Rasterman
dea 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 > > > >>>>

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

2011-07-08 Thread cnook
s not exist. > > >>>> If strcasestr alternative - Estrcasestr - is on the E16, Should I > > >>>> install > > >>>> the E16 also or not? > > >>>> > > >>>> Sincerely, > > >>>> Shinwoo Kim. > >

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

2011-07-05 Thread The Rasterman
6 also or not? > >>>> > >>>> Sincerely, > >>>> Shinwoo Kim. > >>>> > >>>> > >>>> 2011/6/29 Hyoyoung Chang > >>>> > >>>> I think it's a nice patch if glibc's strcasestr can

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

2011-06-30 Thread cnook
gt;>> 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(haysta

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

2011-06-29 Thread Vincent Torri
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 Dear All, Hi~ H

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

2011-06-29 Thread cnook
; #else >>> const char *Estrcasestr(const char *haystack, const char >>> *needle); >>> #endif >>> >>> In E16/e/src/util.h >>> >>> >>> >>> From: cnook [mailto:kimci...@gmail.com] >>>>

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

2011-06-28 Thread Vincent Torri
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 on the elementary. :-]

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

2011-06-28 Thread cnook
r(const char *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.sourcef

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

2011-06-28 Thread Hyoyoung Chang
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, > >

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

2011-06-27 Thread cnook
: 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 add

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

2011-06-22 Thread Hyoyoung Chang
ginal Message- > 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 yo

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. only.

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 wrote: > > > On Wed, 22 Jun 2011, cnook wrote: > >> Thanks for your response. >> There is a

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 wil

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 > > Hey > > > There is no strcasestr() on MinGW Env. >> So this patch comes.. Please review the attached one. >> >

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. In