about summary refs log tree commit diff
path: root/msort.c
Commit message (Collapse)AuthorAgeFilesLines
* pledge(2) all programsTim Kuijsten2020-09-061-0/+2
| | | | | | | | | | | | | | | | 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]
* msort: order: remove dead assignmentLeah Neukirchen2020-08-101-3/+3
| | | | Found by scan-build/clang 10.0.0
* styleLeah Neukirchen2017-08-311-2/+2
|
* clean up whitespaceLeah Neukirchen2017-01-261-4/+4
|
* msort: add -U and -I to sort by flagsChristian Neukirchen2016-08-061-2/+34
|
* msort: check reallocChristian Neukirchen2016-07-291-0/+2
|
* msort: add usageChristian Neukirchen2016-07-261-1/+2
|
* msort: don't let fileorder fallbackChristian Neukirchen2016-07-261-6/+7
|
* str*casecmp is in <strings.h>Christian Neukirchen2016-07-261-0/+1
|
* msort: fix sizeofChristian Neukirchen2016-07-251-1/+1
|
* msort: remove diagnosticsChristian Neukirchen2016-07-251-1/+0
|
* msort: allow multiple orderings (first different wins)Christian Neukirchen2016-07-251-88/+74
| | | | Also extract mystrverscmp.c into a seperate file.
* blaze822: blaze822_addr: return 0 when no address is foundChristian Neukirchen2016-07-251-2/+2
| | | | Also return null pointers instead of empty strings.
* msort: use blaze822_loop1Christian Neukirchen2016-07-231-5/+3
|
* msort: default to all messages when interactive w/o argsChristian Neukirchen2016-07-201-2/+8
|
* add msortChristian Neukirchen2016-07-201-0/+313