From b7c6421796248d747f8cf0cad42f06969a2bc907 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Fri, 28 Jul 2000 16:35:47 +0000 Subject: The `wait' builtin accepts only PIDs it can find in the job table. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3df1a7f7e..1a77d7843 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-07-28 Bart Schaefer + + * 12393: Src/jobs.c: The `wait' builtin searches the job table for + any process ID it's asked to wait for, and rejects those it + doesn't find. + 2000-07-28 Peter Stephenson * 12421: Src/Makemod.in.in: extra tab -- cgit 1.4.1