ddmp v0.0.1-0.dev.1 (2014-02-21T10:56:00Z)
Home
Dub
Repo
Patch
ddmp
patch
Undocumented in source.
struct
Patch {
Diff
[]
diffs
;
int
start1
;
int
start2
;
int
length1
;
int
length2
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
diffs
Diff
[]
diffs
;
Undocumented in source.
length1
int
length1
;
Undocumented in source.
length2
int
length2
;
Undocumented in source.
start1
int
start1
;
Undocumented in source.
start2
int
start2
;
Undocumented in source.
Meta
Source
See Implementation
ddmp
patch
functions
addContext
addPadding
apply
patch_fromText
patch_make
patch_toText
splitMax
structs
Patch
PatchApplyResult
variables
MATCH_MAXBITS
PATCH_DELETE_THRESHOLD
PATCH_MARGIN