summaryrefslogtreecommitdiffstats
path: root/patches/packages/patch-2.7.4-x86_64-2_slack13.37.txt
blob: f298d860fa0b34666c9645e9dc7078a517403c17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
patch: patch (apply a diff file to an original file or files)
patch:
patch: Patch is a utility used to apply diffs (or patches) to files, which
patch: are usually source code.
patch:
patch: Larry Wall wrote the original version of patch.  Paul Eggert removed
patch: patch's arbitrary limits; added support for binary files, setting
patch: file times, and deleting files; and made it conform better to POSIX.
patch: Other  contributors include Wayne Davison, who added unidiff support,
patch: and David MacKenzie, who added configuration and backup support.
patch: