From owner-cvs-all Tue Aug 25 02:33:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00137 for cvs-all-outgoing; Tue, 25 Aug 1998 02:33:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA00132; Tue, 25 Aug 1998 02:33:39 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA18785; Tue, 25 Aug 1998 02:33:34 -0700 (PDT) Date: Tue, 25 Aug 1998 02:33:34 -0700 (PDT) Message-Id: <199808250933.CAA18785@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/sh arith.y arith_lex.l error.c jobs.c jobs.h miscbltin.c trap.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/08/25 02:33:34 PDT Modified files: bin/sh arith.y arith_lex.l error.c jobs.c jobs.h miscbltin.c trap.c Log: Improve bookkeeping of in_waitcmd and style fixes. Submitted by: Bruce Evans Revision Changes Path 1.9 +7 -3 src/bin/sh/arith.y 1.12 +5 -1 src/bin/sh/arith_lex.l 1.13 +8 -7 src/bin/sh/error.c 1.22 +13 -8 src/bin/sh/jobs.c 1.8 +4 -4 src/bin/sh/jobs.h 1.17 +2 -2 src/bin/sh/miscbltin.c 1.14 +2 -2 src/bin/sh/trap.c