Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove controversial tests | Glenn L McGrath | 2003-11-20 | 2 | -15/+0 |
| | |||||
* | Configuration option to define wether to follows GNU sed's behaviour | Glenn L McGrath | 2003-09-16 | 2 | -1/+20 |
| | | | | | or the posix standard. Put the cleanup code back the way it was. | ||||
* | Fix a bug that creapt in recently with substitution subprinting, and add | Glenn L McGrath | 2003-09-16 | 1 | -0/+9 |
| | | | | a test for it. | ||||
* | Fix a simple mistake with pattern space, and add a test for it | Glenn L McGrath | 2003-09-15 | 1 | -0/+13 |
| | |||||
* | Add a test for the 'P' command and fix current implementation so it | Glenn L McGrath | 2003-09-15 | 1 | -0/+10 |
| | | | | doesnt permanently modify the pattern space. | ||||
* | A test and fix for the sed 'n' command | Glenn L McGrath | 2003-09-15 | 1 | -0/+12 |
| | |||||
* | Test for use of newline in regex's, this feature is used by most | Glenn L McGrath | 2003-09-15 | 1 | -0/+10 |
| | | | | configure scripts. | ||||
* | Test the N command | Glenn L McGrath | 2003-09-15 | 1 | -0/+9 |
| | |||||
* | Check sed doesnt go into an infinite loop (yes it does) | Glenn L McGrath | 2003-09-15 | 1 | -0/+11 |
| | |||||
* | Update sed branch tests | Glenn L McGrath | 2003-09-14 | 3 | -15/+17 |
| | |||||
* | Add two new tests, sed-recurses-properly should always work | Glenn L McGrath | 2003-09-14 | 3 | -1/+16 |
| | |||||
* | left out a \" | Glenn L McGrath | 2002-11-28 | 1 | -1/+1 |
| | |||||
* | This test was hanging | Glenn L McGrath | 2002-11-28 | 1 | -1/+1 |
| | |||||
* | * testsuite/sed/sed-recurses-properly: Mark XFAIL. | Matt Kraai | 2002-06-11 | 1 | -0/+1 |
| | |||||
* | Sed can go into an infinite loop | Eric Andersen | 2002-04-13 | 1 | -0/+1 |
| | |||||
* | * editors/sed.c (process_file): Stop processing deleted lines. | Matt Kraai | 2002-04-01 | 1 | -0/+2 |
| | | | | * testsuite/sed/sed-does-not-substitute-in-delete-line: New. | ||||
* | * editors/sed.c (parse_edit_cmd): Rewrite. | Matt Kraai | 2002-01-03 | 1 | -0/+9 |
| | | | | * testsuite/sed/sed-splits-edit-commands-on-command-line: New. | ||||
* | * editors/sed.c (parse_edit_command): Require a newline after the backslash | Matt Kraai | 2002-01-02 | 1 | -0/+1 |
| | | | | | after an edit command. * testsuite/sed/sed-requires-newline-after-edit-command: New. | ||||
* | Ignore blanks before the first address and before the command. | Matt Kraai | 2001-12-21 | 1 | -0/+1 |
| | |||||
* | |2001-10-08 Rodney Brown <rbrown64@csc.com.au> | Eric Andersen | 2001-11-10 | 1 | -0/+134 |
| | | | | | | | | | | | | | | * 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 | ||||
* | Merge test suite. | Matt Kraai | 2001-10-30 | 5 | -0/+13 |