summaryrefslogtreecommitdiff
path: root/lib/diff/lcs/internals.rb
Commit message (Expand)AuthorAgeFilesLines
* standardrb --only Style/ClassCheck --fixAustin Ziegler2022-07-041-4/+4
* Fix Style/AndOrAustin Ziegler2022-07-041-4/+4
* standardrb --only Layout/ExtraSpacing --fix and ignoreAustin Ziegler2022-07-041-1/+1
* standardrb --only Style/StringLiterals --fixAustin Ziegler2022-07-041-8/+8
* Reintroduce the threshold test optimizationreintroduce-the-threshold-test-optimizationtiendo10112021-12-221-4/+9
* Use comment to aid reverting in case the change is problematictiendo10112021-12-201-0/+3
* Ax unnecessary callstiendo10112021-12-191-7/+3
* Correct last index positiontiendo10112021-12-161-1/+1
* Reintroduce Diff::LCS::Change#to_aryAustin Ziegler2019-02-011-12/+12
* Applied Rubocop rules that I likeAustin Ziegler2019-01-271-31/+28
* diff-lcs 1.3Austin Ziegler2017-01-181-8/+14
* Fix pruning of common sequences at start.Paul Kunysch2013-04-201-0/+1
* Extracting duplicated code to a private method.Austin Ziegler2013-01-201-1/+27
* Simplifying some code for release.Austin Ziegler2013-01-201-67/+31
* Fixed Issue #1 patch direction detection.Austin Ziegler2013-01-201-41/+45
* Getting rid of a silly coding convention.Austin Ziegler2013-01-191-22/+22
* Reformatting.Austin Ziegler2013-01-191-227/+262
* Fixing an issue with the refactoring done earlier.Austin Ziegler2013-01-191-25/+25
* Fixing warnings in Ruby code.Kenichi Kamiya2013-01-171-8/+8
* Starting on a substantial refactoring to fix bugs.Austin Ziegler2012-03-241-0/+271