Text_Diff¶
General API for generating and formatting diffs - the differences between
two sequences of strings.
« More »
Text_Diff_Engine_native¶
Class used internally by Text_Diff to actually compute the diffs.
« More »
Text_Diff_Engine_shell¶
Class used internally by Diff to actually compute the diffs.
« More »
Text_Diff_Engine_string¶
Parses unified or context diffs output from eg. the diff utility.
« More »
Text_Diff_Engine_xdiff¶
Class used internally by Diff to actually compute the diffs.
« More »
Text_Diff_Renderer¶
A class to render Diffs in different formats.
« More »
Text_MappedDiff¶
General API for generating and formatting diffs - the differences between
two sequences of strings.
« More »