freebsd-dev/usr.bin/sed
Diomidis Spinellis ac8f32ce62 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
2009-09-20 15:47:31 +00:00
..
compile.c IEEE Std 1003.1, 2004 Edition states: 2009-09-20 15:47:31 +00:00
defs.h Implement "addr1,+N" ranges - not dissimilar to grep's -A switch. 2009-05-25 06:45:33 +00:00
extern.h
main.c
Makefile
misc.c
POSIX
process.c Implement "addr1,+N" ranges - not dissimilar to grep's -A switch. 2009-05-25 06:45:33 +00:00
sed.1 Bump the document date to reflect the recent address range enhancements. 2009-05-25 21:29:06 +00:00