DEADSOFTWARE

first public beta
authorDeaDDooMER <deaddoomer@deadsoftware.ru>
Mon, 3 Dec 2018 15:54:35 +0000 (18:54 +0300)
committerDeaDDooMER <deaddoomer@deadsoftware.ru>
Mon, 3 Dec 2018 15:54:35 +0000 (18:54 +0300)
Dev/Mod/Diff.odc [new file with mode: 0644]
README [new file with mode: 0644]

diff --git a/Dev/Mod/Diff.odc b/Dev/Mod/Diff.odc
new file mode 100644 (file)
index 0000000..26457f3
Binary files /dev/null and b/Dev/Mod/Diff.odc differ
diff --git a/README b/README
new file mode 100644 (file)
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.