Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-18 | Patch from Colin Watson (mangled slightly by Rob Landley): | Rob Landley | |
This patch implements the 'T' command in sed. This is a GNU extension, but one of the udev hotplug scripts uses it, so I need it in busybox anyway. Includes a test; 'svn add testsuite/sed/sed-branch-conditional-inverted' after applying. | |||
2004-04-06 | Kill off the old 'tests' stuff. Write a ton of new tests for the | Eric Andersen | |
'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik | |||
2003-11-20 | remove controversial tests | Glenn L McGrath | |
2003-09-16 | Configuration option to define wether to follows GNU sed's behaviour | Glenn L McGrath | |
or the posix standard. Put the cleanup code back the way it was. | |||
2003-09-16 | Fix a bug that creapt in recently with substitution subprinting, and add | Glenn L McGrath | |
a test for it. | |||
2003-09-15 | Fix a simple mistake with pattern space, and add a test for it | Glenn L McGrath | |
2003-09-15 | Add a test for the 'P' command and fix current implementation so it | Glenn L McGrath | |
doesnt permanently modify the pattern space. | |||
2003-09-15 | A test and fix for the sed 'n' command | Glenn L McGrath | |
2003-09-15 | Test for use of newline in regex's, this feature is used by most | Glenn L McGrath | |
configure scripts. | |||
2003-09-15 | Test the N command | Glenn L McGrath | |
2003-09-15 | Check sed doesnt go into an infinite loop (yes it does) | Glenn L McGrath | |
2003-09-14 | Update sed branch tests | Glenn L McGrath | |
2003-09-14 | Add two new tests, sed-recurses-properly should always work | Glenn L McGrath | |
2002-11-28 | left out a \" | Glenn L McGrath | |
2002-11-28 | This test was hanging | Glenn L McGrath | |
2002-06-11 | * testsuite/sed/sed-recurses-properly: Mark XFAIL. | Matt Kraai | |
2002-04-13 | Sed can go into an infinite loop | Eric Andersen | |
2002-04-01 | * editors/sed.c (process_file): Stop processing deleted lines. | Matt Kraai | |
* testsuite/sed/sed-does-not-substitute-in-delete-line: New. | |||
2002-01-03 | * editors/sed.c (parse_edit_cmd): Rewrite. | Matt Kraai | |
* testsuite/sed/sed-splits-edit-commands-on-command-line: New. | |||
2002-01-02 | * editors/sed.c (parse_edit_command): Require a newline after the backslash | Matt Kraai | |
after an edit command. * testsuite/sed/sed-requires-newline-after-edit-command: New. | |||
2001-12-21 | Ignore blanks before the first address and before the command. | Matt Kraai | |
2001-11-10 | |2001-10-08 Rodney Brown <rbrown64@csc.com.au> | Eric Andersen | |
| | * 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 | |||
2001-10-30 | Merge test suite. | Matt Kraai | |