cvs commit: src/usr.bin/sed process.c
src/tools/regression/usr.bin/sed regress.b2a.out regress.sh
Yar Tikhiy
yar at FreeBSD.org
Thu Apr 19 23:19:43 UTC 2007
yar 2007-04-19 23:19:43 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.bin/sed process.c
tools/regression/usr.bin/sed regress.sh
Added files: (Branch: RELENG_6)
tools/regression/usr.bin/sed regress.b2a.out
Log:
MFC:
Don't forget to close the range if we branched over its end
and had no chance to match it by the 2nd address precisely.
Otherwise the unclosed range would bogusly extend to the end
of stream.
Add a regression test.
Explain the decision in the `POSIX' file.
1.44 src/usr.bin/sed/process.c
1.2-1.4 src/usr.bin/sed/POSIX
1.13 src/tools/regression/usr.bin/sed/regress.sh
1.1 src/tools/regression/usr.bin/sed/regress.b2a.out
Revision Changes Path
1.1.2.1 +3 -0 src/tools/regression/usr.bin/sed/regress.b2a.out (new)
1.9.2.2 +3 -1 src/tools/regression/usr.bin/sed/regress.sh
1.39.2.4 +11 -2 src/usr.bin/sed/process.c
More information about the cvs-src
mailing list