OSDN Git Service

basename: fix segfault on null input; add tests
[android-x86/external-toybox.git] / tests / sed.test
2016-03-24 Rob LandleyDebian bug 635570 did something horribly nonstandard...
2016-03-17 Andy ChuFix bug where all tests aren't being run with 'make...
2016-03-10 Andy ChuFix segfault in sed -e 'c\'.
2016-03-02 Rob LandleyFactor out command name at the start of test name,...
2016-02-18 Rob LandleyThe perl build's attempt to escape spaces and such...
2016-01-21 Rob LandleyAdd a sed test from the posix mailing list.
2015-12-04 Rob LandleyReplace duplicate sed test with case we hadn't covered...
2015-11-05 Rob LandleyFix sed bug where any ] right after [ was skipped,...
2015-10-29 Rob LandleyFix sed bug reported by Isabella Parakiss, where sed...
2015-05-12 Rob LandleySet the executable bits on all the *.test files. (Wasn...
2015-03-29 Rob LandleyFix sed bug David Halls hit trying to compile libiconv.
2014-12-22 Rob LandleyAnother sed bug. (The e2fsprogs build uses multiple...
2014-12-14 Rob LandleyMake sed a\ line continuations work properly for differ...
2014-11-28 Rob Landleysed: c needs to trigger range logic like d, D works...
2014-11-15 Rob LandleyDebugging pass on sed: make the existing test suite...
2014-11-14 Rob LandleyAdd a few more sed tests.
2014-11-09 Rob LandleyYet more sed tests.
2014-11-06 Rob LandleyMore sed tests.
2014-10-29 Rob LandleyFirst batch of sed tests.