Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fix segfault when using 'N' with an odd number of lines.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pattern being matched. This fixes cases when the N command is used.
|
|
(Closes #1304)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
might be set to 0 if no second address is given. dont parse sed_cmd struct to get_address, we only need the delim field.
|
|
|
|
|
|
|
|
|
|
|
|
- Added \CregexC support to sed (sed testsuite reported no errors, btw)
|
|
|
|
-Erik
|
|
I wrote a patch for busybox for our company's (www.lisa.de)
private use. [...] To sed it adds the '!'-inversion of addresses.
|
|
* testsuite/sed/sed-does-not-substitute-in-delete-line: New.
|
|
whitespace.
|
|
* testsuite/sed/sed-splits-edit-commands-on-command-line: New.
|
|
after an edit command.
* testsuite/sed/sed-requires-newline-after-edit-command: New.
|
|
|
|
|
|
|
|
|
|
|
|
|
| * editors/sed.c: Fix multiline [aic] commands. Make # an endline
| comment for compatibility. Codespace reduction.
| * tests/testcases: Cope with move to subdirectories.
| * testsuite/sed/sed-aic-commands: Add.
|
| text data bss dec hex filename
| 3772 16 0 3788 ecc editors/sed.o
| 4516 16 0 4532 11b4 editors/sed.o.bu
|
|
-Erik
|
|
|
|
|
|
fixed sed handling of multiple -e commands
|
|
|
|
subst command (discovery and patch by Jim Gleason).
|
|
|
|
|
|
|