Re: [E-devel] patch for Evil

2017-04-03 Thread Stefan Schmidt
Hello. On 04/03/2017 06:22 AM, Vincent Torri wrote: > better patch > > On Sat, Apr 1, 2017 at 7:08 PM, Vincent Torri wrote: >> On Sat, Apr 1, 2017 at 5:42 PM, Vincent Torri >> wrote: >>> >>> This patch fixes fcntl in Evil when used in ecore_con >> >> ha, no, problem with eet, now, with that pat

Re: [E-devel] patch for Evil

2017-04-02 Thread Vincent Torri
better patch On Sat, Apr 1, 2017 at 7:08 PM, Vincent Torri wrote: > On Sat, Apr 1, 2017 at 5:42 PM, Vincent Torri wrote: >> >> This patch fixes fcntl in Evil when used in ecore_con > > ha, no, problem with eet, now, with that patch, if fd is really a fd. > I have to improve it and check when the

Re: [E-devel] patch for Evil

2017-04-01 Thread Vincent Torri
On Sat, Apr 1, 2017 at 5:42 PM, Vincent Torri wrote: > > This patch fixes fcntl in Evil when used in ecore_con ha, no, problem with eet, now, with that patch, if fd is really a fd. I have to improve it and check when the "fd" passed to fcntl is a socket or just a fd (as of returned by open) Vinc

[E-devel] patch for Evil

2017-04-01 Thread Vincent Torri
This patch fixes fcntl in Evil when used in ecore_con feel free to apply (before the release if possible) Vincent 0002-Evil-fix-fcntl-with-sockets.patch Description: Binary data -- Check out the vibrant tech community o

Re: [E-devel] Patch for Evil fopen function

2008-10-28 Thread Vincent Torri
On Tue, 28 Oct 2008, Lionel ORRY wrote: sorry for that. Here it is: Index: src/lib/Evil.h === --- src/lib/Evil.h (révision 37267) +++ src/lib/Evil.h (copie de travail) @@ -134,7 +134,7 @@ # define S_IXGRP S_IXUSR # de

Re: [E-devel] Patch for Evil fopen function

2008-10-28 Thread Lionel ORRY
sorry for that. Here it is: Index: src/lib/Evil.h === --- src/lib/Evil.h (révision 37267) +++ src/lib/Evil.h (copie de travail) @@ -134,7 +134,7 @@ # define S_IXGRP S_IXUSR # define S_IXOTH S_IXUSR -# define open(path,

Re: [E-devel] Patch for Evil fopen function

2008-10-28 Thread Vincent Torri
Hey, > here is a tiny patch to make the open() function from Evil.h closer to > the real posix open() function. Without the _O_BINARY flag, the opened > filestream is postprocessed under Windows, which leads to unexpected > carriage returns in binary files, such as in eet files for example. > > T

[E-devel] Patch for Evil fopen function

2008-10-28 Thread Lionel ORRY
Hello, here is a tiny patch to make the open() function from Evil.h closer to the real posix open() function. Without the _O_BINARY flag, the opened filestream is postprocessed under Windows, which leads to unexpected carriage returns in binary files, such as in eet files for example. Thanks for