about summary refs log tree commit diff
path: root/pipeto.c
Commit message (Collapse)AuthorAgeFilesLines
* use appropriate integer typesLeah Neukirchen2017-10-061-2/+2
| | | | Mainly found with clang -Wconversion -Wshorten-64-to-32.
* styleLeah Neukirchen2017-08-311-2/+2
|
* pipeto: check argv[0] is setLeah Neukirchen2017-05-231-1/+4
| | | | | This path couldn't so far be triggered, but can be useful if we reuse this code.
* mshow: spawn a pager for interactive useLeah Neukirchen2017-05-231-0/+98