CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/01 11:04:24
Modified files:
regress/usr.bin/sed: sedtest.expected sedtest.sh
usr.bin/sed : compile.c
Log message:
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"
>From FreeBSD; ok millert@ halex@
