index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
pending
/
sed.c
Age
Commit message (
Collapse
)
Author
2014-11-08
Implement a few sed commands. Not done, and not tested yet.
Rob Landley
2014-11-04
Next round of sed infrastructure, parses most commands now, doesn't ↵
Rob Landley
implement them yet.
2014-10-29
Next drop of sed infrastructure, mostly argument parsing, doesn't do ↵
Rob Landley
anything interesting yet.
2014-10-28
Fill out rest of help text for sed.
Rob Landley
2014-10-24
Basic sed range support, enough for "sed -n 9,11p README" to work.
Rob Landley
2014-10-20
Random in-progress snapshot of sed, not finished yet.
Rob Landley
2014-10-13
Started over on sed (by reading the posix spec).
Rob Landley
2014-03-29
Group headers by standard (POSIX or LSB) or function (internationalization, ↵
Rob Landley
networking). Move headers standards ignore (but which have been there >15 years) to lib/portability.h. Fold xregcomp into lib since it's posix.
2013-02-24
Sed's still just a stub, but clean it up enough so it at least compiles.
Rob Landley
2013-02-22
Move some unfinished commands to the "pending" directory.
Rob Landley