Brand, new sed that uses libc regex routines.
authorMark Whitley <markw@lineo.com>
Mon, 10 Jul 2000 22:55:51 +0000 (22:55 -0000)
committerMark Whitley <markw@lineo.com>
Mon, 10 Jul 2000 22:55:51 +0000 (22:55 -0000)
commit6315ce603b3ac2f4998e926b6106da21bcc0066f
tree0a3d57a74893ee848378e7f8f94e7167d30a063a
parent85c552035e4c5199d1cbef6058eb365c6150f33d
Brand, new sed that uses libc regex routines.
There is some common code used by both sed & grep that should be put into
utility.c as per Mat Kraai's suggestions/patch on the mailing list.
Specifically, a common regex_compile() and a regex_subst() function need to be
made.
editors/sed.c
sed.c