Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | msed: match header names case insensitively | Leah Neukirchen | 2021-05-10 | 1 | -1/+1 |
| | | | | Found by skarnet. | ||||
* | pledge(2) all programs | Tim Kuijsten | 2020-09-06 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | All programs except mshow have a very tight set of promises. mshow has a broad set of promises and might be a good future candidate to further restrict using unveil(2). This patch is based on commit 0300a112 by Alex Holst (dated 2017-12-07), which was proposed in GH PR #79. * pledged mpick, mflow and mdate so that now all programs are pledged * removed some unneeded promises and added some missing promises * move err.h include and OpenBSD ifdef into a new xpledge.h * cleaned up code aligning and whitespace Closes: #179 [via git-merge-pr] | ||||
* | msed: improve zero initialization | Leah Neukirchen | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | msed: fix use of uninitialized memory | Duncaen | 2019-02-28 | 1 | -1/+1 |
| | | | | found by -fsanitize=memory | ||||
* | msed: allow final empty command | Leah Neukirchen | 2019-02-01 | 1 | -0/+2 |
| | |||||
* | msed: sed: free h and v | Leah Neukirchen | 2018-01-11 | 1 | -1/+6 |
| | |||||
* | msed: fix parsing of a// | Leah Neukirchen | 2018-01-11 | 1 | -1/+3 |
| | |||||
* | msed: add s///d flag to remove on match | Leah Neukirchen | 2018-01-07 | 1 | -4/+12 |
| | |||||
* | style | Leah Neukirchen | 2017-08-31 | 1 | -40/+40 |
| | |||||
* | msed: prefix error messages | Duncaen | 2017-02-24 | 1 | -7/+7 |
| | |||||
* | msed: error out on invalid expressions | Duncaen | 2017-02-24 | 1 | -1/+7 |
| | |||||
* | clean up whitespace | Leah Neukirchen | 2017-01-26 | 1 | -12/+12 |
| | |||||
* | msed: drop date generation (use mdate) | Christian Neukirchen | 2016-08-08 | 1 | -13/+3 |
| | |||||
* | msed: fixes, add /date/a | Christian Neukirchen | 2016-08-01 | 1 | -17/+46 |
| | |||||
* | add msed | Christian Neukirchen | 2016-08-01 | 1 | -0/+293 |