Re: [Patch] fhandler.cc (pust_readahead): end-condition off.

2004-12-11 Thread Bas van Gompel
Op Sat, 11 Dec 2004 09:53:19 +0100 schreef Corinna Vinschen in <[EMAIL PROTECTED]>: : On Dec 6 02:45, Bas van Gompel wrote: [...] : > * fhandler.cc (fhandler_base::puts_readahead): Fix end-condition. : Yes, that looks better. I'd say the patch is correct. Please apply. Thanks, Done. L8r

Re: [Patch] fhandler.cc (pust_readahead): end-condition off.

2004-12-11 Thread Corinna Vinschen
On Dec 6 02:45, Bas van Gompel wrote: > 2004-12-06 Bas van Gompel <[EMAIL PROTECTED]> > > * fhandler.cc (fhandler_base::puts_readahead): Fix end-condition. > > > --- src/winsup/cygwin-mmod/fhandler.cc5 Dec 2004 07:28:27 - > 1.209 > +++ src/winsup/cygwin-mmod/fhandler.c

Re: [Patch] fhandler.cc (pust_readahead): end-condition off.

2004-12-06 Thread Bas van Gompel
Op Mon, 6 Dec 2004 10:16:19 -0500 schreef Christopher Faylor in <[EMAIL PROTECTED]>: : On Mon, Dec 06, 2004 at 02:45:10AM +0100, Bas van Gompel wrote: [...] : > * fhandler.cc (fhandler_base::puts_readahead): Fix end-condition. : : This patch changes things so that len characters are always

Re: [Patch] fhandler.cc (pust_readahead): end-condition off.

2004-12-06 Thread Christopher Faylor
On Mon, Dec 06, 2004 at 02:45:10AM +0100, Bas van Gompel wrote: >Hi, > >A real bugfix this time. > >When fhandler_base::puts_readahead is given a (non -1) len-parameter, >in the current implementation, not len characters are stowed, but len >z-strings. This affects at least fhandler_pty_master::acc

[Patch] fhandler.cc (pust_readahead): end-condition off.

2004-12-05 Thread Bas van Gompel
Hi, A real bugfix this time. When fhandler_base::puts_readahead is given a (non -1) len-parameter, in the current implementation, not len characters are stowed, but len z-strings. This affects at least fhandler_pty_master::accept_input in fhandler_tty.cc. Following (trivial, I'd say) patch ought