summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reintroduce the threshold test optimizationreintroduce-the-threshold-test-optimizationtiendo10112021-12-221-4/+9
* Merge pull request #72 from tiendo1011/ax-unecessary-callAustin Ziegler2021-12-201-7/+6
|\
| * Use comment to aid reverting in case the change is problematictiendo10112021-12-201-0/+3
| * Ax unnecessary callstiendo10112021-12-191-7/+3
* | 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
|/
* Correct last index positiontiendo10112021-12-161-1/+1
* # This is a combination of 9 commits.Austin Ziegler2020-07-014-62/+132
* Fix some issues with 1.4 on older Rubiesfix-ruby-1.8-supportAustin Ziegler2020-06-282-2/+2
* Merge pull request #61 from halostatue/fix-issue-60v1.4.2Austin Ziegler2020-06-232-9/+12
|\
| * Change when max_diff_size is appliedAustin Ziegler2020-06-232-9/+12
* | Fix typo for rubocop cop namspacecamille2020-06-241-1/+1
|/
* Fix an issue with negative hunk max_sizeAustin Ziegler2020-06-232-2/+2
* Various updates for v 1.4Austin Ziegler2020-06-221-125/+118
* Resolve multiple issues for 1.4Austin Ziegler2019-02-042-8/+14
* Update documentationAustin Ziegler2019-02-012-3/+3
* Reintroduce Diff::LCS::Change#to_aryAustin Ziegler2019-02-013-14/+32
* Applied Rubocop rules that I likeAustin Ziegler2019-01-2712-208/+221
* Revert PR#47 "Add #to_ary to Diff::LCS::Changeā€¦"Austin Ziegler2019-01-272-18/+0
* Mention in rdoc that Diff::LCS::ContextChange can be converted to an arrayAkinori MUSHA2019-01-261-0/+14
* Add #to_ary to Diff::LCS::Change and Diff::LCS::ContextChangeAkinori MUSHA2019-01-261-0/+4
* diff-lcs 1.3Austin Ziegler2017-01-184-133/+35
* Bumping version in preparation for next release.Austin Ziegler2014-04-261-3/+1
* 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
* Release 1.25: Bugfix for pull request #23.Austin Ziegler2013-11-071-2/+2
* fixing for Diff::LCS::Change.from_ajoshbronson2013-11-051-1/+1
* Fix redundancy of value checkginriki2013-04-291-1/+1
* Finalizing the 1.2.4 update release.v1.2.4Austin Ziegler2013-04-201-2/+2
* Fix pruning of common sequences at start.Paul Kunysch2013-04-201-0/+1
* Creating release 1.2.3 with encoding fixes.v1.2.3Austin Ziegler2013-04-111-2/+2
* protect against no dataJon Rowe2013-04-111-1/+1
* Finalizing encoding-aware diff fixes.Austin Ziegler2013-03-302-31/+23
* 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
* History update for release; version bump.Austin Ziegler2013-02-091-2/+2
* 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-212-2/+2
* Fixing a typo.Austin Ziegler2013-01-201-1/+1
* Fixing an issue with Diff::LCS.lcs.Austin Ziegler2013-01-201-5/+4
* Fixing issues with ldiff output.Austin Ziegler2013-01-201-12/+10
* Extracting duplicated code to a private method.Austin Ziegler2013-01-203-42/+37
* Simplifying some code for release.Austin Ziegler2013-01-201-67/+31
* Fixed Issue #1 patch direction detection.Austin Ziegler2013-01-201-41/+45