Searched hist:115831 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.bin/sed/
H A Dprocess.cdiff 115831 Wed Jun 04 13:31:55 MDT 2003 fanf Fix substitution when the regex matches the zero-length string.
There are two bugs: in the s///g case, the substitution didn't occur
at the end of the line; in the s///N case, the code didn't count
forwards along the line properly. See the sg, s3, s4, and s5 tests
in src/tools/regression/usr.bin/sed/.

Reviewed by: tjr

Completed in 158 milliseconds