- Added support for semicolon delimited command lines. (woo-hoo!)
authorMark Whitley <markw@lineo.com>
Fri, 14 Jul 2000 19:06:30 +0000 (19:06 -0000)
committerMark Whitley <markw@lineo.com>
Fri, 14 Jul 2000 19:06:30 +0000 (19:06 -0000)
commit70705d7c9681b4ea870ea11d0c569d81e5822169
tree30440bb277ef34bf5cd15b0c3db27f0024da105b
parentadd09fd558c8a336554fbf8b381ab0f8e180382a
 - Added support for semicolon delimited command lines. (woo-hoo!)
 - Obsoleted the trim_str function (#if 0'ed out -- maybedelete later) in
   favor of strrspn.
 - Obsoleted the strrspn function (#if 0'ed out as well) as soon as I
   discovered that it wasn't needed either.
 - Fixed a subtle bug in parse_subst_cmd where it would choke with an error if
   there was any trailing space after the s/match/replace/ expression.
editors/sed.c
sed.c