summaryrefslogtreecommitdiff
path: root/lib/diff/lcs.rb
Commit message (Expand)AuthorAgeFilesLines
* standardrb --only Style/Alias --fixAustin Ziegler2022-07-041-2/+2
* Clean up lint directivesAustin Ziegler2022-07-041-2/+2
* standardrb --only Layout/SpaceInsideHashLiteralBraces --fixAustin Ziegler2022-07-041-2/+2
* standardrb --only Style/ClassCheck --fixAustin Ziegler2022-07-041-4/+4
* Ignore Style/HashSyntaxAustin Ziegler2022-07-041-0/+2
* standardrb --only Layout/LeadingCommentSpace --fixAustin Ziegler2022-07-041-5/+5
* Fix :yields: directive for rdocAustin Ziegler2022-07-041-5/+5
* Fix Style/AndOrAustin Ziegler2022-07-041-8/+8
* standardrb --only Style/StringLiterals --fixAustin Ziegler2022-07-041-32/+32
* Fix issues reported by fastererAustin Ziegler2022-07-041-1/+1
* Prepare for release of 1.5.0Austin Ziegler2021-12-231-1/+1
* Updating the comment to reflect the new found logicfix-failed-test-due-to-resolving-off-by-one-errortiendo10112021-12-221-2/+3
* Apply some performance improvementtiendo10112021-12-221-4/+6
* The symmetrically makes it easier to understandtiendo10112021-12-221-8/+8
* Use element directly instead of accessing it from the indextiendo10112021-12-221-9/+6
* Prepare for pre-release gemAustin Ziegler2021-12-191-1/+1
* Merge pull request #75 from tiendo1011/fix-off-by-one-errorAustin Ziegler2021-12-191-1/+1
|\
| * Fix off-by-one errortiendo10112021-12-191-1/+1
* | Fix infinite method calltiendo10112021-12-191-2/+2
|/
* # This is a combination of 9 commits.Austin Ziegler2020-07-011-1/+8
* Fix some issues with 1.4 on older Rubiesfix-ruby-1.8-supportAustin Ziegler2020-06-281-1/+1
* Change when max_diff_size is appliedAustin Ziegler2020-06-231-1/+1
* Fix an issue with negative hunk max_sizeAustin Ziegler2020-06-231-1/+1
* Various updates for v 1.4Austin Ziegler2020-06-221-125/+118
* Update documentationAustin Ziegler2019-02-011-1/+1
* Reintroduce Diff::LCS::Change#to_aryAustin Ziegler2019-02-011-2/+16
* Applied Rubocop rules that I likeAustin Ziegler2019-01-271-42/+42
* Revert PR#47 "Add #to_ary to Diff::LCS::Change…"Austin Ziegler2019-01-271-14/+0
* Mention in rdoc that Diff::LCS::ContextChange can be converted to an arrayAkinori MUSHA2019-01-261-0/+14
* diff-lcs 1.3Austin Ziegler2017-01-181-82/+4
* Bumping version in preparation for next release.Austin Ziegler2014-04-261-3/+1
* Release 1.25: Bugfix for pull request #23.Austin Ziegler2013-11-071-2/+2
* Finalizing the 1.2.4 update release.v1.2.4Austin Ziegler2013-04-201-2/+2
* Creating release 1.2.3 with encoding fixes.v1.2.3Austin Ziegler2013-04-111-2/+2
* Finalizing encoding-aware diff fixes.Austin Ziegler2013-03-301-2/+2
* History update for release; version bump.Austin Ziegler2013-02-091-2/+2
* Release 1.2 in 2013, not 2012 or 2102.v1.2.0Austin Ziegler2013-01-211-1/+1
* Fixing a typo.Austin Ziegler2013-01-201-1/+1
* Fixing an issue with Diff::LCS.lcs.Austin Ziegler2013-01-201-5/+4
* Extracting duplicated code to a private method.Austin Ziegler2013-01-201-41/+6
* Resolving #12: #(un)patch_me for destructive patch.Austin Ziegler2013-01-191-14/+36
* Getting rid of a silly coding convention.Austin Ziegler2013-01-191-30/+30
* Reformatting.Austin Ziegler2013-01-191-661/+642
* Fixing an issue with the refactoring done earlier.Austin Ziegler2013-01-191-1/+1
* Starting on a substantial refactoring to fix bugs.Austin Ziegler2012-03-241-338/+60
* Major investigation to Diff::LCS bugs.Austin Ziegler2012-03-211-28/+39
* Convert to RSpecAustin Ziegler2011-07-311-471/+471
* Converting diff-lcs from svn to git format.Austin Ziegler2011-07-301-0/+1105