diff options
author | Karl Williamson <khw@cpan.org> | 2016-02-09 10:40:38 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-02-09 23:30:53 -0700 |
commit | c6871b765d934773fb82823602c1e03e073c38ac (patch) | |
tree | ff9962440fdd86916e5ebe1953801dbfe6f372cf /AUTHORS | |
parent | 54e70d91fbed63597a6d5ea1113abcb56b8a22c0 (diff) | |
download | perl-c6871b765d934773fb82823602c1e03e073c38ac.tar.gz |
regcomp.c: Add code to compute edit distance (Damerau–Levenshtein)
This will be used in a future commit.
This code is taken from CPAN Text::Levenshtein::Damerau::XS with the
author's knowledge. There have been white-space changes to make it
conform better to perl's core coding standards, and declaration changes
to make it more portable, such as using UV instead of 'unsigned int',
and PERL_STATIC_INLINE instead of a less portable form, but the logic is
unchanged. One variable was changed to signed from unsigned to avoid a
warning message from some compilers.
The author and I will decide later about keeping the cpan module and
this code in sync. It changes very rarely.
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions