aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/sed.c
AgeCommit message (Expand)Author
2014-11-10Implement another largeish chunk of sed. Untested, unfinished, do not use yet.Rob Landley
2014-11-08Implement a few sed commands. Not done, and not tested yet.Rob Landley
2014-11-04Next round of sed infrastructure, parses most commands now, doesn't implement...Rob Landley
2014-10-29Next drop of sed infrastructure, mostly argument parsing, doesn't do anything...Rob Landley
2014-10-28Fill out rest of help text for sed.Rob Landley
2014-10-24Basic sed range support, enough for "sed -n 9,11p README" to work.Rob Landley
2014-10-20Random in-progress snapshot of sed, not finished yet.Rob Landley
2014-10-13Started over on sed (by reading the posix spec).Rob Landley
2014-03-29Group headers by standard (POSIX or LSB) or function (internationalization, n...Rob Landley
2013-02-24Sed's still just a stub, but clean it up enough so it at least compiles.Rob Landley
2013-02-22Move some unfinished commands to the "pending" directory.Rob Landley