aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/patch/patch.c
Commit message (Expand)AuthorAgeFilesLines
* Remove our hacked GNU patch.Pedro F. Giffuni2013-09-031-971/+0
* Change the internal buffer used to store input lines from a static bufferStephane E. Potvin2009-05-081-0/+5
* Prevent stack-smashing buffer overflows in -D and -r options by usingKris Kennaway2002-10-131-6/+7
* Add many prototypes and ANSI-ize 'patch. Not a complete job of it, but it getsGarance A Drosehn2002-04-281-44/+33
* Add -i option (SUSv3) to patch(1). This allows one to specify aMike Barcroft2002-02-081-2/+5
* Fix previous commit such that only -S/--skip ignores errors when applyingKelly Yancey2000-08-021-0/+7
* Fix patch such that skipping files does not count as a failure.Kelly Yancey2000-08-021-1/+0
* Clean up some $Log$ debris, including some real messes.Peter Wemm1999-09-051-59/+0
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-1/+4
* Add PATCH_INDEX_FIRST environment variable to do the same as -I optionAndrey A. Chernov1998-01-221-3/+9
* Update usage line with new optionAndrey A. Chernov1998-01-211-2/+6
* Add -I or --index-first option to take Index: precedence over context diff,Andrey A. Chernov1998-01-211-2/+12
* Resurrect patch 2.1 without FreeBSD Index: hackAndrey A. Chernov1998-01-211-0/+1003
* Upgrade to 2.5 (contrib version)Andrey A. Chernov1998-01-041-1000/+0
* Add (unsigned char) cast to ctype macrosAndrey A. Chernov1997-10-231-6/+15
* fix compilation warnings in patch... (with slight modification)John-Mark Gurney1997-03-171-1/+15
* Fix a problem with patch in that is will always default, even when theJohn-Mark Gurney1997-02-131-3/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-36/+40
* Fix bug that created new files even when running in -C check mode.Jeffrey Hsu1995-01-121-2/+5
* added the -C/-check again.Poul-Henning Kamp1994-02-251-6/+21
* Put this back - I was somehow under the erroneous impression that patch was inJordan K. Hubbard1994-02-171-17/+10
* From Poul-Henning Kamp - Implement a -C option to verify the integrity ofJordan K. Hubbard1994-02-171-7/+21
* b-maked patch-2.10Paul Richards1993-06-191-0/+945