freebsd-dev/usr.bin/sed
Diomidis Spinellis 76570d0a99 Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation
of the y (translate) command.

"If a backslash character is immediately followed by a backslash
character in string1 or string2, the two backslash characters shall
be counted as a single literal backslash character"

Pointed by:	Marius Strobl
Obtained from:	Mac OS X
2009-09-20 15:17:40 +00:00
..
compile.c Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation 2009-09-20 15:17:40 +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 Don't forget to clear out the hold space for each subsequent file 2007-06-12 12:05:24 +00:00
main.c WARNS fixes: 2008-02-09 09:12:02 +00:00
Makefile
misc.c Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived 2004-08-09 15:29:41 +00:00
POSIX style(9): 2007-04-06 08:43:30 +00:00
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