]>
git.vpit.fr Git - perl/modules/re-engine-Plugin.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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
Ævar Arnfjörð Bjarmason [Thu, 27 Dec 2007 20:56:28 +0000 (20:56 +0000)]
Backported from 0.04_01
Ævar Arnfjörð Bjarmason [Thu, 27 Dec 2007 19:04:51 +0000 (19:04 +0000)]
Bumping the changelog
Ævar Arnfjörð Bjarmason [Thu, 27 Dec 2007 19:03:23 +0000 (19:03 +0000)]
Fix up prototypes to match the callbacks in the actual 5.10 release
Ævar Arnfjörð Bjarmason [Thu, 27 Dec 2007 18:54:22 +0000 (18:54 +0000)]
0.03 from cpan
Ævar Arnfjörð Bjarmason [Wed, 30 May 2007 01:52:00 +0000 (01:52 +0000)]
Importing re-engine-Plugin-0.04_01.tar.gz
Vincent Pit [Thu, 17 May 2007 23:26:00 +0000 (23:26 +0000)]
This is 0.03
Ævar Arnfjörð Bjarmason [Thu, 17 May 2007 23:26:00 +0000 (23:26 +0000)]
Importing re-engine-Plugin-0.03.tar.gz
Ævar Arnfjörð Bjarmason [Thu, 17 May 2007 03:57:00 +0000 (03:57 +0000)]
Importing re-engine-Plugin-0.02.tar.gz
Ævar Arnfjörð Bjarmason [Sun, 18 Feb 2007 19:49:00 +0000 (19:49 +0000)]
Importing re-engine-Plugin-0.01.tar.gz