• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..19-Mar-20126

aclocal.m4H A D08-May-200313.2 KiB

addext.cH A D08-May-20032.7 KiB

ansi2knr.1H A D06-May-20001.5 KiB

ansi2knr.cH A D06-May-200018.3 KiB

argmatch.cH A D08-May-20038 KiB

argmatch.hH A D08-May-20034.5 KiB

AUTHORSH A D06-May-2000293

backupfile.cH A D08-May-20037.5 KiB

backupfile.hH A D06-May-20001.9 KiB

basename.cH A D08-May-20032.2 KiB

basename.hH A D06-May-2000195

ChangeLogH A D08-May-200381.2 KiB

common.hH A D08-May-20036.5 KiB

config.guessH A D06-May-200030.7 KiB

config.hinH A D08-May-20037.4 KiB

config.subH A D06-May-200023.8 KiB

configureH A D08-May-2003238.6 KiB

configure.acH A D08-May-20031.9 KiB

configure.inH A D06-May-20001.2 KiB

COPYINGH A D08-May-200317.6 KiB

dirname.cH A D08-May-20032.8 KiB

dirname.hH A D08-May-20031.4 KiB

error.cH A D08-May-20039 KiB

error.hH A D08-May-20032.6 KiB

exitfail.cH A D08-May-2003985

exitfail.hH A D08-May-2003831

getopt.cH A D08-May-200329.8 KiB

getopt.hH A D08-May-20036.2 KiB

getopt1.cH A D08-May-20034.4 KiB

inp.cH A D08-May-200311.3 KiB

inp.hH A D08-May-20031.1 KiB

INSTALLH A D08-May-20039 KiB

install-shH A D08-May-20035.4 KiB

m4/H19-Mar-201218

Makefile.inH A D15-Mar-20126 KiB

maketime.cH A D06-May-200014.3 KiB

maketime.hH A D06-May-20001.3 KiB

malloc.cH A D06-May-20001.1 KiB

memchr.cH A D08-May-20036.3 KiB

mkdir.cH A D08-May-20031.9 KiB

mkinstalldirsH A D08-May-20031.8 KiB

NEWSH A D08-May-20039.3 KiB

partime.cH A D08-May-200323.4 KiB

partime.hH A D06-May-20002.4 KiB

patch.cH A D08-May-200336.3 KiB

patch.manH A D08-May-200331.1 KiB

patchlevel.hH A D08-May-200330

pc/H19-Mar-20124

pch.cH A D04-Feb-201150.3 KiB

pch.hH A D08-May-20031.5 KiB

quote.cH A D08-May-2003652

quote.hH A D08-May-2003283

quotearg.cH A D08-May-200317 KiB

quotearg.hH A D08-May-20034.8 KiB

quotesys.cH A D06-May-20002.8 KiB

quotesys.hH A D06-May-2000237

READMEH A D08-May-20032.4 KiB

realloc.cH A D06-May-20001.2 KiB

rename.cH A D08-May-20031.8 KiB

rmdir.cH A D06-May-20001.9 KiB

strcasecmp.cH A D08-May-20031.9 KiB

strncasecmp.cH A D08-May-200345

unlocked-io.hH A D08-May-20031.7 KiB

util.cH A D08-May-200323.3 KiB

util.hH A D08-May-20032.4 KiB

version.cH A D08-May-2003866

version.hH A D08-May-2003120

xalloc.hH A D08-May-20032.9 KiB

xmalloc.cH A D08-May-20032.7 KiB

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 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; get GNU Diffutils 2.8 or later for up-to-date
13documentation for patch.
14
15For GNU and Unix build and installation instructions, see the file INSTALL.
16Use `configure --disable-largefile' to disable large file support;
17this is reportedly necessary on Red Hat GNU/Linux 6.0 to avoid a C library bug.
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
25<bug-patch@gnu.org>.
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 (C) 1984, 1985, 1986, 1987, 1988 Larry Wall
37
38Copyright (C) 1989, 1990, 1991, 1992, 1993, 1997, 1999, 2002 Free
39Software Foundation, Inc.
40
41This program is free software: you can redistribute it and/or modify
42it under the terms of the GNU General Public License as published by
43the Free Software Foundation; either version 2, or (at your option)
44any later version.
45
46This program is distributed in the hope that it will be useful,
47but WITHOUT ANY WARRANTY; without even the implied warranty of
48MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
49See the GNU General Public License for more details.
50
51You should have received a copy of the GNU General Public License
52along with this file; see the file COPYING.
53If not, write to the Free Software Foundation,
5459 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
55