From owner-cvs-src-old@FreeBSD.ORG Fri May 21 19:48:18 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCEF2106566C for ; Fri, 21 May 2010 19:48:18 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A8FBA8FC17 for ; Fri, 21 May 2010 19:48:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4LJmIVQ083965 for ; Fri, 21 May 2010 19:48:18 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4LJmIoO083964 for cvs-src-old@freebsd.org; Fri, 21 May 2010 19:48:18 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201005211948.o4LJmIoO083964@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Fri, 21 May 2010 19:45:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/tools/regression/usr.bin/sed multitest.t src/tools/regression/usr.bin/sed/regress.multitest.out 8.22 8.23 src/usr.bin/sed compile.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2010 19:48:18 -0000 marius 2010-05-21 19:45:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) tools/regression/usr.bin/sed multitest.t usr.bin/sed compile.c Added files: (Branch: RELENG_8) tools/regression/usr.bin/sed/regress.multitest.out 8.22 8.23 Log: SVN rev 208403 on 2010-05-21 19:45:54Z by marius MFC: r197362 IEEE Std 1003.1, 2004 Edition states: "The escape sequence '\n' shall match a embedded in the pattern space." It is unclear whether this also applies to a \n embedded in a character class. Disable the existing handling of \n in a character class following Mac OS X, GNU sed version 4.1.5 with --posix, and SunOS 5.10 /usr/bin/sed. Pointed by: Marius Strobl Obtained from: Mac OS X Revision Changes Path 1.15.2.6 +3 -0 src/tools/regression/usr.bin/sed/multitest.t 1.1.2.2 +2 -0 src/tools/regression/usr.bin/sed/regress.multitest.out/8.22 (new) 1.1.2.2 +1 -0 src/tools/regression/usr.bin/sed/regress.multitest.out/8.23 (new) 1.34.2.4 +1 -2 src/usr.bin/sed/compile.c