OSDN Git Service

Debian bug 635570 did something horribly nonstandard (depending on a side
authorRob Landley <rob@landley.net>
Thu, 24 Mar 2016 21:20:36 +0000 (16:20 -0500)
committerRob Landley <rob@landley.net>
Thu, 24 Mar 2016 21:20:36 +0000 (16:20 -0500)
commitaf51034338e107f1f45a66547e785b7730d20459
tree4bd0f5294710bd90562e3ea79f9f7c32309383d8
parent1ffa7f45eb4fe3b73f94e69c929ad311d9c44b81
Debian bug 635570 did something horribly nonstandard (depending on a side
effect of "sed -e 'a\'" with no trailing line). But there's an actual user,
and it's not hard to implement, and it's not hard to implement, and there
isn't an obvious _other_ way to do it, so add the behavior and a test for it.

Fix some bad/missing comments while I was there, and add a couple TODOs.
tests/sed.test
toys/posix/sed.c