From owner-freebsd-qa@FreeBSD.ORG Thu Apr 15 14:38:16 2004 Return-Path: Delivered-To: freebsd-qa@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1602616A4CE; Thu, 15 Apr 2004 14:38:16 -0700 (PDT) Received: from huva.hittite.isp.9tel.net (huva.hittite.isp.9tel.net [62.62.156.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BB8343D2D; Thu, 15 Apr 2004 14:38:15 -0700 (PDT) (envelope-from cyrille.lefevre@laposte.net) Received: from pc2k (233-60-118-80.kaptech.net [80.118.60.233]) by huva.hittite.isp.9tel.net (Postfix) with SMTP id 954269BC4A; Thu, 15 Apr 2004 23:39:15 +0200 (CEST) Message-ID: <010c01c42331$f53dbc50$7890a8c0@dyndns.org> From: "Cyrille Lefevre" To: Date: Thu, 15 Apr 2004 23:38:14 +0200 Organization: ACME MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 cc: "current @FreeBSD.org" Subject: bin/41159: new sed -c option to allow ; as a separator for b, t and : functions X-BeenThere: freebsd-qa@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Quality Assurance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 21:38:16 -0000 anyone to commit this PR ? thanks in advance. purpose : the current sed implementation can't handle the ; separator for b, t and : functions. this patch set add a new -g (gnu) option which allow sed to parse such constructions. PS : the last patch set also include PR#41190. Cyrille Lefevre. -- home: mailto:cyrille.lefevre@laposte.net