]>
git.vpit.fr Git - perl/modules/re-engine-Plugin.git/log
Vincent Pit [Wed, 1 Oct 2014 19:14:49 +0000 (21:14 +0200)]
Don't cleanup thread local storage before END blocks are executed
reap.h is no longer necessary.
Vincent Pit [Sat, 24 Aug 2013 18:27:39 +0000 (15:27 -0300)]
Make Perl version numbers more readable
Vincent Pit [Sat, 24 Aug 2013 17:48:52 +0000 (14:48 -0300)]
Quote "$]" to work around a bug in old perls
Vincent Pit [Sat, 24 Aug 2013 17:42:57 +0000 (14:42 -0300)]
Replace uses of "$^V" by "$]"
Vincent Pit [Fri, 23 Aug 2013 14:27:07 +0000 (11:27 -0300)]
Sort MANIFEST
Vincent Pit [Fri, 23 Aug 2013 14:07:02 +0000 (11:07 -0300)]
Remove trailing whitespace
Vincent Pit [Thu, 22 Aug 2013 20:44:37 +0000 (17:44 -0300)]
Quote version numbers in Makefile.PL
Vincent Pit [Thu, 22 Aug 2013 20:39:50 +0000 (17:39 -0300)]
Encode the README file in UTF-8
Vincent Pit [Tue, 20 Aug 2013 21:18:47 +0000 (18:18 -0300)]
Stop bundling author tests
Vincent Pit [Wed, 7 Aug 2013 14:37:23 +0000 (11:37 -0300)]
Update the bug tracker URL in META after the rt.perl.org upgrade
Vincent Pit [Wed, 7 Aug 2013 14:45:29 +0000 (11:45 -0300)]
Don't disable dynamic_config
Vincent Pit [Tue, 6 Aug 2013 03:30:42 +0000 (00:30 -0300)]
Get rid of t/99-kwalitee.t
New versions started to throw warnings if specific environment variables
are not set. This may be appropriate for dist manager users, but not really
for the rest of the world.
Since kwalitee metrics are either obvious or useless, there's no big loss
in removing this test anyway.
Vincent Pit [Tue, 5 Apr 2011 16:01:34 +0000 (18:01 +0200)]
This is 0.09
Vincent Pit [Tue, 5 Apr 2011 15:38:31 +0000 (17:38 +0200)]
Remove an useless dMY_CXT
Vincent Pit [Tue, 5 Apr 2011 15:38:04 +0000 (17:38 +0200)]
Add a missing prototype for Plugin_dupe()
Vincent Pit [Mon, 4 Apr 2011 18:04:04 +0000 (20:04 +0200)]
POD nits
Vincent Pit [Mon, 4 Apr 2011 18:01:26 +0000 (20:01 +0200)]
Test thread safety
At the same time, introduce REP_THREADSAFE and REP_FORKSAFE ; and stop
running the regexp object destructor during global destruction.
Vincent Pit [Mon, 4 Apr 2011 16:48:53 +0000 (18:48 +0200)]
Use the new CLONE_PARAMS API with perl 5.13.2
Vincent Pit [Mon, 4 Apr 2011 16:33:45 +0000 (18:33 +0200)]
Silence a bogus "Useless use of smart match in void context" warning
Vincent Pit [Mon, 4 Apr 2011 16:25:27 +0000 (18:25 +0200)]
Add a "DEPENDENCIES" section to the POD
In particular, clarify the policy towards C++ compilers.
Vincent Pit [Mon, 4 Apr 2011 16:09:53 +0000 (18:09 +0200)]
Switch to qw<>
Vincent Pit [Mon, 4 Apr 2011 16:05:51 +0000 (18:05 +0200)]
Only declare dMY_CXT when really needed
Also wrap MY_CXT_INIT in a block, since it can be a declaration.
Vincent Pit [Mon, 4 Apr 2011 15:54:58 +0000 (17:54 +0200)]
Identify the require scope by the outmost cv outside of the current one
Vincent Pit [Tue, 31 Aug 2010 11:17:47 +0000 (13:17 +0200)]
SvREFCNT_{inc,dec} overhaul, fixing a couple of leaks
Vincent Pit [Tue, 31 Aug 2010 10:57:18 +0000 (12:57 +0200)]
Don't increment the refcount of the STORE callback argument
Vincent Pit [Tue, 31 Aug 2010 10:35:32 +0000 (12:35 +0200)]
Revamp mod()
Vincent Pit [Tue, 31 Aug 2010 09:59:10 +0000 (11:59 +0200)]
Don't mix declarations and code
Vincent Pit [Thu, 6 Jan 2011 01:13:43 +0000 (02:13 +0100)]
Get rid of ENTERn/LEAVEn
They are no longer needed since
4327f8c53cab465ee6892481b01717664fb6c973 .
Vincent Pit [Thu, 6 Jan 2011 01:11:19 +0000 (02:11 +0100)]
Update ptable.h
Vincent Pit [Thu, 6 Jan 2011 01:08:26 +0000 (02:08 +0100)]
Tabs vs spaces
Vincent Pit [Thu, 6 Jan 2011 01:07:18 +0000 (02:07 +0100)]
Fix the thread destructor trick for 5.13.1
Vincent Pit [Thu, 6 Jan 2011 01:00:44 +0000 (02:00 +0100)]
Silence a deprecation warning in recent perls
?...? has been deprecated, but m?...? is still ok.
Vincent Pit [Thu, 6 Jan 2011 00:57:50 +0000 (01:57 +0100)]
Bump copyright year
Vincent Pit [Thu, 6 Jan 2011 00:56:56 +0000 (01:56 +0100)]
Use cop_hints_fetch_pvn() whenever possible
refcounted_he_fetch() never was public, but in recent 5.13.x versions it is
no longer linkable.
Vincent Pit [Thu, 6 Jan 2011 00:53:57 +0000 (01:53 +0100)]
Ignore MYMETA.yml
Vincent Pit [Thu, 15 Apr 2010 23:43:03 +0000 (01:43 +0200)]
Bump copyright year
Vincent Pit [Thu, 15 Apr 2010 23:41:34 +0000 (01:41 +0200)]
{ENTER,LEAVE}_with_name are no longer needed starting perl 5.11.4
Vincent Pit [Tue, 29 Dec 2009 17:19:58 +0000 (18:19 +0100)]
Update ptable.h
Vincent Pit [Tue, 29 Dec 2009 16:42:52 +0000 (17:42 +0100)]
Really cleanup at thread destruction
Vincent Pit [Sun, 4 Oct 2009 09:18:03 +0000 (11:18 +0200)]
Re-indent WriteMakefile() arguments
Vincent Pit [Sun, 4 Oct 2009 08:50:43 +0000 (10:50 +0200)]
Add strict and warnings to Makefile.PL
Vincent Pit [Sun, 4 Oct 2009 08:45:47 +0000 (10:45 +0200)]
Build the $name from $dist
Vincent Pit [Sun, 4 Oct 2009 07:55:27 +0000 (09:55 +0200)]
Put prerequisites in their own separate hash
Vincent Pit [Sun, 4 Oct 2009 07:28:22 +0000 (09:28 +0200)]
Give an explicit value to dynamic_config
Vincent Pit [Wed, 30 Sep 2009 22:47:48 +0000 (00:47 +0200)]
Only look up to the first require scope for the require propagation workaround
Vincent Pit [Sat, 26 Sep 2009 10:06:44 +0000 (12:06 +0200)]
Kwalitee test overhaul
Vincent Pit [Sat, 29 Aug 2009 16:53:28 +0000 (18:53 +0200)]
This is 0.08
Vincent Pit [Sat, 29 Aug 2009 16:45:29 +0000 (18:45 +0200)]
Require 5.10
5.9.5 is dead, Jim.
Vincent Pit [Sat, 29 Aug 2009 16:44:27 +0000 (18:44 +0200)]
Add the version to the POD
Vincent Pit [Sat, 29 Aug 2009 16:40:46 +0000 (18:40 +0200)]
Add author tests
Vincent Pit [Sat, 29 Aug 2009 16:35:00 +0000 (18:35 +0200)]
Correct @INC in usage tests
Vincent Pit [Sat, 29 Aug 2009 16:29:30 +0000 (18:29 +0200)]
Order the test subdirectories
Vincent Pit [Sat, 29 Aug 2009 16:25:57 +0000 (18:25 +0200)]
Put all tests into a subdirectory
Vincent Pit [Sat, 29 Aug 2009 16:15:47 +0000 (18:15 +0200)]
Introduce ->callbacks to specify the 'exec' callback individually
Vincent Pit [Sat, 29 Aug 2009 15:32:47 +0000 (17:32 +0200)]
Fix the refcount of the num_capture_buff_* callbacks when we replace one
Vincent Pit [Sat, 29 Aug 2009 15:22:13 +0000 (17:22 +0200)]
Fall back to the default behaviour when the re::engine::Plugin hint can't be found in comp()
Vincent Pit [Sat, 29 Aug 2009 11:52:42 +0000 (13:52 +0200)]
Correctly free the re::engine::Plugin private object
Vincent Pit [Sat, 29 Aug 2009 09:28:41 +0000 (11:28 +0200)]
Store the exec callback into the private object
This fix calls to the wrong exec callback when the engine changes between
compilation and execution.
Vincent Pit [Fri, 28 Aug 2009 20:16:10 +0000 (22:16 +0200)]
No automatic context
Vincent Pit [Fri, 28 Aug 2009 20:13:51 +0000 (22:13 +0200)]
Port to ptable-based thread-safe hints
This also works around the pre-5.10.1 require propagation bug, which was
causing the callback in t/methods/str/undef.t to be fired three times.
Vincent Pit [Thu, 27 Aug 2009 11:50:13 +0000 (13:50 +0200)]
Load the XS code at BEGIN time
Vincent Pit [Mon, 24 Aug 2009 00:05:31 +0000 (02:05 +0200)]
Add missing README to MANIFEST
Vincent Pit [Sun, 23 Aug 2009 09:30:48 +0000 (11:30 +0200)]
This is 0.07
Vincent Pit [Sun, 23 Aug 2009 09:25:07 +0000 (11:25 +0200)]
Update the version requirement in Makefile.PL
Vincent Pit [Sun, 23 Aug 2009 09:21:00 +0000 (11:21 +0200)]
Update the AUTHORS section
Vincent Pit [Sun, 23 Aug 2009 09:16:26 +0000 (11:16 +0200)]
Clean the MANIFEST
Vincent Pit [Sun, 23 Aug 2009 09:15:27 +0000 (11:15 +0200)]
Resurrect the old Changes file
Vincent Pit [Sun, 23 Aug 2009 09:06:16 +0000 (11:06 +0200)]
Silence a const warning
Vincent Pit [Sun, 23 Aug 2009 09:05:39 +0000 (11:05 +0200)]
Fix building with blead
Vincent Pit [Sat, 22 Aug 2009 23:37:48 +0000 (01:37 +0200)]
Starting from 5.10.1, the 'undef' test is only run once
Vincent Pit [Sat, 22 Aug 2009 23:26:09 +0000 (01:26 +0200)]
Fix an off-by-one error when allocating the parens buffer
This fixes [perl #38684]: test failures in t/method/mod.t
Vincent Pit [Sat, 22 Aug 2009 23:21:01 +0000 (01:21 +0200)]
Modernize Makefile.PL
Vincent Pit [Sat, 22 Aug 2009 23:18:55 +0000 (01:18 +0200)]
Run dos2unix on Makefile.PL
Vincent Pit [Sat, 22 Aug 2009 23:13:58 +0000 (01:13 +0200)]
Better .gitiginore
Vincent Pit [Tue, 19 Aug 2008 17:28:00 +0000 (17:28 +0000)]
This is 0.06
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 17:28:00 +0000 (17:28 +0000)]
Importing re-engine-Plugin-0.06.tar.gz
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 15:27:36 +0000 (15:27 +0000)]
bump to 0.06
Vincent Pit [Tue, 19 Aug 2008 14:01:00 +0000 (14:01 +0000)]
This is 0.05
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 14:01:00 +0000 (14:01 +0000)]
Importing re-engine-Plugin-0.05.tar.gz
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 13:48:12 +0000 (13:48 +0000)]
remove unused variables per -Wall
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 13:47:57 +0000 (13:47 +0000)]
Expanded on a comment in example code
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 13:47:29 +0000 (13:47 +0000)]
remove -Wall
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 13:47:00 +0000 (13:47 +0000)]
New ChangeLog file that's made from git, not manually maintained
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 13:27:30 +0000 (13:27 +0000)]
make the function prototype match the header file
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 12:47:18 +0000 (12:47 +0000)]
also refer to L<perlpragma>
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 12:44:04 +0000 (12:44 +0000)]
typo in ok() docs, /x mod not /i
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 11:48:20 +0000 (11:48 +0000)]
Bump to 0.05
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 11:47:42 +0000 (11:47 +0000)]
dos2unix to get rid of \r\n
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 11:46:43 +0000 (11:46 +0000)]
Bump version to 0.05
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 11:46:13 +0000 (11:46 +0000)]
Update copyright notice to 2008
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 11:44:32 +0000 (11:44 +0000)]
Removed genetared META.yml file
Ævar Arnfjörð Bjarmason [Tue, 19 Aug 2008 11:42:06 +0000 (11:42 +0000)]
RT#31635: add aTHX_ to Perl_croak call so it'll run on threaded perls
Vincent Pit [Thu, 27 Dec 2007 22:14:00 +0000 (22:14 +0000)]
This is 0.04
Ævar Arnfjörð Bjarmason [Thu, 27 Dec 2007 22:14:00 +0000 (22:14 +0000)]
Importing re-engine-Plugin-0.04.tar.gz
Ævar Arnfjörð Bjarmason [Thu, 27 Dec 2007 21:12:38 +0000 (21:12 +0000)]
Now using ExtUtils::MakeMaker instead of Module::Install
Ævar Arnfjörð Bjarmason [Thu, 27 Dec 2007 21:11:55 +0000 (21:11 +0000)]
more stuff for 0.04
Ævar Arnfjörð Bjarmason [Thu, 27 Dec 2007 21:10:22 +0000 (21:10 +0000)]
Bump $VERSION to 0.04
Don't use base, set @ISA directly
Ævar Arnfjörð Bjarmason [Thu, 27 Dec 2007 21:03:54 +0000 (21:03 +0000)]
format
Ævar Arnfjörð Bjarmason [Thu, 27 Dec 2007 21:03:21 +0000 (21:03 +0000)]
import.t not impor.t
Ævar Arnfjörð Bjarmason [Thu, 27 Dec 2007 21:00:47 +0000 (21:00 +0000)]
gitignore and MANIFEST stuff