From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from math.gatech.edu (euclid.skiles.gatech.edu [130.207.146.50]) by werple.net.au (8.7/8.7.1) with SMTP id IAA17184 for ; Tue, 14 Nov 1995 08:05:24 +1100 (EST) Received: by math.gatech.edu (5.x/SMI-SVR4) id AA06462; Mon, 13 Nov 1995 15:50:31 -0500 Resent-Date: Mon, 13 Nov 1995 12:52:20 -0800 (PST) Old-Return-Path: From: chuckb@Alice.Wonderland.Caltech.EDU (Chuck L. Blake) Message-Id: <9511132052.AA05362@Alice.Wonderland.Caltech.EDU> Subject: Job control commands accepting PID (oops) To: zsh-workers@math.gatech.edu Date: Mon, 13 Nov 1995 12:52:20 -0800 (PST) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Resent-Message-Id: <"KIJ1F2.0.ua1.M-wfm"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/606 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Sorry, diff isn't a context diff. The patch is right at the top of "findjobnam" and just looks for the PID if the name is a pure number. That is 123abc skips right to the command but 456 doesn't. That's what the strtol check does. cb