|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| COPYING | H A D | 26-Feb-2003 | 17.6 KiB | 341 | 281 |
| ChangeLog | H A D | 26-Feb-2003 | 64.5 KiB | 1,705 | 1,337 |
| FREEBSD-upgrade | H A D | 26-Feb-2003 | 1.1 KiB | 35 | 24 |
| INSTALL | H A D | 26-Feb-2003 | 7.6 KiB | 184 | 143 |
| Makefile.in | H A D | 26-Feb-2003 | 4.4 KiB | 159 | 104 |
| NEWS | H A D | 26-Feb-2003 | 7.3 KiB | 174 | 129 |
| README | H A D | 26-Feb-2003 | 2.3 KiB | 53 | 43 |
| acconfig.h | H A D | 26-Feb-2003 | 452 | 15 | 3 |
| addext.c | H A D | 26-Feb-2003 | 2.5 KiB | 107 | 72 |
| argmatch.c | H A D | 26-Feb-2003 | 2.6 KiB | 93 | 51 |
| argmatch.h | H A D | 26-Feb-2003 | 357 | 13 | 8 |
| backupfile.c | H A D | 26-Feb-2003 | 6.6 KiB | 253 | 168 |
| backupfile.h | H A D | 26-Feb-2003 | 1.6 KiB | 51 | 20 |
| basename.c | H A D | 26-Feb-2003 | 675 | 33 | 20 |
| common.h | H A D | 26-Feb-2003 | 6 KiB | 308 | 230 |
| config.h | H A D | 26-Feb-2003 | 3.3 KiB | 121 | 19 |
| config.hin | H A D | 26-Feb-2003 | 3.3 KiB | 119 | 82 |
| configure | H A D | 26-Feb-2003 | 69.3 KiB | 2,365 | 1,951 |
| configure.in | H A D | 26-Feb-2003 | 3.5 KiB | 135 | 120 |
| getopt.c | H A D | 26-Feb-2003 | 29.5 KiB | 1,055 | 632 |
| getopt.h | H A D | 26-Feb-2003 | 4.5 KiB | 134 | 48 |
| getopt1.c | H A D | 26-Feb-2003 | 4.4 KiB | 190 | 123 |
| inp.c | H A D | 26-Feb-2003 | 11 KiB | 463 | 365 |
| inp.h | H A D | 26-Feb-2003 | 340 | 11 | 5 |
| install-sh | H A D | 26-Feb-2003 | 5.4 KiB | 251 | 152 |
| maketime.c | H A D | 26-Feb-2003 | 10.2 KiB | 392 | 267 |
| maketime.h | H A D | 26-Feb-2003 | 1.3 KiB | 40 | 10 |
| mkfile | H A D | 26-Feb-2003 | 487 | 42 | 34 |
| partime.c | H A D | 26-Feb-2003 | 18.5 KiB | 743 | 578 |
| partime.h | H A D | 26-Feb-2003 | 2.1 KiB | 68 | 18 |
| patch.1 | H A D | 26-Feb-2003 | 29.2 KiB | 1,065 | 1,063 |
| patch.c | H A D | 26-Feb-2003 | 33.1 KiB | 1,303 | 1,108 |
| patchlevel.h | H A D | 26-Feb-2003 | 28 | 2 | 1 |
| pch.c | H A D | 26-Feb-2003 | 46.4 KiB | 1,866 | 1,609 |
| pch.h | H A D | 26-Feb-2003 | 893 | 26 | 21 |
| quotearg.c | H A D | 26-Feb-2003 | 2.8 KiB | 126 | 80 |
| quotearg.h | H A D | 26-Feb-2003 | 234 | 10 | 6 |
| util.c | H A D | 26-Feb-2003 | 23.9 KiB | 1,080 | 881 |
| util.h | H A D | 26-Feb-2003 | 1.5 KiB | 33 | 26 |
| version.c | H A D | 26-Feb-2003 | 869 | 31 | 22 |
| version.h | H A D | 26-Feb-2003 | 125 | 6 | 1 |
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