summaryrefslogtreecommitdiff
path: root/usr.bin/patch/patch.c
Commit message (Expand)AuthorAgeFilesLines
* patch(1): give /dev/null patches special treatmentKyle Evans2019-11-041-3/+139
* patch(1): Exit successfully if we're fed a 0-length patchKyle Evans2019-03-011-1/+2
* patch: rejname[] is also -r option buffer, and should be PATH_MAX.Pedro F. Giffuni2017-12-211-1/+1
* patch(1): don't assume a match if we run out of context to checkKyle Evans2017-11-221-0/+3
* Revert r325365Kyle Evans2017-11-081-3/+0
* patch(1): don't assume a match if we run out of context to checkKyle Evans2017-11-031-0/+3
* patch(1): replace strnlen() with a simpler strlen().Pedro F. Giffuni2017-01-021-2/+2
* Revert r311106:Pedro F. Giffuni2017-01-021-6/+8
* patch(1): extend the maximum length of a line from USHRT_MAX to UINT_MAX.Pedro F. Giffuni2017-01-021-8/+6
* Adjust a type from r267490.Pedro F. Giffuni2016-04-241-1/+1
* patch(1): Add -Vnone option to disable backup filesConrad Meyer2015-07-211-3/+6
* Fixes to exit status.Pedro F. Giffuni2014-12-311-1/+1
* patch: Bring in xstrdup and use it when appropriate.Pedro F. Giffuni2014-12-251-10/+10
* Prefer setvbuf() to setlinebuf().Pedro F. Giffuni2014-12-071-3/+3
* patch: add dry-run alias for compatibility with other implementations.Pedro F. Giffuni2014-06-151-0/+1
* patch: unsign the line length to avoid overflows.Pedro F. Giffuni2014-06-151-5/+9
* Improve bsdpatch usability:Xin LI2013-09-261-4/+7
* patch: style fixPedro F. Giffuni2013-07-241-2/+4
* Revert r250972 to fix build.Glen Barber2013-05-251-3/+3
* The error handling for writes to the target file could lead to the finalStefan Eßer2013-05-241-3/+3
* - Refresh code with latest OpenBSD revisions.Xin LI2013-01-291-15/+18
* - Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) fromGabor Kovesdan2013-01-291-0/+1066
* kill the undeadPeter Wemm1997-07-131-800/+0
* Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,Bruce Evans1997-07-061-0/+800