Revision history for Perl extension Regexp::Compare.
0.01 Sat Apr 29 19:04:23 2006
- original version
0.02 Sat May 6 07:40:31 2006
- fixed some memory leaks
- more successful compares (i.e. of the same regexps)
- more tests
0.03 Sun May 21 08:11:16 2006
- fixed infinite loop
- fixed some memory leaks
- more successful compares (now recognizing non-greedy constructs)
- added some comments
- more tests
0.04 Tue Jun 13 15:19:34 2006
- better compares for curlies (including fix for https://rt.cpan.org/Ticket/Display.html?id=19864 )
- more tests
0.05 Fri Jun 16 07:06:00 UTC 2006
- better parsing of character classes (including fix for https://rt.cpan.org/Ticket/Display.html?id=19861 )
- more tests
0.06 Sun Feb 18 07:28:28 UTC 2007
- fixed infinite loop
0.07 Mon Mar 24 14:13:23 UTC 2008
- support for perl 5.10
0.08 Thu Apr 17 15:00:13 UTC 2008
- fixed bug in generic quantifier (a.k.a. curly brace) handling
0.09 Sat Aug 29 10:47:34 UTC 2009
- better Unicode handling
- updated save_destructor call for perl 5.10.1
0.10 Thu Sep 3 07:00:17 UTC 2009
- more systematic comparison of character classes