Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Release 1.2 in 2013, not 2012 or 2102.v1.2.0 | Austin Ziegler | 2013-01-21 | 1 | -1/+1 | |
| | ||||||
* | Fixing issues with ldiff output. | Austin Ziegler | 2013-01-20 | 1 | -12/+10 | |
| | | | | The output is now indistinguishable from diff (at least for -u). | |||||
* | Extracting duplicated code to a private method. | Austin Ziegler | 2013-01-20 | 2 | -1/+31 | |
| | ||||||
* | Simplifying some code for release. | Austin Ziegler | 2013-01-20 | 1 | -67/+31 | |
| | ||||||
* | Fixed Issue #1 patch direction detection. | Austin Ziegler | 2013-01-20 | 1 | -41/+45 | |
| | | | | | This bug has been filed for five and a half years and I have finally fixed it. By ghu it feels good. | |||||
* | Getting rid of a silly coding convention. | Austin Ziegler | 2013-01-19 | 1 | -22/+22 | |
| | ||||||
* | Reformatting. | Austin Ziegler | 2013-01-19 | 9 | -722/+710 | |
| | | | | | - Bringing indents in a little. - Simplifying a little logic so that boolean shortcuts are taken faster. | |||||
* | Fixing an issue with the refactoring done earlier. | Austin Ziegler | 2013-01-19 | 1 | -25/+25 | |
| | ||||||
* | Fixing warnings in Ruby code. | Kenichi Kamiya | 2013-01-17 | 1 | -8/+8 | |
| | | | | - "assigned but unused variable" | |||||
* | Get rid of useless shebangs. | Vít Ondruch | 2012-08-17 | 5 | -6/+0 | |
| | ||||||
* | Starting on a substantial refactoring to fix bugs. | Austin Ziegler | 2012-03-24 | 2 | -100/+380 | |
| | | | | | | | | | | | | | | | 1. All Diff::LCS::__* methods are now moved to Diff::LCS::Internals and named without the underscores. 2. Fixed the documentation for Diff::LCS::patch. (Some formatting may have been broken.) 3. Eliminated normalize_patchset in favour of the (substantially similar) analyze_patchset. This allows for a single-pass over a patchset to determine whether the patchset contains changes and transform it to the object-based format. 4. Made Diff::LCS::ContextChange descend from Diff::LCS::Change. This will probably change so that both descend from something like a Diff::LCS::AbstractChange because of some issues that may arise with case statement order. | |||||
* | Fix+specs for Diff::LCS::ChangeTypeTests predicates | Michael Granger | 2012-01-24 | 1 | -3/+3 | |
| | ||||||
* | Fixing warnings in Ruby code. | Austin Ziegler | 2011-07-31 | 2 | -68/+37 | |
| | | | | https://github.com/halostatue/diff-lcs/issues/3 | |||||
* | Fixing https://github.com/halostatue/diff-lcs/issues/4 | Austin Ziegler | 2011-07-31 | 1 | -0/+151 | |
| | ||||||
* | Converting diff-lcs from svn to git format. | Austin Ziegler | 2011-07-30 | 7 | -0/+1065 | |