commit all archived files
This commit is contained in:
parent
b9ad722e2c
commit
d2053dbc94
16
README.md
Normal file
16
README.md
Normal file
@ -0,0 +1,16 @@
|
||||
# mrdiff
|
||||
|
||||
![](https://img.shields.io/badge/written%20in-C%2B%2B%2C%20Javascript-blue)
|
||||
|
||||
A binary-safe diff/merge/patch library for multiple languages.
|
||||
|
||||
Implements the longest common subsequence (Myers, 1986) and shortest middle snake functions for diffing text as per http://www.mathertel.de/Diff/DiffDoku.aspx , in both C++ and javascript.
|
||||
|
||||
Source code and command-line binary included with download.
|
||||
|
||||
|
||||
## Download
|
||||
|
||||
- [⬇️ mrdiff-1.2.7z](dist-archive/mrdiff-1.2.7z) *(55.02 KiB)*
|
||||
- [⬇️ mrdiff-1.1.7z](dist-archive/mrdiff-1.1.7z) *(22.84 KiB)*
|
||||
- [⬇️ mrdiff-1.0.7z](dist-archive/mrdiff-1.0.7z) *(19.74 KiB)*
|
BIN
dist-archive/mrdiff-1.0.7z
Normal file
BIN
dist-archive/mrdiff-1.0.7z
Normal file
Binary file not shown.
BIN
dist-archive/mrdiff-1.1.7z
Normal file
BIN
dist-archive/mrdiff-1.1.7z
Normal file
Binary file not shown.
BIN
dist-archive/mrdiff-1.2.7z
Normal file
BIN
dist-archive/mrdiff-1.2.7z
Normal file
Binary file not shown.
BIN
doc/image-main.png
Normal file
BIN
doc/image-main.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Reference in New Issue
Block a user