Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6cb8fe6
reworked assertions in tests to be more informative
rwcarlsen Mar 5, 2013
085823a
fixed bug where array modifications weren't returned due to non-point…
rwcarlsen Mar 5, 2013
5dbd4a7
fixed remaining bugs in DiffCharsToLines
rwcarlsen Mar 5, 2013
26f1870
fixed bug in reverse overlap elimination - added pretty printing for …
rwcarlsen Mar 5, 2013
066b635
fixed DiffFromDelta bug where byte slicing was used instead of rune s…
rwcarlsen Mar 5, 2013
4cbec32
Changes 'deadline' to be int64 instead of int32
akovaski Jan 31, 2013
f23538d
removed TODO form DiffBisect lines because they are done
akovaski Jan 31, 2013
71e2760
concat function is not needed, builtin append works in place
akovaski Feb 2, 2013
f7e2296
fixed bug in my diffMain refactor and fixed diffCompute bug where Dif…
rwcarlsen Mar 5, 2013
987f9cb
added int min function. Improved pretty test fail output for assertDi…
rwcarlsen Mar 5, 2013
1307524
Added a New function that creates a default DiffMatchPatch
rwcarlsen Mar 6, 2013
1f56a9f
fixed a bug in DiffBisect wrt runes vs bytes
rwcarlsen Mar 7, 2013
29b9f95
go fmt
rwcarlsen Mar 7, 2013
2e246ae
switched to a different assert package
rwcarlsen Mar 7, 2013
ce24a72
fixed bug due to rounding/float/int conversion
rwcarlsen Mar 8, 2013
3dd7699
deadline is now time.Time. Fixed timeout bug wrt seconds vs 1000*sec…
rwcarlsen Mar 8, 2013
24c1575
fixed var shadowing bug in diffLineMode
rwcarlsen Mar 9, 2013
25bc765
added type-safe wrapper DiffMain around private diffMain - no more in…
rwcarlsen Mar 8, 2013
90384d2
used utf8 decoderuneinstring funcs for forward/reverse range rather t…
rwcarlsen Mar 9, 2013
8c0e3a1
cleaned up func args. Fixed uninitialized bisect slices
rwcarlsen Mar 9, 2013
2b71292
cleaned up min/max calcs. Fixed patch bug where AddContext return val…
rwcarlsen Mar 10, 2013
2f08e75
fixed escape analysis test where go url query escaper uses upper case…
rwcarlsen Mar 10, 2013
cf10e0b
reordered some functions, types. Deleted unused LineDiff type. Fixed …
rwcarlsen Mar 11, 2013
e66675f
fixed patch slicing bugs in patch_splitMax function
rwcarlsen Mar 11, 2013
99dad8e
fixed nullpadding creation err
rwcarlsen Mar 11, 2013
7fc9952
fixed match ratio calc bug
rwcarlsen Mar 11, 2013
3d2b8dd
go fmt
rwcarlsen Mar 11, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading