Age | Commit message (Expand) | Author |
2014-12-19 | More sed bugs. | Rob Landley |
2014-12-15 | Fix yet another sed bug. | Rob Landley |
2014-12-14 | Make sed a\ line continuations work properly for different pattern input modes. | Rob Landley |
2014-12-13 | Fix bug in sed y/// where bytes in target but not in source were replaced by ... | Rob Landley |
2014-12-13 | Last sed bugfix broke 'b', fix it. | Rob Landley |
2014-12-10 | Make unescape_delimited_string() copy the string so error reporting isn't so ... | Rob Landley |
2014-12-10 | Fix some sed bugs and improve error reporting. | 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-18 | More sed bugfixes. | Rob Landley |
2014-11-17 | sed: fix 'q', and { }, and } after s/// with no semicolon. | Rob Landley |
2014-11-17 | More sed corner cases. (Empty regex repeats previous regex, implement -i, etc.) | Rob Landley |
2014-11-16 | Fix more sed bugs. | Rob Landley |
2014-11-16 | Fix sed 'b' with no label and 'N' in general. | Rob Landley |
2014-11-15 | More sed bugfixes. (Did you know s/[/]// is a valid sed expression?) | Rob Landley |
2014-11-15 | Debugging pass on sed: make the existing test suite pass. | Rob Landley |
2014-11-14 | sed: implement s & and \1 backrefs. | Rob Landley |
2014-11-12 | Implement more sed plumbing, including s/// (without \1 or & yet). | Rob Landley |
2014-11-10 | Implement another largeish chunk of sed. Untested, unfinished, do not use yet. | Rob Landley |
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 implement... | Rob Landley |
2014-10-29 | Next drop of sed infrastructure, mostly argument parsing, doesn't do anything... | Rob Landley |
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, n... | Rob Landley |
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 |