diff-match-patch-c icon indicating copy to clipboard operation
diff-match-patch-c copied to clipboard

C language port of google-diff-match-patch library

Results 6 diff-match-patch-c issues
Sort by recently updated
recently updated
newest added

OK, Here is a fix for the problem :-) The problem was caused by the first loop in diff_cleanup_merge(). 'i' was used as the position for the current element, and...

While I am still actively debugging this, it would be nice to get a second set of eyes on this: Take file `a` ``` a bcde ``` Then file `b`...

Currently, the library can only be built on Windows if one uses Mingw (and presumably Cygwin). It would be nice to have other build options utilizing Visual Studio (if possible)....

To the best of my knowledge, all string types used throughout the library are standard ASCII character types. Since this is a library based on string manipulation, we should probably...

Is this project still active?