[E-devel] [PATCH] elm_transit

2011-01-07 Thread ChunEon Park
Hi, Here is a very small patch for elm_transit Removed an unnecessary parameter. Please consider then apply it. Thanks. Index: lib/elm_transit.c === --- lib/elm_transit.c (revision 55979) +++ lib/elm_transit.c (working cop

Re: [E-devel] [PATCH] elm_transit

2011-01-07 Thread ChunEon Park
Really sorry. Attached file is something wrong. Here it again. Thanks. -Original Message- From: ChunEon Park [mailto:chuneon.p...@samsung.com] Sent: Friday, January 07, 2011 8:48 PM To: 'enlightenment-devel@lists.sourceforge.net' Subject: [PATCH] elm_transit Hi, Here is a very s

Re: [E-devel] E SVN: caro trunk/TMP/st/elementary

2011-01-07 Thread The Rasterman
On Thu, 6 Jan 2011 11:01:34 -0800 "Enlightenment SVN" said: > Log: > add guards in config.h to avoid multiple inclusions > > raster: may I rename elementary_config.h to config.h ? If I > add macros for all the init stuff, it would be nice to have > consistent name for that file yes you

Re: [E-devel] E SVN: raster IN trunk: ecore ecore/src/lib/ecore ecore/src/lib/ecore_file eet eet/src/lib eina eina/src/lib evas/src/lib/canvas evas/src/lib/file evas/src/lib/include

2011-01-07 Thread Vincent Torri
On Fri, 7 Jan 2011, Enlightenment SVN wrote: > Log: > hve to revert these commits. they hve created a whole chunk of 64bit > crashes on linux. this is REALLY bad. so remove these changes now. I have tested them on my 64 bits ubuntu. You can't seriously say that these commits can crash the EFL

Re: [E-devel] E SVN: raster IN trunk: ecore ecore/src/lib/ecore ecore/src/lib/ecore_file eet eet/src/lib eina eina/src/lib evas/src/lib/canvas evas/src/lib/file evas/src/lib/include

2011-01-07 Thread Vincent Torri
On Fri, 7 Jan 2011, Vincent Torri wrote: > > > On Fri, 7 Jan 2011, Enlightenment SVN wrote: > >> Log: >> hve to revert these commits. they hve created a whole chunk of 64bit >> crashes on linux. this is REALLY bad. so remove these changes now. > > I have tested them on my 64 bits ubuntu. > > Yo

Re: [E-devel] E SVN: raster IN trunk: ecore ecore/src/lib/ecore ecore/src/lib/ecore_file eet eet/src/lib eina eina/src/lib evas/src/lib/canvas evas/src/lib/file evas/src/lib/include

2011-01-07 Thread The Rasterman
On Fri, 7 Jan 2011 17:01:21 +0100 (CET) Vincent Torri said: > > > On Fri, 7 Jan 2011, Enlightenment SVN wrote: > > > Log: > > hve to revert these commits. they hve created a whole chunk of 64bit > > crashes on linux. this is REALLY bad. so remove these changes now. > > I have tested them on

Re: [E-devel] E SVN: raster IN trunk: ecore ecore/src/lib/ecore ecore/src/lib/ecore_file eet eet/src/lib eina eina/src/lib evas/src/lib/canvas evas/src/lib/file evas/src/lib/include

2011-01-07 Thread P Purkayastha
On 01/08/2011 12:09 AM, Carsten Haitzler (The Rasterman) wrote: > On Fri, 7 Jan 2011 17:01:21 +0100 (CET) Vincent Torri > said: > >> >> >> On Fri, 7 Jan 2011, Enlightenment SVN wrote: >> >>> Log: >>> hve to revert these commits. they hve created a whole chunk of 64bit >>> crashes on linux. this i

[E-devel] [Patch] elm_genlist doxygen fix and addition.

2011-01-07 Thread Daniel Juyung Seo
Hello, I fixed some typos of Genlist doxygen and added more explanations. Please review this and apply this to upstream. Thanks. Daniel Juyung Seo (SeoZ) Index: src/lib/elm_genlist.c === --- src/lib/elm_genlist.c (revision 5598

Re: [E-devel] E SVN: discomfitor IN trunk: . DEBUG

2011-01-07 Thread Leif Middelschulte
Hey, maybe it's worth noting that gdb itself is capable of intercepting syscalls. Thus a gdb script that includes the used conditions could be sufficient. http://sourceware.org/gdb/onlinedocs/gdb/Set-Catchpoints.html BR, Leif Middelschulte 2011/1/7 Enlightenment SVN : > Log: > new directory

Re: [E-devel] E SVN: discomfitor IN trunk: . DEBUG

2011-01-07 Thread Mike Blumenkrantz
On Fri, 7 Jan 2011 21:53:39 +0100 Leif Middelschulte wrote: > Hey, > > maybe it's worth noting that gdb itself is capable of intercepting > syscalls. Thus a gdb script that includes the used conditions could be > sufficient. > > http://sourceware.org/gdb/onlinedocs/gdb/Set-Catchpoints.html > >

Re: [E-devel] E SVN: discomfitor IN trunk: . DEBUG

2011-01-07 Thread Leif Middelschulte
2011/1/7 Mike Blumenkrantz : > On Fri, 7 Jan 2011 21:53:39 +0100 > Leif Middelschulte wrote: > >> Hey, >> >> maybe it's worth noting that gdb itself is capable of intercepting >> syscalls. Thus a gdb script that includes the used conditions could be >> sufficient. >> >> http://sourceware.org/gdb/o