Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2011-12-21 Thread Cedric BAIL
Damn forgotten svn add !!! Fixed in r66419. Thanks On Wed, Dec 21, 2011 at 3:39 AM, Daniel Juyung Seo wrote: > Spank, spank spank!!! eddrrriiiccc > Where's eio_map.c? > I temporarily removed eio_map.c from build. > Please add it. > > Daniel Juyung Seo (SeoZ) > > O

Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2011-12-20 Thread Daniel Juyung Seo
Spank, spank spank!!! eddrrriiiccc Where's eio_map.c? I temporarily removed eio_map.c from build. Please add it. Daniel Juyung Seo (SeoZ) On Wed, Dec 21, 2011 at 2:35 AM, Enlightenment SVN wrote: > Log: > eio: add API for eina_file_open and like. > >  tweet: now E

Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2011-08-16 Thread Gustavo Barbieri
I don't know eio semantics, but it should incref the stringshared handle and this code will leak reference. There is a bug for sure, either in this code or in eio API. Sent from my iPhone On 16/08/2011, at 18:14, "Enlightenment SVN" wrote: > Log: > eio: obvious typo ! > > > Author: cedri

Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2010-10-28 Thread Vincent Torri
On Thu, 28 Oct 2010, Enlightenment SVN wrote: > Log: > * eio: add small helper. > > Author: cedric > Date: 2010-10-28 07:50:24 -0700 (Thu, 28 Oct 2010) > New Revision: 53962 > > Modified: > trunk/eio/src/lib/Eio.h trunk/eio/src/lib/eio_single.c > > Modified: trunk/eio/src/li

Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2010-10-21 Thread Gustavo Sverzut Barbieri
On Thu, Oct 21, 2010 at 1:02 PM, Cedric BAIL wrote: > On Thu, Oct 21, 2010 at 4:45 PM, Gustavo Sverzut Barbieri > wrote: >> On Thu, Oct 21, 2010 at 11:44 AM, Cedric BAIL wrote: >>> On Thu, Oct 21, 2010 at 1:03 PM, Gustavo Sverzut Barbieri >>> wrote: On Thu, Oct 21, 2010 at 4:10 AM, Cedric

Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2010-10-21 Thread Cedric BAIL
On Thu, Oct 21, 2010 at 4:45 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Oct 21, 2010 at 11:44 AM, Cedric BAIL wrote: >> On Thu, Oct 21, 2010 at 1:03 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Thu, Oct 21, 2010 at 4:10 AM, Cedric BAIL wrote: On Wed, Oct 20, 2010 at 7:20 PM, Gustavo Sv

Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2010-10-21 Thread Gustavo Sverzut Barbieri
On Thu, Oct 21, 2010 at 11:44 AM, Cedric BAIL wrote: > On Thu, Oct 21, 2010 at 1:03 PM, Gustavo Sverzut Barbieri > wrote: >> On Thu, Oct 21, 2010 at 4:10 AM, Cedric BAIL wrote: >>> On Wed, Oct 20, 2010 at 7:20 PM, Gustavo Sverzut Barbieri >>> wrote: On Wed, Oct 20, 2010 at 2:42 PM, Enlight

Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2010-10-21 Thread Cedric BAIL
On Thu, Oct 21, 2010 at 1:03 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Oct 21, 2010 at 4:10 AM, Cedric BAIL wrote: >> On Wed, Oct 20, 2010 at 7:20 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Wed, Oct 20, 2010 at 2:42 PM, Enlightenment SVN >>> wrote: Log:        * eio: add eio_fi

Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2010-10-21 Thread Gustavo Sverzut Barbieri
On Thu, Oct 21, 2010 at 4:10 AM, Cedric BAIL wrote: > On Wed, Oct 20, 2010 at 7:20 PM, Gustavo Sverzut Barbieri > wrote: >> On Wed, Oct 20, 2010 at 2:42 PM, Enlightenment SVN >> wrote: >>> Log: >>>        * eio: add eio_file_chmod and eio_file_chown. >> >> Okay, we're in a thread, but recursive

Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2010-10-20 Thread Cedric BAIL
On Wed, Oct 20, 2010 at 7:20 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Oct 20, 2010 at 2:42 PM, Enlightenment SVN > wrote: >> Log: >>        * eio: add eio_file_chmod and eio_file_chown. > > Okay, we're in a thread, but recursive operations should use the "at" > variants to speed them up. Wou

Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2010-10-20 Thread Vincent Torri
On Wed, 20 Oct 2010, Gustavo Sverzut Barbieri wrote: On Wed, Oct 20, 2010 at 2:42 PM, Enlightenment SVN wrote: Log:        * eio: add eio_file_chmod and eio_file_chown. Okay, we're in a thread, but recursive operations should use the "at" variants to speed them up. if they are available.

Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2010-10-20 Thread Gustavo Sverzut Barbieri
On Wed, Oct 20, 2010 at 2:42 PM, Enlightenment SVN wrote: > Log: >        * eio: add eio_file_chmod and eio_file_chown. Okay, we're in a thread, but recursive operations should use the "at" variants to speed them up. Would you mind implementing them as well (using your code as fallback when they

Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2010-10-05 Thread Vincent Torri
On Tue, 5 Oct 2010, Enlightenment SVN wrote: > Log: > * eio: follow efl coding style. > > Author: cedric > Date: 2010-10-05 08:58:19 -0700 (Tue, 05 Oct 2010) > New Revision: 53066 > > Modified: > trunk/eio/src/lib/eio_file.c > > Modified: trunk/eio/src/lib/eio_file.c > =

Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2010-09-13 Thread Brett Nash
On Mon, 13 Sep 2010 15:57:05 +0200 Cedric BAIL wrote: > > But a small suggestion: > >        Maybe cast once when you assign to async->ls.common.data. > > > > That way you only have one cast (although it means you need to make > > it clear it's user data in the structure there). > > Nah, the ide

Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2010-09-13 Thread Cedric BAIL
On Mon, Sep 13, 2010 at 3:48 PM, Brett Nash wrote: > On Mon, 13 Sep 2010 06:44:24 -0700 > "Enlightenment SVN" wrote: > >> Log: >>       * eio: callback are allowed to modify their own data. >>       Don't know how I wrote this non sense. > > That's easy: C is stupid ;-) > > But a small suggestion

Re: [E-devel] E SVN: cedric trunk/eio/src/lib

2010-09-13 Thread Brett Nash
On Mon, 13 Sep 2010 06:44:24 -0700 "Enlightenment SVN" wrote: > Log: > * eio: callback are allowed to modify their own data. > Don't know how I wrote this non sense. That's easy: C is stupid ;-) But a small suggestion: Maybe cast once when you assign to async->ls.common.data