DEADSOFTWARE

fixed view comparsion
authorDeaDDooMER <deaddoomer@deadsoftware.ru>
Tue, 4 Dec 2018 13:27:09 +0000 (16:27 +0300)
committerDeaDDooMER <deaddoomer@deadsoftware.ru>
Tue, 4 Dec 2018 13:27:09 +0000 (16:27 +0300)
Dev/Mod/Diff.odc
README

index 26457f3ccacb0cf6d3366e7a031125dbc1b15194..e12a6fdb60079a239a5906a25aaff3c9c9d8b0f4 100644 (file)
Binary files a/Dev/Mod/Diff.odc and b/Dev/Mod/Diff.odc differ
diff --git a/README b/README
index e885fea72926ce49049b2258617116d2a9b87b4f..24217a5f6875293bee9d3550aa505bfd0fdae46a 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,7 @@
-BlackBox Diff Utils
+BlackBox diffutils
 --------------------
 
 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
 --------------------
@@ -14,11 +12,11 @@ Usage
 --------------------
 
 See sources. Documentation not writed yet.
+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.
 
 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.