From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20966 invoked from network); 26 Feb 2003 16:26:24 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 26 Feb 2003 16:26:24 -0000 Received: (qmail 14290 invoked by alias); 26 Feb 2003 16:26:06 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18301 Received: (qmail 14239 invoked from network); 26 Feb 2003 16:25:59 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 26 Feb 2003 16:25:59 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [4.64.233.231] by sunsite.dk (MessageWall 1.0.8) with SMTP; 26 Feb 2003 16:25:59 -0000 Received: (from schaefer@localhost) by candle.brasslantern.com (8.11.6/8.11.6) id h1QGPw525107 for zsh-workers@sunsite.dk; Wed, 26 Feb 2003 08:25:58 -0800 From: "Bart Schaefer" Message-Id: <1030226162557.ZM25106@candle.brasslantern.com> Date: Wed, 26 Feb 2003 16:25:57 +0000 In-Reply-To: <87r89v7ef3.fsf@ceramic.fifi.org> Comments: In reply to Philippe Troin "Re: Cant fg a suspended su (4.1.0-dev-7)" (Feb 25, 10:18pm) References: <200302211807.h1LI74n23531@aragorn.cortexmachina.com> <87r89v7ef3.fsf@ceramic.fifi.org> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: Cant fg a suspended su (4.1.0-dev-7) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Feb 25, 10:18pm, Philippe Troin wrote: } } While I was perusing bash's sources, I found out that we could } also improve pgid handling when doing builtin_exec(). On the way } too... Is anybody else a bit leery of actually copying code from the bash sources? Zsh is not GPL'd and I don't want it to become so.