Age | Commit message (Expand) | Author |
2019-05-26 | Teach sed about +N range ending. | Rob Landley |
2019-05-06 | Greatly simplify and speed up regexec0() using REG_STARTEND. | Rob Landley |
2019-02-13 | sed: fix endless loop in "b loop" test. | Elliott Hughes |
2019-02-12 | sed: fix substitution of empty capturing groups. | Elliott Hughes |
2019-01-12 | sed: add -z. | Elliott Hughes |
2019-01-11 | Fix b ending with } | Rob Landley |
2019-01-11 | sed: add test for AOSP build breakage. | Elliott Hughes |
2016-10-17 | A few more sed tests. | Rob Landley |
2016-09-06 | Teach sed s/// how to handle [:space:] type sequences. | Rob Landley |
2016-07-21 | Common test infrastructure says command name, don't have sed.tests say 'sed sed' | Rob Landley |
2016-04-11 | sed -f - should read from stdin. | Rob Landley |
2016-03-24 | Debian bug 635570 did something horribly nonstandard (depending on a side | Rob Landley |
2016-03-17 | Fix bug where all tests aren't being run with 'make test'. | Andy Chu |
2016-03-10 | Fix segfault in sed -e 'c\'. | Andy Chu |
2016-03-02 | Factor out command name at the start of test name, have runtest.sh print it. | Rob Landley |
2016-02-17 | The perl build's attempt to escape spaces and such in LD_LIBRARY_PATH is _SAD_. | Rob Landley |
2016-01-21 | Add a sed test from the posix mailing list. | Rob Landley |
2015-12-04 | Replace duplicate sed test with case we hadn't covered yet. | Rob Landley |
2015-11-05 | Fix sed bug where any ] right after [ was skipped, not just first one in range. | Rob Landley |
2015-10-29 | Fix sed bug reported by Isabella Parakiss, where sed -e "/x/c\" -e "y" added | Rob Landley |
2015-05-12 | Set the executable bits on all the *.test files. (Wasn't consistent, is now.) | Rob Landley |
2015-03-28 | Fix sed bug David Halls hit trying to compile libiconv. | Rob Landley |
2014-12-21 | Another sed bug. (The e2fsprogs build uses multiple line continuations on the... | Rob Landley |
2014-12-14 | Make sed a\ line continuations work properly for different pattern input modes. | Rob Landley |
2014-11-27 | sed: c needs to trigger range logic like d, D works like d when there isn't a... | Rob Landley |
2014-11-15 | Debugging pass on sed: make the existing test suite pass. | Rob Landley |
2014-11-14 | Add a few more sed tests. | Rob Landley |
2014-11-09 | Yet more sed tests. | Rob Landley |
2014-11-06 | More sed tests. | Rob Landley |
2014-10-29 | First batch of sed tests. | Rob Landley |