]> git.vpit.fr Git - perl/modules/Variable-Magic.git/shortlog
perl/modules/Variable-Magic.git
2015-04-17 Vincent PitThis is 0.57 v0.57
2015-04-16 Vincent PitRename a variable in t/09-load-threads.t
2015-04-16 Vincent PitAlso test cloning in t/09-load-threads.t
2015-04-14 Vincent Pitvmg_teardown() should also be called at the end of...
2015-04-14 Vincent PitUpdate VPIT::TestHelpers to 6d578776
2015-04-14 Vincent PitMake sure t/40-threads.t does not use the CLONE method
2015-04-14 Vincent PitUpdate VPIT::TestHelpers to 3edc6d15
2015-04-14 Vincent PitAllow disabling thread safety in Makefile.PL
2015-04-14 Vincent PitMake sure the load refcount is reset on global setup
2015-04-14 Vincent PitDon't lock the VMG_LOADED mutex across global destruction
2015-04-09 Vincent PitUpdate VPIT::TestHelpers to f24eb57f
2015-04-08 Vincent PitReference-count global setup/teardown
2015-04-06 Vincent PitUpdate t/09-load-test.t
2015-03-31 Vincent PitMake sure MULTIPLICITY builds set PERL_IMPLICIT_CONTEXT
2015-03-31 Vincent PitAdd a missing volatile qualifier
2015-03-31 Vincent PitImprove scheduling for the parallel loading test
2015-03-30 Vincent PitRevamp the setup boot logic
2015-03-30 Vincent PitSet PERL_DESTRUCT_LEVEL through the environment variabl...
2015-03-30 Vincent PitAlways honor $ENV{PERL_DESTRUCT_LEVEL} when it's set...
2015-03-30 Vincent PitUse PERL_FORCE_TEST_THREADS to force testing global...
2015-03-30 Vincent PitRevamp PERL_DESTRUCT_LEVEL handling
2015-03-30 Vincent PitAllow passing level 0 to Variable::Magic::TestGlobalDes...
2015-03-28 Vincent PitPort thread tests to the new VPIT::TestHelpers interface
2015-03-28 Vincent PitThoroughly test module loading in threads
2015-03-28 Vincent PitUpdate VPIT::TestHelpers to 4eeb5afc
2015-03-24 Vincent PitUpdate the ActivePerl/gcc-3.4 hack for EUMM 7.04
2015-03-11 Vincent PitThis is 0.56 v0.56
2015-03-11 Vincent PitBump copyright year
2015-03-11 Vincent PitUpdate VPIT::TestHelpers to 3d200396
2015-03-11 Vincent PitAdd lib.pm to BUILD_REQUIRES
2015-03-11 Vincent PitReplace STATIC by static
2015-03-11 Vincent PitSet the mg_flags inside vmg_sv_magicext() according...
2015-03-11 Vincent PitFactor the sv_magicext() calls into one vmg_sv_magicext()
2015-03-11 Vincent PitAdd a couple of missing SvREFCNT_dec() after sv_magicext()
2015-03-10 Vincent PitSimplify vmg_propagate_errsv_free() so that ERRSV is... rt101410
2015-03-10 Vincent PitSimplify vmg_pp_propagate_errsv() so that ERRSV is...
2015-03-10 Vincent PitSimplify vmg_call_sv() so that ERRSV is no longer used...
2015-03-10 Vincent PitCode cleanups in Variable::Magic::TestGlobalDestruction...
2015-03-10 Vincent PitMake Variable::Magic::TestGlobalDestruction::import...
2015-03-10 Vincent PitOutput a diagnostic if global destruction is not tested
2015-03-10 Vincent PitOnly test global destruction on perl 5.13.4+
2015-03-10 Vincent PitRemove taint mode from t/15-self.t
2015-03-10 Vincent PitBetter logic for deciding if this perl has DEBUGGING...
2014-10-20 Vincent PitThis is 0.55 v0.55
2014-10-20 Vincent PitRemove test dependencies list in POD
2014-10-20 Vincent PitAdd support for METHOP ops rt99319
2014-10-20 Vincent PitDon't hardcode the OPc_* values
2014-09-22 Vincent PitThis is 0.54 v0.54
2014-09-22 Vincent PitBump copyright year
2014-09-22 Vincent PitAdd support for copy magic on code prototype clone rt90205
2014-09-22 Vincent PitReally make t/35-stash.t pass on 5.21.4 rt98525
2014-09-01 Vincent PitUse run_perl() from VPIT::TestHelpers
2014-09-01 Vincent PitMake t/35-stash.t pass on 5.21.4
2013-09-01 Vincent PitThis is 0.53 v0.53
2013-09-01 Vincent PitBump copyright year
2013-08-24 Vincent PitMake Perl version numbers more readable
2013-08-24 Vincent PitRemove obsolete kwalitee workarounds
2013-08-23 Vincent PitNo tabs please
2013-08-20 Vincent PitStop bundling author tests
2013-08-06 Vincent PitGet rid of t/99-kwalitee.t
2013-06-23 Vincent PitUpdate the bug tracker URL in META after the rt.perl...
2013-06-23 Vincent PitTypo in POD rt86338
2013-01-30 Vincent PitUpdate VPIT::TestHelpers to e8344578
2012-11-05 Vincent PitThis is 0.52 v0.52
2012-11-05 Vincent PitAdd VMG_COMPAT_SCALAR_NOLEN rt80388
2012-11-05 Vincent PitMake t/35-stash.t pass with perl 5.17.4 and above
2012-11-02 Vincent PitSimplify Config loading in Makefile.PL
2012-11-02 Vincent PitDon't run the POD spelling test in taint mode
2012-08-22 Vincent PitUpdate author tests requirements
2012-08-22 Vincent PitAdd BUILD_REQUIRES to WriteMakefile()
2012-08-20 Vincent PitCheck destruction order for exceptions thrown in free...
2012-08-20 Vincent PitUpdate how author tests load their dependencies
2012-08-18 Vincent PitThis is 0.51 v0.51
2012-08-18 Vincent PitDocumentation tweaks
2012-08-18 Vincent PitProperly propagate exceptions when a free callback...
2012-08-18 Vincent PitKill Debian_CPANTS.txt suffixes as well
2012-08-12 Vincent PitMake the 'reset RMG flag' workaround thread-safe
2012-08-12 Vincent PitReset the SV each time for the 'reset RMG flag' workaround
2012-08-11 Vincent PitRemove an unused variable
2012-08-11 Vincent PitPrettify the default no-op callback
2012-08-11 Vincent PitDon't crash if dispell is called in a clear, free or...
2012-08-10 Vincent PitRename vmg_uvar_del() to vmg_mg_del() to reuse its...
2012-08-05 Vincent PitMake sure all entries of MY_CXT.b__op_stashes are initi...
2012-08-05 Vincent PitFix indentation in vmg_call_sv()
2012-08-05 Vincent PitPort the svt_free-specific part of vmg_call_sv() to...
2012-08-05 Vincent PitAlways enable VMG_SAVE_LAST_CX
2012-08-02 Vincent PitMake the uvar user data into a proper struct
2012-06-24 Vincent PitThis is 0.50 v0.50
2012-06-24 Vincent PitImprove Capture::Tiny discovery in t/17-ctl.t
2012-06-24 Vincent PitDon't use the main:: stash in the last test of t/17... rt77991
2012-06-24 Vincent PitConsistently format magic types with I<>
2012-06-24 Vincent PitRemove a couple of commented asserts
2012-06-24 Vincent PitLeak less memory when an exception is thrown from a...
2012-06-24 Vincent PitMove the global destruction logic of t/15-self.t out...
2012-06-24 Vincent PitLower t/17-ctl.t's last test expectations
2012-06-23 Vincent PitDon't leak vtables and wizards freed during global...
2012-06-23 Vincent PitCleaner version numbers
2012-06-23 Vincent PitRemove one extra mention to MGf_COPY
2012-06-23 Vincent PitJumbo POD overhaul
2012-06-21 Vincent PitTeach t/35-stash.t about perl 5.17.1
next