summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/patch
AgeCommit message (Expand)Author
2013-09-03Remove our hacked GNU patch.Pedro F. Giffuni
2013-08-29Drop build option switch for the older GNU patch.Pedro F. Giffuni
2013-07-26Make the BSD-licensed patch the default.Pedro F. Giffuni
2013-07-02Properly handle input lines containing NUL characters such that pgets()David E. O'Brien
2013-07-02Make it so that 'patch < FUBAR' and 'patch -i FUBAR' operate the same.David E. O'Brien
2013-01-29- Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) fromGabor Kovesdan
2009-09-16The buffer returned by fgenln is not a "C" string and might not be NULStephane E. Potvin
2009-08-23Add support for diffs generated by Perforce.Ed Schouten
2009-05-08Change the internal buffer used to store input lines from a static bufferStephane E. Potvin
2004-03-18Get rid of a spurious "the".Daniel Harris
2004-02-17Remove getopt*.c, we already have compatible getopt_long() in libcAndrey A. Chernov
2003-10-26Since I'm having so much fun with const, beat my head against the wallPeter Wemm
2003-07-29returned length can exceed the limits of type charJohn W. De Boskey
2002-10-13Prevent stack-smashing buffer overflows in -D and -r options by usingKris Kennaway
2002-05-21Change parts of the source code to make it closer to style(9), mainlyGarance A Drosehn
2002-04-28Add many prototypes and ANSI-ize 'patch. Not a complete job of it, but it getsGarance A Drosehn
2002-04-28Add FreeBSD id's to these files, in advance of a separate update.Garance A Drosehn
2002-04-26Modify our 'patch' utility to recognize theGarance A Drosehn
2002-02-08Add -i option (SUSv3) to patch(1). This allows one to specify aMike Barcroft
2001-07-12Restore vendor CVS keywords; eliminate troff(1) warnings.Ruslan Ermilov
2001-03-27MAN[1-9] -> MAN.Ruslan Ermilov
2000-12-09Add `_PATH_DEVZERO'.David E. O'Brien
2000-08-02Fix previous commit such that only -S/--skip ignores errors when applyingKelly Yancey
2000-08-02Fix patch such that skipping files does not count as a failure.Kelly Yancey
1999-09-05Clean up some $Log$ debris, including some real messes.Peter Wemm
1999-08-28$Header$ -> $FreeBSD$Peter Wemm
1998-01-22Add PATCH_INDEX_FIRST environment variable to do the same as -I optionAndrey A. Chernov
1998-01-21Update usage line with new optionAndrey A. Chernov
1998-01-21Add -I or --index-first option to take Index: precedence over context diff,Andrey A. Chernov
1998-01-21Resurrect patch 2.1 without FreeBSD Index: hackAndrey A. Chernov
1998-01-04Upgrade to 2.5 (contrib version)Andrey A. Chernov
1998-01-03Back out Index over +++/--- precedence.Andrey A. Chernov
1997-10-23Add (unsigned char) cast to ctype macrosAndrey A. Chernov
1997-03-17fix compilation warnings in patch... (with slight modification)John-Mark Gurney
1997-02-13Fix a problem with patch in that is will always default, even when theJohn-Mark Gurney
1996-04-12Attempt to break a $Log$ snafu where a *** /--- (minus space)Mark Murray
1996-04-11Priorities were broken. If there was an Index: line and ***/--- linesMark Murray
1996-02-07Update the manual page to reflect the fact that an "Index" lineJohn Polstra
1995-09-14Give "Index" specified filenames preference over other filenames specifiedJustin T. Gibbs
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1995-01-12Fix bug that created new files even when running in -C check mode.Jeffrey Hsu
1994-02-25added the -C/-check again.Poul-Henning Kamp
1994-02-17Put this back - I was somehow under the erroneous impression that patch was inJordan K. Hubbard
1994-02-17From Poul-Henning Kamp - Implement a -C option to verify the integrity ofJordan K. Hubbard
1993-09-22Increaed the fixed static buffer sizes and maximum hunk size thatRich Murphey
1993-06-19b-maked patch-2.10Paul Richards