summaryrefslogtreecommitdiff
path: root/usr.bin/patch/pch.c
Commit message (Expand)AuthorAgeFilesLines
* Remove heuristic for dealing with trailing newlines being truncated by mailers.Warner Losh2020-08-161-9/+4
* patch(1): give /dev/null patches special treatmentKyle Evans2019-11-041-1/+26
* patch(1): Exit successfully if we're fed a 0-length patchKyle Evans2019-03-011-0/+3
* patch: further cleanup to git-style diffs.Pedro F. Giffuni2017-12-211-2/+4
* patch(1): Don't overrun line buffer in some casesKyle Evans2017-10-091-1/+6
* patch(1): add support for git generated diffs.Pedro F. Giffuni2017-07-021-5/+15
* patch: if reading fails, do not go into infinite loop asking for a filename.Pedro F. Giffuni2017-06-081-2/+4
* Revert r311106:Pedro F. Giffuni2017-01-021-5/+5
* patch(1): extend the maximum length of a line from USHRT_MAX to UINT_MAX.Pedro F. Giffuni2017-01-021-5/+5
* patch(1): avoid signed integer overflow when debugging.Pedro F. Giffuni2016-04-241-2/+2
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Remove automatic checkout feature.Xin LI2015-08-151-26/+9
* Fix shell injection vulnerability in patch(1) via ed(1) byXin LI2015-08-051-3/+15
* patch(1): small include changes.Pedro F. Giffuni2015-04-201-0/+1
* patch: Bring in xstrdup and use it when appropriate.Pedro F. Giffuni2014-12-251-7/+7
* patch(1): avoid line number overflowsPedro F. Giffuni2014-12-081-34/+71
* Small space changesPedro F. Giffuni2014-12-071-8/+11
* Merge fixes from OpenBSD.Pedro F. Giffuni2014-12-061-38/+40
* Update OpenBSD CVS revision for our r255232.Pedro F. Giffuni2014-12-051-1/+1
* patch: unsign the line length to avoid overflows.Pedro F. Giffuni2014-06-151-5/+5
* patch: cleanup some unnecessary cruft.Pedro F. Giffuni2014-06-141-16/+7
* Avoid zeroing during allocation.Pedro F. Giffuni2014-06-121-14/+6
* Fix file selection logic for the RCS/SCCS case, as was done for the simpleStefan Eßer2013-09-051-33/+26
* Merge r252513 from src/gnu/usr.bin/patch into src/usr.bin/patch:David E. O'Brien2013-07-031-1/+1
* Merge r252512 from src/gnu/usr.bin/patch into src/usr.bin/patch:David E. O'Brien2013-07-031-2/+6
* Fix target selection logic, which did not comply with the man page.Stefan Eßer2013-05-231-2/+8
* - Refresh code with latest OpenBSD revisions.Xin LI2013-01-291-4/+3
* - Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) fromGabor Kovesdan2013-01-291-0/+1594
* kill the undeadPeter Wemm1997-07-131-1108/+0
* Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,Bruce Evans1997-07-061-0/+1108