projects
/
perl
/
modules
/
Variable-Magic.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
perl/modules/Variable-Magic.git
2017-11-04
Vincent Pit
This is 0.62
master
v0.62
commit
|
commitdiff
|
tree
2017-11-04
Vincent Pit
Fix t/35-stash.t failures starting with 5.27.5
rt123314
commit
|
commitdiff
|
tree
2017-11-04
Vincent Pit
Update VPIT::TestHelpers to 15e8aee3
commit
|
commitdiff
|
tree
2017-01-24
Vincent Pit
This is 0.61
v0.61
commit
|
commitdiff
|
tree
2017-01-24
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2016-12-07
Vincent Pit
Reorder some code to make identical sections more apparent
commit
|
commitdiff
|
tree
2016-12-07
Vincent Pit
Only enable careful self destruction on perl 5.25.3...
commit
|
commitdiff
|
tree
2016-12-07
Dave Mitchell
Handle self destruction manually
rt115792
commit
|
commitdiff
|
tree
2016-12-07
Vincent Pit
Test that recasting happens only once
commit
|
commitdiff
|
tree
2016-09-06
Vincent Pit
This is 0.60
v0.60
commit
|
commitdiff
|
tree
2016-09-06
Vincent Pit
Skip len magic test on negative indices on recent perls
rt117081
commit
|
commitdiff
|
tree
2016-09-06
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2016-09-06
Vincent Pit
Update VPIT::XSHelpers to 18554226
commit
|
commitdiff
|
tree
2015-11-04
Vincent Pit
The Big Boilerplate Factorization
commit
|
commitdiff
|
tree
2015-10-05
Vincent Pit
This is 0.59
v0.59
commit
|
commitdiff
|
tree
2015-10-01
Vincent Pit
Remove a now obsolete workaround for context stack...
commit
|
commitdiff
|
tree
2015-10-01
Vincent Pit
Execute magic callbacks into separate stacks
rt107294
commit
|
commitdiff
|
tree
2015-09-25
Vincent Pit
Improve support for custom ops
commit
|
commitdiff
|
tree
2015-09-25
Vincent Pit
Correctly bless UTF-8 transliteration op objects
commit
|
commitdiff
|
tree
2015-09-25
Vincent Pit
Represent nulled COPs as B::COP objects
commit
|
commitdiff
|
tree
2015-09-25
Vincent Pit
Add support for ops of class UNOP_AUX
commit
|
commitdiff
|
tree
2015-07-31
Vincent Pit
Remove the code coverage link
commit
|
commitdiff
|
tree
2015-07-31
Vincent Pit
Make sure asserts are only checked on DEBUGGING builds
commit
|
commitdiff
|
tree
2015-07-21
Vincent Pit
This is 0.58
v0.58
commit
|
commitdiff
|
tree
2015-07-21
Vincent Pit
Remove the done_testing() comment in t/09-load-threads.t
commit
|
commitdiff
|
tree
2015-07-21
Vincent Pit
Simplify the timeout logic in t/09-load-threads.t
commit
|
commitdiff
|
tree
2015-07-20
Vincent Pit
Remove an unused static variable
commit
|
commitdiff
|
tree
2015-07-20
Vincent Pit
Work around stray exits in t/09-load-threads.t
commit
|
commitdiff
|
tree
2015-07-20
Vincent Pit
Work around stray exits in t/40-threads.t and t/41...
commit
|
commitdiff
|
tree
2015-07-20
Vincent Pit
Update VPIT::TestHelpers to ba865c42
commit
|
commitdiff
|
tree
2015-07-20
Vincent Pit
Avoid global lookups in the magic callbacks in t/18...
commit
|
commitdiff
|
tree
2015-07-20
Vincent Pit
Delay destruction of reference return values till the...
commit
|
commitdiff
|
tree
2015-07-20
Vincent Pit
Test timely destruction of values returned from magic...
commit
|
commitdiff
|
tree
2015-07-20
Vincent Pit
Update VPIT::TestHelpers to 3ba261a5
commit
|
commitdiff
|
tree
2015-04-17
Vincent Pit
This is 0.57
v0.57
commit
|
commitdiff
|
tree
2015-04-16
Vincent Pit
Rename a variable in t/09-load-threads.t
commit
|
commitdiff
|
tree
2015-04-16
Vincent Pit
Also test cloning in t/09-load-threads.t
commit
|
commitdiff
|
tree
2015-04-14
Vincent Pit
vmg_teardown() should also be called at the end of...
commit
|
commitdiff
|
tree
2015-04-14
Vincent Pit
Update VPIT::TestHelpers to 6d578776
commit
|
commitdiff
|
tree
2015-04-14
Vincent Pit
Make sure t/40-threads.t does not use the CLONE method
commit
|
commitdiff
|
tree
2015-04-14
Vincent Pit
Update VPIT::TestHelpers to 3edc6d15
commit
|
commitdiff
|
tree
2015-04-14
Vincent Pit
Allow disabling thread safety in Makefile.PL
commit
|
commitdiff
|
tree
2015-04-14
Vincent Pit
Make sure the load refcount is reset on global setup
commit
|
commitdiff
|
tree
2015-04-14
Vincent Pit
Don't lock the VMG_LOADED mutex across global destruction
commit
|
commitdiff
|
tree
2015-04-09
Vincent Pit
Update VPIT::TestHelpers to f24eb57f
commit
|
commitdiff
|
tree
2015-04-08
Vincent Pit
Reference-count global setup/teardown
commit
|
commitdiff
|
tree
2015-04-06
Vincent Pit
Update t/09-load-test.t
commit
|
commitdiff
|
tree
2015-03-31
Vincent Pit
Make sure MULTIPLICITY builds set PERL_IMPLICIT_CONTEXT
commit
|
commitdiff
|
tree
2015-03-31
Vincent Pit
Add a missing volatile qualifier
commit
|
commitdiff
|
tree
2015-03-31
Vincent Pit
Improve scheduling for the parallel loading test
commit
|
commitdiff
|
tree
2015-03-30
Vincent Pit
Revamp the setup boot logic
commit
|
commitdiff
|
tree
2015-03-30
Vincent Pit
Set PERL_DESTRUCT_LEVEL through the environment variabl...
commit
|
commitdiff
|
tree
2015-03-30
Vincent Pit
Always honor $ENV{PERL_DESTRUCT_LEVEL} when it's set...
commit
|
commitdiff
|
tree
2015-03-30
Vincent Pit
Use PERL_FORCE_TEST_THREADS to force testing global...
commit
|
commitdiff
|
tree
2015-03-30
Vincent Pit
Revamp PERL_DESTRUCT_LEVEL handling
commit
|
commitdiff
|
tree
2015-03-30
Vincent Pit
Allow passing level 0 to Variable::Magic::TestGlobalDes...
commit
|
commitdiff
|
tree
2015-03-28
Vincent Pit
Port thread tests to the new VPIT::TestHelpers interface
commit
|
commitdiff
|
tree
2015-03-28
Vincent Pit
Thoroughly test module loading in threads
commit
|
commitdiff
|
tree
2015-03-28
Vincent Pit
Update VPIT::TestHelpers to 4eeb5afc
commit
|
commitdiff
|
tree
2015-03-24
Vincent Pit
Update the ActivePerl/gcc-3.4 hack for EUMM 7.04
commit
|
commitdiff
|
tree
2015-03-11
Vincent Pit
This is 0.56
v0.56
commit
|
commitdiff
|
tree
2015-03-11
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2015-03-11
Vincent Pit
Update VPIT::TestHelpers to 3d200396
commit
|
commitdiff
|
tree
2015-03-11
Vincent Pit
Add lib.pm to BUILD_REQUIRES
commit
|
commitdiff
|
tree
2015-03-11
Vincent Pit
Replace STATIC by static
commit
|
commitdiff
|
tree
2015-03-11
Vincent Pit
Set the mg_flags inside vmg_sv_magicext() according...
commit
|
commitdiff
|
tree
2015-03-11
Vincent Pit
Factor the sv_magicext() calls into one vmg_sv_magicext()
commit
|
commitdiff
|
tree
2015-03-11
Vincent Pit
Add a couple of missing SvREFCNT_dec() after sv_magicext()
commit
|
commitdiff
|
tree
2015-03-10
Vincent Pit
Simplify vmg_propagate_errsv_free() so that ERRSV is...
rt101410
commit
|
commitdiff
|
tree
2015-03-10
Vincent Pit
Simplify vmg_pp_propagate_errsv() so that ERRSV is...
commit
|
commitdiff
|
tree
2015-03-10
Vincent Pit
Simplify vmg_call_sv() so that ERRSV is no longer used...
commit
|
commitdiff
|
tree
2015-03-10
Vincent Pit
Code cleanups in Variable::Magic::TestGlobalDestruction...
commit
|
commitdiff
|
tree
2015-03-10
Vincent Pit
Make Variable::Magic::TestGlobalDestruction::import...
commit
|
commitdiff
|
tree
2015-03-10
Vincent Pit
Output a diagnostic if global destruction is not tested
commit
|
commitdiff
|
tree
2015-03-10
Vincent Pit
Only test global destruction on perl 5.13.4+
commit
|
commitdiff
|
tree
2015-03-10
Vincent Pit
Remove taint mode from t/15-self.t
commit
|
commitdiff
|
tree
2015-03-10
Vincent Pit
Better logic for deciding if this perl has DEBUGGING...
commit
|
commitdiff
|
tree
2014-10-20
Vincent Pit
This is 0.55
v0.55
commit
|
commitdiff
|
tree
2014-10-20
Vincent Pit
Remove test dependencies list in POD
commit
|
commitdiff
|
tree
2014-10-20
Vincent Pit
Add support for METHOP ops
rt99319
commit
|
commitdiff
|
tree
2014-10-20
Vincent Pit
Don't hardcode the OPc_* values
commit
|
commitdiff
|
tree
2014-09-22
Vincent Pit
This is 0.54
v0.54
commit
|
commitdiff
|
tree
2014-09-22
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2014-09-22
Vincent Pit
Add support for copy magic on code prototype clone
rt90205
commit
|
commitdiff
|
tree
2014-09-22
Vincent Pit
Really make t/35-stash.t pass on 5.21.4
rt98525
commit
|
commitdiff
|
tree
2014-09-01
Vincent Pit
Use run_perl() from VPIT::TestHelpers
commit
|
commitdiff
|
tree
2014-09-01
Vincent Pit
Make t/35-stash.t pass on 5.21.4
commit
|
commitdiff
|
tree
2013-09-01
Vincent Pit
This is 0.53
v0.53
commit
|
commitdiff
|
tree
2013-09-01
Vincent Pit
Bump copyright year
commit
|
commitdiff
|
tree
2013-08-24
Vincent Pit
Make Perl version numbers more readable
commit
|
commitdiff
|
tree
2013-08-24
Vincent Pit
Remove obsolete kwalitee workarounds
commit
|
commitdiff
|
tree
2013-08-23
Vincent Pit
No tabs please
commit
|
commitdiff
|
tree
2013-08-20
Vincent Pit
Stop bundling author tests
commit
|
commitdiff
|
tree
2013-08-06
Vincent Pit
Get rid of t/99-kwalitee.t
commit
|
commitdiff
|
tree
2013-06-23
Vincent Pit
Update the bug tracker URL in META after the rt.perl...
commit
|
commitdiff
|
tree
2013-06-23
Vincent Pit
Typo in POD
rt86338
commit
|
commitdiff
|
tree
2013-01-30
Vincent Pit
Update VPIT::TestHelpers to e8344578
commit
|
commitdiff
|
tree
2012-11-05
Vincent Pit
This is 0.52
v0.52
commit
|
commitdiff
|
tree
2012-11-05
Vincent Pit
Add VMG_COMPAT_SCALAR_NOLEN
rt80388
commit
|
commitdiff
|
tree
2012-11-05
Vincent Pit
Make t/35-stash.t pass with perl 5.17.4 and above
commit
|
commitdiff
|
tree
next