Name Date Size #Lines LOC

..--

COPYINGH A D26-Feb-200317.6 KiB341281

ChangeLogH A D26-Feb-200364.5 KiB1,7051,337

FREEBSD-upgradeH A D26-Feb-20031.1 KiB3524

INSTALLH A D26-Feb-20037.6 KiB184143

Makefile.inH A D26-Feb-20034.4 KiB159104

NEWSH A D26-Feb-20037.3 KiB174129

READMEH A D26-Feb-20032.3 KiB5343

acconfig.hH A D26-Feb-2003452 153

addext.cH A D26-Feb-20032.5 KiB10772

argmatch.cH A D26-Feb-20032.6 KiB9351

argmatch.hH A D26-Feb-2003357 138

backupfile.cH A D26-Feb-20036.6 KiB253168

backupfile.hH A D26-Feb-20031.6 KiB5120

basename.cH A D26-Feb-2003675 3320

common.hH A D26-Feb-20036 KiB308230

config.hH A D26-Feb-20033.3 KiB12119

config.hinH A D26-Feb-20033.3 KiB11982

configureH A D26-Feb-200369.3 KiB2,3651,951

configure.inH A D26-Feb-20033.5 KiB135120

getopt.cH A D26-Feb-200329.5 KiB1,055632

getopt.hH A D26-Feb-20034.5 KiB13448

getopt1.cH A D26-Feb-20034.4 KiB190123

inp.cH A D26-Feb-200311 KiB463365

inp.hH A D26-Feb-2003340 115

install-shH A D26-Feb-20035.4 KiB251152

maketime.cH A D26-Feb-200310.2 KiB392267

maketime.hH A D26-Feb-20031.3 KiB4010

mkfileH A D26-Feb-2003487 4234

partime.cH A D26-Feb-200318.5 KiB743578

partime.hH A D26-Feb-20032.1 KiB6818

patch.1H A D26-Feb-200329.2 KiB1,0651,063

patch.cH A D26-Feb-200333.1 KiB1,3031,108

patchlevel.hH A D26-Feb-200328 21

pch.cH A D26-Feb-200346.4 KiB1,8661,609

pch.hH A D26-Feb-2003893 2621

quotearg.cH A D26-Feb-20032.8 KiB12680

quotearg.hH A D26-Feb-2003234 106

util.cH A D26-Feb-200323.9 KiB1,080881

util.hH A D26-Feb-20031.5 KiB3326

version.cH A D26-Feb-2003869 3122

version.hH A D26-Feb-2003125 61

README

1This version of `patch' has many changes made by the Free Software Foundation.
2They add support for:
3 * handling arbitrary binary data and large files
4 * the unified context diff format that GNU diff can produce
5 * making GNU Emacs-style backup files
6 * improved interaction with RCS and SCCS
7 * the GNU conventions for option parsing and configuring and compilation.
8 * better POSIX.2 compliance
9They also fix some bugs.  See the NEWS and ChangeLog files for details.
10
11Tutorial-style documentation for patch is included in the GNU
12diffutils package.  Unfortunately, the diffutils 2.7 documentation
13for `patch' is obsolete; this should be fixed in diffutils 2.8.
14In the mean time, see `patch --help', or consult the man page
15in this distribution.
16
17For GNU and Unix build and installation instructions, see the file INSTALL.
18For MS-DOS using DJGPP tools, see the file pc/djgpp/README.
19For other systems, copy config.hin to config.h and change
20#undef statements in it to #define as appropriate for your system,
21and copy Makefile.in to Makefile and set the variables that are
22enclosed in @ signs as appropriate for your system.
23
24Please send bug reports for this version of patch to
25bug-gnu-utils@prep.ai.mit.edu.
26
27The Free Software Foundation is distributing this version of patch
28independently because as of this writing, Larry Wall has not released a
29new version of patch since mid-1988.  We have heard that he has been
30too busy working on other things, like Perl.  He has graciously agreed
31to let GNU `patch' be distributed under the terms of the GNU General
32Public License.
33
34------
35
36Copyright 1984, 1985, 1986, 1987, 1988 Larry Wall
37Copyright 1989, 1990, 1991, 1992, 1993, 1997 Free Software Foundation, Inc.
38
39This program is free software: you can redistribute it and/or modify
40it under the terms of the GNU General Public License as published by
41the Free Software Foundation; either version 2, or (at your option)
42any later version.
43
44This program is distributed in the hope that it will be useful,
45but WITHOUT ANY WARRANTY; without even the implied warranty of
46MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
47See the GNU General Public License for more details.
48
49You should have received a copy of the GNU General Public License
50along with this file; see the file COPYING.
51If not, write to the Free Software Foundation,
5259 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
53