summaryrefslogtreecommitdiff
path: root/usr.bin/diff/pr.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leakBaptiste Daroussin2018-06-121-0/+1
| | | | | | | CID: 1393352 Notes: svn path=/head/; revision=335002
* Correctly test return value of pipe(2)Baptiste Daroussin2018-06-121-1/+2
| | | | | | | CID: 1393351 Notes: svn path=/head/; revision=335001
* Isolate the pr(1) related code in its own source filesBaptiste Daroussin2018-06-091-0/+124
This keeps diffreg.c closer to what it is supposed to do: diffing regular files. It also allows my code to get a proper license Notes: svn path=/head/; revision=334894