1 0.09 2011-04-05 16:05 UTC - Vincent Pit
2 + Add : The constants REP_THREADSAFE and REP_FORKSAFE tell you whenever
3 the pragma is thread-safe and fork-safe.
4 + Fix : Compatibility with perl 5.13.6 and upwards.
5 + Fix : The pragma should be much less eager to leak into other scopes.
6 + Fix : Memory leaks of code references stored into the regexp object.
7 + Fix : Work around Kwalitee test misfailures.
8 + Tst : Thread safety is now tested on perl 5.13.4 and greater.
10 0.08 2009-08-29 16:55 UTC - Vincent Pit
11 + Add : The new ->callbacks method to the regexp object let you specify
12 the 'exec' callback on an individual basis.
13 + Chg : Perl 5.10 is now required (instead of 5.9.5).
14 + Fix : The pragma was leaking into required scopes on 5.10.0.
15 + Fix : If you specified a different re::engine::Plugin between the
16 compilation and the execution of a regular expression, the
17 'exec' callback invoked used to be the one for the second
18 engine. Worse, if the original engine wasn't in scope at the
19 time of execution, nothing happened. This is now fixed.
20 + Fix : The reference count of the callbacks stored wasn't properly
22 + Fix : Incomplete MANIFEST.
23 + Tst : Subdirectories are now ordered.
26 0.07 2009-08-23 09:30 UTC - Vincent Pit
27 + Fix : [perl #38684]: test failures in t/method/mod.t
28 + Fix : Building with blead.
30 0.06 2008-08-19 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
32 * Plugin.xs: Fix prototype mismatch for Plugin_dupe()
34 0.05 2008-08-19 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
36 * Plugin.xs: RT#31635: Be compatable with threaded perls
38 0.04 2007-12-27 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
39 * Plugin.pm: Setting @ISA instead of using base.pm
40 * Makefile.PL: Now using ExtUtils::MakeMaker instead of Module::Install
41 * Plugin.(xs|h): Fix up prototypes to match the callbacks in the actual
43 * Plugin.xs: Dumped CODE: in favor of PPCODE:, the former is teh sux
44 * Plugin.xs: Minor cleanups here and there
45 * Plugin.pod: New todo and a developer release notice
46 * Plugin.[h|pm]: Named buffer callbacks
47 * t/methods/stash.t: Test return value of $rx->stash({});
48 * t/methods/str/modify.t: New test for modification of ->str when
50 * t/methods/str/types.t: This was testing pattern types, fixed
51 * t/Example.[t|pm]: Moved to t/usage
53 0.03 2007-05-17 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
54 * Plugin.xs: The exec callback would call_sv on a NULL value
56 * Plugin.pod: Use %hash ~~ 'i' instead of $hash{i}, more stylish!
57 * inc: Bumping Module::Install to 0.65
59 0.02 2007-05-17 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
60 * Brought up to date with current blead after lots of hacking on
61 blead itself, too many changes to list
63 0.01 2007-02-18 - Ævar Arnfjörð Bjarmason <avar@cpan.org>