Download List

專案描述

patch takes a patch file containing a difference listing produced by the diff program and applies those differences to one or more original files, producing patched versions. Normally the patched versions are put in place of the originals. Backups can be made.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-10-08 07:13
2.7.1

Support has been added for diff3-style merges and for most features of the "diff --git" format, including renames and copies, permission changes, and symlink diffs, but not including binary diffs. Filenames can now be double-quoted as C string literals. Normal patches are no longer applied to symlinks (this behavior can be reverted with the new "--follow-symlinks" option). Timestamps with timezones are now honored correctly. Messages have been improved. Behavior and handling in several scenarios has been improved. Various minor bugs have been fixed.
標籤: Major feature enhancements, minor bug fixes

2009-11-20 19:13
2.6

The "check" makefile target was added. The --merge option was added. Reject files now can be used as regular patches. The original version of a file that is patched more than once is backed up, and at most only one reject file is made. The -r option now works correctly. Rejected hunks come out in unified diff format if the input patch was of that format. Various bugs were fixed.

2001-07-23 01:12
2.5.4

Project Resources