From owner-cvs-all Wed Oct 31 15:47:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A57EA37B415; Wed, 31 Oct 2001 15:47:37 -0800 (PST) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9VNlbu01804; Wed, 31 Oct 2001 15:47:37 -0800 (PST) (envelope-from tegge) Message-Id: <200110312347.f9VNlbu01804@freefall.freebsd.org> From: Tor Egge Date: Wed, 31 Oct 2001 15:47:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh expand.c 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 tegge 2001/10/31 15:47:37 PST Modified files: (Branch: RELENG_4) bin/sh expand.c parser.c Log: MFC: BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes. Allow those to be used to properly quote characters in the shell control character range. PR: 31627 Revision Changes Path 1.31.2.3 +5 -5 src/bin/sh/expand.c 1.29.2.5 +3 -3 src/bin/sh/parser.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message