From owner-cvs-all Fri Oct 18 4:24:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0293737B401; Fri, 18 Oct 2002 04:24:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB36743E97; Fri, 18 Oct 2002 04:24:17 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9IBO5mV042474; Fri, 18 Oct 2002 04:24:05 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9IBO4bv042473; Fri, 18 Oct 2002 04:24:04 -0700 (PDT) Message-Id: <200210181124.g9IBO4bv042473@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 18 Oct 2002 04:24:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh parser.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/10/18 04:24:04 PDT Modified files: (Branch: RELENG_4) bin/sh parser.c Log: MFC: revisions 1.45 and 1.46: allow empty case/esac statements, allow left parenthesis before pattern in case blocks. PR: 43275 35879 Revision Changes Path 1.29.2.9 +4 -2 src/bin/sh/parser.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message