summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/ed.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use getline(3) to handle lines longer than 8192 bytes in patch filesjca2019-12-021-3/+3
* Fix 'c'hange command handling if last line of a file is removed.tobias2016-09-021-2/+3
* Properly handle ed-files which fully replace input file content. Thistobias2016-02-221-18/+11
* Add native support for ed-style diffs. No need to pledge "proc exec" anymore.tobias2015-10-161-0/+342