aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/patch/patch.1
Commit message (Collapse)AuthorAgeFilesLines
* Remove our hacked GNU patch.Pedro F. Giffuni2013-09-031-594/+0
| | | | | | | | | | | | | | The old (2.1) GNU patch has outlived its days. The major local changes have been moved into the less restrictedly licensed patch(1) we adopted in usr.bin/ . A much newer version of GNU patch is available in the ports tree (devel/patch). Disconnect from the build and remove. Notes: svn path=/head/; revision=255191
* Get rid of a spurious "the".Daniel Harris2004-03-181-1/+1
| | | | | | | | | PR: 64081 Submitted by: Chris Pepper <pepper@reppep.com> MFC after: 1 day Notes: svn path=/head/; revision=127185
* Add -i option (SUSv3) to patch(1). This allows one to specify aMike Barcroft2002-02-081-1/+12
| | | | | | | | | | patch file on command line instead of stdin. Submitted by: Joseph Mallett <jmallett@xMach.org> MFC after: 1 month Notes: svn path=/head/; revision=90379
* Restore vendor CVS keywords; eliminate troff(1) warnings.Ruslan Ermilov2001-07-121-1/+3
| | | | Notes: svn path=/head/; revision=79632
* Clean up some $Log$ debris, including some real messes.Peter Wemm1999-09-051-27/+0
| | | | Notes: svn path=/head/; revision=50965
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-1/+4
| | | | Notes: svn path=/head/; revision=50488
* Add PATCH_INDEX_FIRST environment variable to do the same as -I optionAndrey A. Chernov1998-01-221-1/+8
| | | | Notes: svn path=/head/; revision=32698
* Add -I or --index-first option to take Index: precedence over context diff,Andrey A. Chernov1998-01-211-1/+9
| | | | | | | as it was in hacked FreeBSD version Notes: svn path=/head/; revision=32673
* Resurrect patch 2.1 without FreeBSD Index: hackAndrey A. Chernov1998-01-211-0/+590
| | | | Notes: svn path=/head/; revision=32672
* Upgrade to 2.5 (contrib version)Andrey A. Chernov1998-01-041-587/+0
| | | | Notes: svn path=/head/; revision=32252
* Update the manual page to reflect the fact that an "Index" lineJohn Polstra1996-02-071-2/+5
| | | | | | | | now takes precedence over a context diff header for determining the name of the file to patch. Notes: svn path=/head/; revision=13960
* added the -C/-check again.Poul-Henning Kamp1994-02-251-1/+8
| | | | Notes: svn path=/head/; revision=1212
* Put this back - I was somehow under the erroneous impression that patch was inJordan K. Hubbard1994-02-171-4/+5
| | | | | | | ports, until I saw the the commit messages, that is! :-) All changed backed out. Notes: svn path=/head/; revision=1174
* From Poul-Henning Kamp - Implement a -C option to verify the integrity ofJordan K. Hubbard1994-02-171-2/+8
| | | | | | | a patch before actually applying it. Notes: svn path=/head/; revision=1173
* b-maked patch-2.10Paul Richards1993-06-191-0/+570
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=33