aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/patch/backupfile.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove our hacked GNU patch.Pedro F. Giffuni2013-09-031-390/+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
* Since I'm having so much fun with const, beat my head against the wallPeter Wemm2003-10-261-3/+3
| | | | | | | some more. Make this compile cleanly. Notes: svn path=/head/; revision=121535
* returned length can exceed the limits of type charJohn W. De Boskey2003-07-291-1/+1
| | | | | | | | | Submitted by: blc@bsdwins.com Approved by: gad MFC after: 1 week Notes: svn path=/head/; revision=118136
* Add many prototypes and ANSI-ize 'patch. Not a complete job of it, but it getsGarance A Drosehn2002-04-281-40/+24
| | | | | | | | | | | | 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
* Add FreeBSD id's to these files, in advance of a separate update.Garance A Drosehn2002-04-281-1/+5
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=95600
* Resurrect patch 2.1 without FreeBSD Index: hackAndrey A. Chernov1998-01-211-0/+402
| | | | Notes: svn path=/head/; revision=32672
* Upgrade to 2.5 (contrib version)Andrey A. Chernov1998-01-041-402/+0
| | | | Notes: svn path=/head/; revision=32252
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
| | | | Notes: svn path=/head/; revision=8858
* b-maked patch-2.10Paul Richards1993-06-191-0/+402
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=33