Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/31/1999 01:58:49
Module Name: basesrc
Committed By: mycroft
Date: Tue Aug 31 08:58:48 UTC 1999
Modified Files:
basesrc/bin/sh: jobs.c
Log Message:
It turns out that the code disabled in revision 1.30 *does* have an important
function (which nobody was able to explain): it's critical to allowing a
complex command run from an interactive shell to be terminated. So, reinstate
it and fix it correctly. See the comment if you really want the gory details.
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 basesrc/bin/sh/jobs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.