summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/patch/util.c
AgeCommit message (Collapse)Author
2013-09-03Remove our hacked GNU patch.Pedro F. Giffuni
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
2009-05-08Change the internal buffer used to store input lines from a static bufferStephane E. Potvin
to a dynamically allocated one in order to support input lines of arbitrary length. Approved by: kan (mentor) MFC after: 1 month Notes: svn path=/head/; revision=191910
2002-05-21Change parts of the source code to make it closer to style(9), mainlyGarance A Drosehn
changing indentation and some comments. Main goal is not perfect style, but just to reduce differences with NetBSD. The object code is exactly the same after this change as before it (except for assert() statements which have moved). Reviewed by: /sbin/md5 on i386 Obtained from: NetBSD Notes: svn path=/head/; revision=97028
2002-04-28Add many prototypes and ANSI-ize 'patch. Not a complete job of it, but it getsGarance A Drosehn
our patch to look a little more like NetBSD's, and has the nice characteristic that the object code is exactly the same after the change as before it (even in patch.c and pch.c, which have pesky 'assert' statements in them). Reviewed by: /sbin/md5 on i386, alpha, sparc64 MFC after: 3 days Notes: svn path=/head/; revision=95601
2000-12-09Add `_PATH_DEVZERO'.David E. O'Brien
Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
1998-01-21Resurrect patch 2.1 without FreeBSD Index: hackAndrey A. Chernov
Notes: svn path=/head/; revision=32672
1998-01-04Upgrade to 2.5 (contrib version)Andrey A. Chernov
Notes: svn path=/head/; revision=32252
1997-10-23Add (unsigned char) cast to ctype macrosAndrey A. Chernov
Notes: svn path=/head/; revision=30661
1997-03-17fix compilation warnings in patch... (with slight modification)John-Mark Gurney
also remove -Wall that I acidentally committed last time I was here... Submitted-by: Philippe Charnier Closes PR#2998 Notes: svn path=/head/; revision=23955
1997-02-13Fix a problem with patch in that is will always default, even when theJohn-Mark Gurney
controlling terminal is closed. Now the function ask() will return 1 when th input is known to come from a file or terminal, or it will return 0 when ther was a read error. Modified the question "Skip patch?" so that on an error from ask it will skip the patch instead of looping. Closes PR#777 2.2 candidate Notes: svn path=/head/; revision=22674
1995-05-30Remove trailing whitespace.Rodney W. Grimes
Notes: svn path=/head/; revision=8858
1993-06-19b-maked patch-2.10Paul Richards
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=33