| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
License-Change: License appears at a different offset in the file. Checksum remains the same.
New maintainer.
Changes for version 1.201 - 2020-12-13
speed up LCS when $keyGen is undef (RT 101105; thanks, XENU)
Changes for version 1.200 - 2020-09-27
new release with no new features, just preparing for a series of bugfix releases
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes for version 1.19_03 - 2014-11-25
Fix documentation typos (RT 84981) contributed by dsteinbrunner
add -w and -i switches to diffnew.pl (RT 69945) contributed by Brian.Eschner
Remove Algorithm::DiffOld from the index The module is still distributed with Algorithm::Diff, but is not indexed on CPAN because this is an ***UNAUTHORIZED*** release of Algorithm::DiffOld.
Changes for version 1.19_02 - 2006-07-31
Fix typo in @EXPORT_OK (s/LCDidx/LCSidx/) (RT 8576)
Use 'printf' in example code, not 'sprintf' nor 'sprint' (RT 16067)
DiffOld wasn't passing extra arguments to compare routine (RT 20650)
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
| |
License-Update: New authors, new copyright date. Same license.
Changelog: https://metacpan.org/release/TYEMQ/Algorithm-Diff-1.1901/source/Changes
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.
I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
[from README]
This is a module for computing the difference between two files, two
strings, or any other two lists of things. It uses an intelligent
algorithm similar to (or identical to) the one used by the Unix `diff'
program. It is guaranteed to find the *smallest possible* set of
differences.
* Add ${CPAN_MIRROR} option
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
|