summaryrefslogtreecommitdiff
path: root/lib/diff/lcs
Commit message (Expand)AuthorAgeFilesLines
* standardrb --only Style/BarePercentLiterals --fixAustin Ziegler2022-07-041-1/+1
* standardrb --only Style/StringLiteralsInInterpolationAustin Ziegler2022-07-041-0/+6
* standardrb --only Style/StringLiteralsInInterpolation --fix and moreAustin Ziegler2022-07-041-9/+8
* standardrb --only Style/RedundantBegin --fixAustin Ziegler2022-07-041-5/+3
* standardrb --only Standard/BlockSingleLineBraces --fixAustin Ziegler2022-07-041-4/+4
* standardrb --only Style/RescueModifier --fixAustin Ziegler2022-07-041-1/+5
* standardrb --only Style/Alias --fixAustin Ziegler2022-07-042-3/+3
* Clean up lint directivesAustin Ziegler2022-07-043-5/+5
* standardrb --only Layout/SpaceInsideHashLiteralBraces --fixAustin Ziegler2022-07-041-2/+2
* standardrb --only Style/ClassCheck --fixAustin Ziegler2022-07-042-7/+7
* Ignore Style/HashSyntaxAustin Ziegler2022-07-041-0/+2
* standardrb --only Layout/LeadingCommentSpace --fixAustin Ziegler2022-07-044-11/+11
* Fix :yields: directive for rdocAustin Ziegler2022-07-041-2/+2
* Fix Style/AndOrAustin Ziegler2022-07-044-9/+9
* ignore Layout/heredocIndentation due to old RubyAustin Ziegler2022-07-042-0/+8
* standardrb --only Layout/ExtraSpacing --fix and ignoreAustin Ziegler2022-07-044-11/+11
* standardrb --only Style/PercentLiteralDelimiters --fixAustin Ziegler2022-07-041-1/+1
* standardrb --only Style/StringLiterals --fixAustin Ziegler2022-07-048-71/+71
* Fix issues reported by fastererAustin Ziegler2022-07-041-1/+1
* 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
* # This is a combination of 9 commits.Austin Ziegler2020-07-013-61/+124
* Fix some issues with 1.4 on older Rubiesfix-ruby-1.8-supportAustin Ziegler2020-06-281-1/+1
* Merge pull request #61 from halostatue/fix-issue-60v1.4.2Austin Ziegler2020-06-231-8/+11
|\
| * Change when max_diff_size is appliedAustin Ziegler2020-06-231-8/+11
* | Fix typo for rubocop cop namspacecamille2020-06-241-1/+1
|/
* Fix an issue with negative hunk max_sizeAustin Ziegler2020-06-231-1/+1
* Resolve multiple issues for 1.4Austin Ziegler2019-02-042-8/+14
* Update documentationAustin Ziegler2019-02-011-2/+2
* Reintroduce Diff::LCS::Change#to_aryAustin Ziegler2019-02-012-12/+16
* Applied Rubocop rules that I likeAustin Ziegler2019-01-2710-165/+178
* Revert PR#47 "Add #to_ary to Diff::LCS::Change…"Austin Ziegler2019-01-271-4/+0
* Add #to_ary to Diff::LCS::Change and Diff::LCS::ContextChangeAkinori MUSHA2019-01-261-0/+4
* diff-lcs 1.3Austin Ziegler2017-01-183-51/+31
* Merge pull request #29 from GoBoundless/fix_compareAustin Ziegler2014-04-261-0/+2
|\
| * update Diff::LCS::Change and Diff::LCS::ContextChange's '==' methods to compa...Kevin Mook2014-04-231-0/+2
* | Fixing a banner bug with bin/ldiffAustin Ziegler2014-04-261-1/+1
|/
* Update htmldiff.rbMark Friedgan2013-12-221-2/+2
* fixing for Diff::LCS::Change.from_ajoshbronson2013-11-051-1/+1
* Fix redundancy of value checkginriki2013-04-291-1/+1
* Fix pruning of common sequences at start.Paul Kunysch2013-04-201-0/+1
* protect against no dataJon Rowe2013-04-111-1/+1
* Finalizing encoding-aware diff fixes.Austin Ziegler2013-03-301-29/+21
* refactor out encoding methodJon Rowe2013-03-151-1/+2
* ruby 187... support...Jon Rowe2013-03-151-6/+16
* matching preferred stylingJon Rowe2013-03-151-6/+8
* fix issues with encoding caused by using literalsJon Rowe2013-03-151-20/+39
* Restoring an older public API method.Austin Ziegler2013-02-091-0/+1