From: DeaDDooMER Date: Mon, 3 Dec 2018 15:54:35 +0000 (+0300) Subject: first public beta X-Git-Url: https://deadsoftware.ru/gitweb?p=bbdiff.git;a=commitdiff_plain;h=fc245bb03479cf0e6a640822701377d7a8f0f16e first public beta --- fc245bb03479cf0e6a640822701377d7a8f0f16e diff --git a/Dev/Mod/Diff.odc b/Dev/Mod/Diff.odc new file mode 100644 index 0000000..26457f3 Binary files /dev/null and b/Dev/Mod/Diff.odc differ diff --git a/README b/README new file mode 100644 index 0000000..e885fea --- /dev/null +++ b/README @@ -0,0 +1,24 @@ +BlackBox Diff Utils +-------------------- + +Clone of diff and patch utilites from *nix for BlackBox and its binary document format. +Command DevDiff.CompareThis compare two files and produce patch in unified diff format. +Command DevDiff.PatchThis read patch in unified diff format and apply changes from it. + +Building +-------------------- + +Just compile module DevDiff. + +Usage +-------------------- + +See sources. Documentation not writed yet. + +Current state +-------------------- + +This is NOT final version of module DevDiff. It is NOT well tested, but it works. You are warned! +The biggest problem is that Views not compared and always treated as different. +While applying patch tested only Views types. +Todo list see at the and of sources.