Date: Fri, 21 Jun 2002 18:42:26 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed main.c process.c Message-ID: <200206220142.g5M1gQR07165@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/06/21 18:42:26 PDT
Modified files:
usr.bin/sed main.c process.c
Log:
Don't store newlines at the end of each line in the hold/pattern spaces,
instead add the newline when the pattern space is printed. Make the `G' and
`H' commands add a newline to the space before the data, remove bogus
addition of newline from `x' command.
PR: 29790, 38195
Revision Changes Path
1.25 +2 -0 src/usr.bin/sed/main.c
1.21 +10 -11 src/usr.bin/sed/process.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206220142.g5M1gQR07165>
