xdiff
fileprocess.file- xdiff_file_bdiff () - Make binary diff of two files
- xdiff_file_bdiff_size (file) - Read a size of file created by applying a binary diff
- xdiff_file_bpatch (file, patch, dest) - Patch a file with a binary diff
- xdiff_file_diff (file, patch, dest) - Make unified diff of two files
- xdiff_file_diff_binary (file, patch, dest) - Alias of xdiff_file_bdiff
- xdiff_file_merge3 (file, patch, dest) - Merge 3 files into one
- xdiff_file_patch (file, patch, dest, flags) - Patch a file with an unified diff
- xdiff_file_patch_binary (file, patch, dest) - Alias of xdiff_file_bpatch
- xdiff_file_rabdiff (file, patch, dest) - Make binary diff of two files using the Rabin's polynomial fingerprinting algorithm
- xdiff_string_bdiff (file, patch, dest) - Make binary diff of two strings
- xdiff_string_bdiff_size (patch) - Read a size of file created by applying a binary diff
- xdiff_string_bpatch (str, patch) - Patch a string with a binary diff
- xdiff_string_diff (str, patch) - Make unified diff of two strings
- xdiff_string_diff_binary (str, patch) - Alias of xdiff_string_bdiff
- xdiff_string_merge3 (str, patch) - Merge 3 strings into one
- xdiff_string_patch (str, patch, flags, error) - Patch a string with an unified diff
- xdiff_string_patch_binary (str, patch) - Alias of xdiff_string_bpatch
- xdiff_string_rabdiff (str, patch) - Make binary diff of two strings using the Rabin's polynomial fingerprinting algorithm
