Re: Unix pipes implemented successfully

2004-01-13 Thread Peter A. Castro
On Mon, 12 Jan 2004, Christopher Faylor wrote: > On Mon, Jan 12, 2004 at 01:14:00PM -0800, Peter A. Castro wrote: > >On Sun, 11 Jan 2004, Christopher Faylor wrote: > >>On Sun, Jan 11, 2004 at 09:57:29PM +0200, [EMAIL PROTECTED] wrote: > Sorry, but no. The CVS version of cygwin already has a s

Re: Unix pipes implemented successfully

2004-01-12 Thread Christopher Faylor
On Mon, Jan 12, 2004 at 01:14:00PM -0800, Peter A. Castro wrote: >On Sun, 11 Jan 2004, Christopher Faylor wrote: >>On Sun, Jan 11, 2004 at 09:57:29PM +0200, [EMAIL PROTECTED] wrote: Sorry, but no. The CVS version of cygwin already has a stub of a fifo implementation and the device/fhandler

Re: Unix pipes implemented successfully

2004-01-12 Thread Peter A. Castro
On Sun, 11 Jan 2004, Christopher Faylor wrote: > On Sun, Jan 11, 2004 at 09:57:29PM +0200, [EMAIL PROTECTED] wrote: > >>Sorry, but no. The CVS version of cygwin already has a stub of a fifo > >>implementation and the device/fhandler stuff is much different than > >>1.5.5. > > > >But if I change t

Re: Unix pipes implemented successfully

2004-01-11 Thread Christopher Faylor
On Sun, Jan 11, 2004 at 09:57:29PM +0200, [EMAIL PROTECTED] wrote: >>Sorry, but no. The CVS version of cygwin already has a stub of a fifo >>implementation and the device/fhandler stuff is much different than >>1.5.5. > >But if I change the patch to be compliant with last CVS, should you change >t

Re: Unix pipes implemented successfully

2004-01-11 Thread linamat
>Sorry, but no. The CVS version of cygwin already has a stub of a fifo >implementation and the device/fhandler stuff is much different than >1.5.5. But if I change the patch to be compliant with last CVS, should you change the answer? With respect, Sergey Samsi Internet service S.A. Moldtelecom

Re: Unix pipes implemented successfully

2004-01-11 Thread Christopher Faylor
On Sun, Jan 11, 2004 at 08:47:41PM +0200, [EMAIL PROTECTED] wrote: >I have working FIFO implementation for Cygwin-1.5.5-1 based on materials >shared by Robert Collins (many thanks to him). It was tested on WinXP, >Win2k, Win3k. For tests I used my code as well as some third-party fifo >tests. >I ne

Re: Unix pipes implemented successfully

2004-01-11 Thread Larry Hall
At 01:47 PM 1/11/2004, [EMAIL PROTECTED] you wrote: >I have working FIFO implementation for Cygwin-1.5.5-1 based on materials >shared by Robert Collins (many thanks to him). It was tested on WinXP, >Win2k, Win3k. For tests I used my code as well as some third-party fifo >tests. >I need this kind of