Date: Fri, 21 May 2010 19:45:54 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org 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 Message-ID: <201005211948.o4LJmIoO083964@repoman.freebsd.org>
index | next in thread | raw e-mail
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 <newline> 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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005211948.o4LJmIoO083964>
