• svn URL

Use this URL in your Subversion client. Need more instructions?
 

BDiff outputs information about the differences between two files, with the option to output binary patch files. BPatch can apply the binary patches created by BDiff.

root

User picture

Author: delphidabbler

Revision: 114 («Previous)


(November 23, 2011 22:18 UTC) 6 months ago

Moved main program logic from UBPatch (Main routine) into new TMain static class in new UBPatchMain unit. Project file now calls TMain.Run to run the program, which in turn calls ApplyPatch routine in UBPatch that has now been made "public".

 
Name Date Rev. Commit message
branches Fri, Jul 31 2009 1 [Dev] Created BDiff repository.
tags Thu, Aug 06 2009 58 [delphidabbler] BDiff / BPatch version 0.2.6a
trunk Wed, Nov 23 2011 114 [delphidabbler] Moved main program logic from UBPatch (Main routine) into...