Add the following packages libalgorithm-diff-perl libspiffy-perl libtext-diff-perl...
[pkg-perl] / deb-src / libalgorithm-diff-perl / libalgorithm-diff-perl-1.19.02 / Changes
1 Revision history for Perl module Algorithm::Diff.
2
3 1.19_02 2006-07-31
4 - Fix typo in @EXPORT_OK (s/LCDidx/LCSidx/) (RT 8576)
5 - Use 'printf' in example code, not 'sprintf' nor 'sprint' (RT 16067)
6 - DiffOld wasn't passing extra arguments to compare routine (RT 20650)
7
8 1.19 2004-09-22
9 - Added OO interface.
10 - Based on Ned's v1.18 (unreleased)
11
12 1.13 Sun Mar 24 16:05:32 PST 2002
13 - sdiff and traverse_balanced added by Mike Schilli <m@perlmeister.com>.
14
15 1.11 Thu Jul 12 12:52:18 PDT 2001
16 - Added A_FINISHED and B_FINISHED per docs
17 - Called user callback function from keygen properly
18
19 1.10 July 7 2000
20 - Uploaded to CPAN
21 - More optimizations
22 - Added Algorithm::DiffOld
23
24 1.08
25 - Fixed bug with binary search that was making diff output too big
26
27 1.06 Wed Jun 14 14:15:31 PDT 2000
28 - First CPAN version by NEDKONZ
29 - Added MJD's list info to README
30
31 1.05 Sun Jun 11 15:17:05 PDT 2000
32 - Changed version label string.
33 - Put MJD's PPT diff version into this distribution as diffnew.pl
34
35 1.04 Added documentation. 
36
37 1.03 Working version
38
39 1.01 First version by Ned Konz.
40 - Total re-write to cure problems with memory usage and speed.
41   Now takes only a few seconds and less than three megabytes
42   to compare two 4000-line files.
43
44 - Changed optional callback function reference from being equality
45   function to being key (hash) generation function.
46
47 0.59 Last version maintained by Mark-Jason Dominus