Re: CGF: please review my logic Re: bash/cmd CTRL-C problem...

2002-01-07 Thread Robert Collins
=== - Original Message - From: "Christopher Faylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 11:21 AM Subject: Re: CGF: please review my logic Re: bash/cmd CTRL-C problem... > On Tue, Jan 08, 2002 at 11:15:11AM +1

Re: CGF: please review my logic Re: bash/cmd CTRL-C problem...

2002-01-07 Thread Christopher Faylor
On Tue, Jan 08, 2002 at 11:15:11AM +1100, Robert Collins wrote: >- Original Message - >From: "Christopher Faylor" <[EMAIL PROTECTED]> >> If you are looking for the "stub" code, it's in spawn_guts, around >line >> 1078 in the current sources. > >Line 1078 is the EOF for spawn.cc (current CV

Re: CGF: please review my logic Re: bash/cmd CTRL-C problem...

2002-01-07 Thread Robert Collins
- Original Message - From: "Christopher Faylor" <[EMAIL PROTECTED]> > If you are looking for the "stub" code, it's in spawn_guts, around line > 1078 in the current sources. Line 1078 is the EOF for spawn.cc (current CVS). Is that correct? > I'd suggest tracing what happens there. Ys, in

Re: CGF: please review my logic Re: bash/cmd CTRL-C problem...

2002-01-07 Thread Christopher Faylor
On Tue, Jan 08, 2002 at 10:00:33AM +1100, Robert Collins wrote: >- Original Message - >From: "Christopher Faylor" <[EMAIL PROTECTED]> >> >It succeeds! (I'm running a slightly modified cygwin here, which as >the >> >patch at the end of this email shows (in combination with the source >:}) >

Re: CGF: please review my logic Re: bash/cmd CTRL-C problem...

2002-01-07 Thread Robert Collins
- Original Message - From: "Christopher Faylor" <[EMAIL PROTECTED]> > >It succeeds! (I'm running a slightly modified cygwin here, which as the > >patch at the end of this email shows (in combination with the source :}) > >should always indicate if there is an error). > > It should always s

Re: CGF: please review my logic Re: bash/cmd CTRL-C problem...

2002-01-07 Thread Christopher Faylor
On Tue, Jan 08, 2002 at 12:15:27AM +1100, Robert Collins wrote: >Ok. >I didn't realise that signal() is implemented in the standard VC++ >libraries. >Can you tell me any details of the signal implementation you are using >on win32? >If you wished to follow clean room r/e for this, I can implement

Re: please review my logic Re: bash/cmd CTRL-C problem...

2002-01-07 Thread Michael Rumpf
> Ok. > I didn't realise that signal() is implemented in the standard VC++ > libraries. > Can you tell me any details of the signal implementation you are using > on win32? > If you wished to follow clean room r/e for this, I can implement the > signal sending side to match up with what your libra

CGF: please review my logic Re: bash/cmd CTRL-C problem...

2002-01-07 Thread Robert Collins
Ok. I didn't realise that signal() is implemented in the standard VC++ libraries. Can you tell me any details of the signal implementation you are using on win32? If you wished to follow clean room r/e for this, I can implement the signal sending side to match up with what your library expects. A