cvs commit: src/usr.bin/sed extern.h main.c process.c
src/tools/regression/usr.bin/sed regress.sh
Yar Tikhiy
yar at FreeBSD.org
Tue Jun 12 12:05:25 UTC 2007
yar 2007-06-12 12:05:24 UTC
FreeBSD src repository
Modified files:
usr.bin/sed extern.h main.c process.c
tools/regression/usr.bin/sed regress.sh
Log:
Don't forget to clear out the hold space for each subsequent file
when in -i mode so that each file gets a clean context of its own.
Add a regression test for the bug.
Tested with: regression tests
Revision Changes Path
1.16 +2 -1 src/tools/regression/usr.bin/sed/regress.sh
1.15 +1 -1 src/usr.bin/sed/extern.h
1.39 +1 -1 src/usr.bin/sed/main.c
1.47 +16 -2 src/usr.bin/sed/process.c
More information about the cvs-src
mailing list