aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/patch/backupfile.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
* usr.bin/patch: remove unneeded header.Xin LI2021-05-021-1/+0
| | | | MFC after: 2 weeks
* patch(1): Add -Vnone option to disable backup filesConrad Meyer2015-07-211-2/+2
| | | | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D3146 Reviewed by: pfg Approved by: markj (mentor) MFC after: 1 week Relnotes: yes Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=285772
* - Refresh code with latest OpenBSD revisions.Xin LI2013-01-291-4/+2
| | | | | | | | | | | | - Remove $DragonFly$ tags as they are using git nowadays and VCS tags will not help merging. - Other changes to Copyright headers to make them consistent with other source code, we intend to fork from this point. Reviewed by: pfg Notes: svn path=/head/; revision=246091
* - Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) fromGabor Kovesdan2013-01-291-0/+248
| | | | | | | | | | | DragonflyBSD and install it as bsdpatch. WITH_BSD_PATCH makes it default and installs GNU patch as gnupatch. Submitted by: pfg Obtained from: The DragonflyBSD Project Notes: svn path=/head/; revision=246074
* Remove these three files left-over from my unsuccessful attempt toGarance A Drosehn2004-08-041-238/+0
| | | | | | | | | re-import `patch' into this location. Instead I think I will import it to 'patch-b', and that way I can be sure that I am starting with a clean slate WRT the CVS repository. Notes: svn path=/head/; revision=133104
* Import of a BSD-licensed version of `patch', which will eventuallyGarance A Drosehn2004-08-011-0/+238
replace the version we currently have in src/gnu/usr.bin/patch/. Among other things, this version includes a --posix option for strict POSIX conformance. This version is the current source from OpenBSD as of today. It is their 3.5-release, plus a few updates to patch.c and pch.c that they made about three weeks ago. Notes: svn path=/vendor/OpenBSD/dist/; revision=132977