commit | 6315ce603b3ac2f4998e926b6106da21bcc0066f | [log] [tgz] |
---|---|---|
author | Mark Whitley <markw@lineo.com> | Mon Jul 10 22:55:51 2000 +0000 |
committer | Mark Whitley <markw@lineo.com> | Mon Jul 10 22:55:51 2000 +0000 |
tree | 0a3d57a74893ee848378e7f8f94e7167d30a063a | |
parent | 85c552035e4c5199d1cbef6058eb365c6150f33d [diff] |
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.