about summary refs log tree commit diff
path: root/msed.c
Commit message (Collapse)AuthorAgeFilesLines
* msed: match header names case insensitivelyLeah Neukirchen2021-05-101-1/+1
| | | | Found by skarnet.
* pledge(2) all programsTim Kuijsten2020-09-061-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 initializationLeah Neukirchen2019-03-011-1/+1
|
* msed: fix use of uninitialized memoryDuncaen2019-02-281-1/+1
| | | | found by -fsanitize=memory
* msed: allow final empty commandLeah Neukirchen2019-02-011-0/+2
|
* msed: sed: free h and vLeah Neukirchen2018-01-111-1/+6
|
* msed: fix parsing of a//Leah Neukirchen2018-01-111-1/+3
|
* msed: add s///d flag to remove on matchLeah Neukirchen2018-01-071-4/+12
|
* styleLeah Neukirchen2017-08-311-40/+40
|
* msed: prefix error messagesDuncaen2017-02-241-7/+7
|
* msed: error out on invalid expressionsDuncaen2017-02-241-1/+7
|
* clean up whitespaceLeah Neukirchen2017-01-261-12/+12
|
* msed: drop date generation (use mdate)Christian Neukirchen2016-08-081-13/+3
|
* msed: fixes, add /date/aChristian Neukirchen2016-08-011-17/+46
|
* add msedChristian Neukirchen2016-08-011-0/+293