Re: shelving misc patches

2002-07-17 Thread Alexander V. Lukyanov
On Wed, Jul 17, 2002 at 06:09:23PM -0400, Glenn Maynard wrote: > "repeat 0s foo" often requires multiple ^Cs to stop. It seems that > the CmdExec within SleepJob is being run by the scheduler first, not > doing anything with the SIGINT (since it's not interactive), and then > clearing it in exec_

Re: shelving misc patches

2002-07-17 Thread Glenn Maynard
On Wed, Jul 17, 2002 at 07:09:41PM +0400, Alexander V. Lukyanov wrote: > > Try: > > repeat 0s !echo hi > > A ^C gets eaten by the child job; you have to mash ^C to stop it. I'm > > not sure there's a clean way to fix this. (Repeat shouldn't stop if its > > command exits with an error; perhaps it

Re: shelving misc patches

2002-07-17 Thread Alexander V. Lukyanov
On Wed, Jul 10, 2002 at 10:07:58PM -0400, Glenn Maynard wrote: > Try: > repeat 0s !echo hi > A ^C gets eaten by the child job; you have to mash ^C to stop it. I'm > not sure there's a clean way to fix this. (Repeat shouldn't stop if its > command exits with an error; perhaps it should exit if th

Re: speedometer [lftp 2.5.1]

2002-07-17 Thread Alexander V. Lukyanov
On Sun, Jul 14, 2002 at 10:12:49PM +0200, Arkadiusz Miskiewicz wrote: > Now the fix in such case would be: start time (speed related) counter when > first data reaches client because afaik this is current speed counter > (not average one). How about this patch? -- Alexander. Index: Speedome

Re: shelving misc patches

2002-07-17 Thread Glenn Maynard
On Wed, Jul 17, 2002 at 11:51:36AM +0400, Alexander V. Lukyanov wrote: > > You left out the rest of the stuff in that file, too ... > > What did I forget? ls/hostls alias fixes and HAVE_POLL. -- Glenn Maynard

Re: shelving misc patches

2002-07-17 Thread Alexander V. Lukyanov
On Sat, Jul 13, 2002 at 12:00:09AM -0400, Glenn Maynard wrote: > You left out the rest of the stuff in that file, too ... What did I forget? > The repeat problem isn't completely contrived, by the way; it also happens > when any filters are used (ie. repeat 0s zcat file). There is a way to solv

Re: chdir : problem

2002-07-17 Thread Alexander V. Lukyanov
On Fri, Jul 12, 2002 at 02:54:02PM -0400, Glenn Maynard wrote: > The colon special casing for VMS/DOS causes a lot of problems for real > servers: I have added setting ftp:device-prefix (default off) to turn on the device prefixes explicitly. -- Alexander.