[Changes for 0.10 - 2007-06-23]
* Release from new comaint: Ævar Arnfjörð Bjarmason
* Rewrote the whole thing to work on the latest blead which has
undergone massive changes in the regex API. Threw out the old
re::engine::PCRE and started fresh with re::engine::Plan9 as a base.
* Upgraded to PCRE 7.2, now supports named captures
* Made s/// work. Offsets weren't properly populated in exec in the
old version
* Brought back Module::Install to make the tarball huger than ever
before, sorry Yves!
* Lots of tests including some from perl core in t/
[Changes for 0.09 - 2006-12-06]
* I missed a version check in the updated version of Makefile.PL
Corrected here. Yves
[Changes for 0.08 - 2006-12-06]
* Complete changeover to XS and as part of that switch to ExtUtils::MakeMaker
This release is 30k smaller compressed!
* Provide extra boot time logic to set up the correct pcre_malloc hooks
so that the extension uses perls memory management routines and not
malloc directly. This is especially important for threading as we have
to ensure we are using shared memory.
* Switch to a static build of PCRE, we dont need to export any of its API
as we are statically linking to it anyway. This resolves some warnings
on Win32.
* Added a TODO list.
Contributed by: Yves Orton
[Changes for 0.07 - 2006-12-06]
* Remove SWIG-related source files as they are no longer required.
[Changes for 0.06 - 2006-12-05]
* Blead was patched in 29468 to resolve the issues raised by v 0.5 of
this module.
See: http://public.activestate.com/cgi-bin/perlbrowse/29468
Contributed by: Yves Orton
[Changes for 0.05 - 2006-12-05]
* Changes related to getting things to work on a threaded perl.
This identified several issues with the API that needed to be
worked around. Once the appropriate patches are applied to perl
they wont be needed.
Contributed by: Yves Orton
[Changes for 0.04 - 2006-12-05]
* Build fixes for VC++.
Reported by: Yves Orton
[Changes for 0.03 - 2006-12-05]
* Support for "no re::engine::PCRE".
Suggested by: Gaal Yahas
[Changes for 0.01 - 2006-12-05]
* Initial CPAN release to win a metre of beer:
http://use.perl.org/article.pl?sid=06/12/04/1526217.