]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blob - ChangeLog
make the function prototype match the header file
[perl/modules/re-engine-Plugin.git] / ChangeLog
1 2008-08-19  Ævar Arnfjörð Bjarmason  <avar@cpan.org> (0.05)
2
3         * Plugin.pm: dos2unix
4         * Plugin.xs: RT#31635: Be compatable with threaded perls
5
6 2007-12-27  Ævar Arnfjörð Bjarmason  <avar@cpan.org> (0.04)
7
8         * Plugin.pm: Setting @ISA instead of using base.pm
9         * Makefile.PL: Now using ExtUtils::MakeMaker instead of Module::Install
10         * Plugin.(xs|h): Fix up prototypes to match the callbacks in the actual 5.10 release
11         * Plugin.xs: Dumped CODE: in favor of PPCODE:, the former is teh sux
12         * Plugin.xs: Minor cleanups here and there
13         * Plugin.pod: New todo and a developer release notice
14         * Plugin.[h|pm]: Named buffer callbacks
15         * t/methods/stash.t: Test return value of $rx->stash({});
16         * t/methods/str/modify.t: New test for modification of ->str when
17                                   a reference is used
18         * t/methods/str/types.t: This was testing pattern types, fixed
19         * t/Example.[t|pm]: Moved to t/usage
20
21 2007-05-17 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.03)
22
23         * Plugin.xs: The exec callback would call_sv on a NULL value
24           causing a segfault
25         * Plugin.pod: Use %hash ~~ 'i' instead of $hash{i}, more stylish!
26         * inc: Bumping Module::Install to 0.65
27
28 2007-05-17 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.02)
29
30         * Brought up to date with current blead after lots of hacking on
31           blead itself, too many changes to list
32
33 2007-02-18 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.01)
34
35         * Initial release