From owner-cvs-all Fri Jun 14 2:53:14 2002 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 55D0F37B433; Fri, 14 Jun 2002 02:53:11 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5E9rBc26199; Fri, 14 Jun 2002 02:53:11 -0700 (PDT) (envelope-from tjr) Message-Id: <200206140953.g5E9rBc26199@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 14 Jun 2002 02:53:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tr str.c X-FreeBSD-CVS-Branch: HEAD 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/06/14 02:53:11 PDT Modified files: usr.bin/tr str.c Log: Don't treat the trailing ']' of an equivalence class expression as a character in the set. tr -d '[=a=]' was deleting ]'s as well as a's. Noticed by the textutils test suite. Revision Changes Path 1.14 +2 -1 src/usr.bin/tr/str.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message