Télécharger la liste

Description du projet

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.

Système requise

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

Prise en charge a été ajoutée pour les opérations de fusion diff3-style et pour la plupart des fonctionnalités du format « diff--git », y compris les nouveaux noms et copies, modifications d'autorisations et symlink diffs, mais non compris les diffs binaire. Noms de fichiers peuvent maintenant être entre guillemets doubles comme des littéraux de chaîne C. Correctifs normales ne soient plus appliqués aux liens symboliques (ce comportement peut être rétabli avec le nouveau "--follow-liens symboliques" option). Timestamps avec fuseaux horaires sont maintenant respectées correctement. Les messages ont été améliorées. Comportement et le traitement dans plusieurs scénarios ont été améliorés. Divers bugs mineurs ont été corrigés.
Tags: Major feature enhancements, minor bug fixes
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.

2009-11-20 19:13
2.6

Le «bilan» cible du Makefile a été ajouté. The - option de fusion a été ajoutée. Rejeter les fichiers peuvent désormais être utilisés par des trous réguliers. La version originale d'un fichier qui ne soit corrigé plus d'une fois est sauvegardé, et au plus qu'un seul fichier de rejeter est faite. L'option-r fonctionne désormais correctement. Hunks Rejeté sortir au format diff unifié si le patch a été saisie de ce format. Divers bogues ont été corrigés.
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