summaryrefslogtreecommitdiff
path: root/lib/diff/lcs
Commit message (Expand)AuthorAgeFilesLines
* # 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
* Release 1.2 in 2013, not 2012 or 2102.v1.2.0Austin Ziegler2013-01-211-1/+1
* Fixing issues with ldiff output.Austin Ziegler2013-01-201-12/+10
* Extracting duplicated code to a private method.Austin Ziegler2013-01-202-1/+31
* 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-199-722/+710
* 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
* Get rid of useless shebangs.Vít Ondruch2012-08-175-6/+0
* Starting on a substantial refactoring to fix bugs.Austin Ziegler2012-03-242-100/+380
* Fix+specs for Diff::LCS::ChangeTypeTests predicatesMichael Granger2012-01-241-3/+3
* Fixing warnings in Ruby code.Austin Ziegler2011-07-312-68/+37
* Fixing https://github.com/halostatue/diff-lcs/issues/4Austin Ziegler2011-07-311-0/+151
* Converting diff-lcs from svn to git format.Austin Ziegler2011-07-307-0/+1065