]> git.vpit.fr Git - perl/modules/indirect.git/shortlog
perl/modules/indirect.git
2015-04-06 Vincent PitManually release MY_CXT.global_code at interpreter...
2015-04-06 Vincent PitTurn indirect_loaded into a signed integer
2015-04-06 Vincent PitRename I_CHECK_MUTEX_* to I_CHECK_*
2015-04-06 Vincent PitMake sure we don't take the OP_REFCNT mutex twice on...
2015-04-06 Vincent PitTest asymetrical thread termination
2015-04-06 Vincent PitReference-count global setup/teardown
2015-04-06 Vincent PitHandle undef properly for failure diagnostics in t...
2015-04-06 Vincent PitMake sure the module is loaded in the first thread...
2015-04-06 Vincent PitImprove diagnostics in t/09-load-threads.t in case...
2015-04-02 Vincent PitThis is 0.34 v0.34
2015-03-31 Vincent PitAlso point to tomc's FMTEYEWTK post in POD rt100068
2015-03-31 Vincent PitImprove scheduling for the parallel loading test
2015-03-31 Vincent PitKeep track of which thread-local contexts have been...
2015-03-31 Vincent PitMake sure MULTIPLICITY builds set PERL_IMPLICIT_CONTEXT
2015-03-31 Vincent PitAdd a couple of missing volatile qualifiers
2015-03-31 Vincent PitAdd POSIX to build requires
2015-03-31 Vincent PitUpdate the ActivePerl/gcc-3.4 hack for EUMM 7.04
2015-03-24 Vincent PitBump copyright year
2015-03-24 Vincent PitThoroughly test module loading in threads
2015-03-24 Vincent PitRevamp the setup boot logic
2015-03-24 Vincent PitReplace STATIC by static
2015-03-24 Vincent PitProtect run_perl() tests against old relocated perls
2015-03-24 Vincent PitPort threads tests to the new VPIT::TestHelpers interface
2015-03-24 Vincent PitUpdate VPIT::TestHelpers to 4eeb5afc
2015-03-12 Vincent PitUpdate VPIT::TestHelpers to 3c878c7c
2015-02-06 Vincent PitReally be compatible with the OP_PARENT feature
2014-09-29 Vincent PitThis is 0.33 v0.33
2014-09-29 Vincent PitDo nothing after that the thread local storage has...
2014-09-29 Vincent PitUse the new CLONE_PARAMS API with perl 5.13.2
2014-09-29 Vincent PitNullify thread local storage entries when they are...
2014-09-29 Vincent PitDon't cleanup thread local storage before END blocks... rt99083
2014-09-21 Vincent PitThis is 0.32 v0.32
2014-09-21 Vincent PitBump copyright year
2014-09-21 Vincent PitDon't segfault for indirect constructs inside the empty...
2014-09-21 Vincent PitAdd support for PERL_OP_PARENT
2014-09-01 Vincent PitUse run_perl() from VPIT::TestHelpers rt92806
2014-08-19 Vincent PitSilence a sign-compare warning
2013-09-05 Vincent PitThis is 0.31 v0.31
2013-09-05 Vincent PitAdd some tests for 'new { __PACKAGE__ }'
2013-09-05 Vincent PitRemove profanity
2013-09-05 Vincent PitHandle __PACKAGE__ as object name correctly rt88428
2013-08-24 Vincent PitUpdate bundled Test::Leaner to 0.05
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-05-16 Vincent PitThis is 0.30 v0.30
2013-05-16 Vincent PitUpdate the bug tracker URL in META after the rt.perl... rt84649
2013-05-16 Andrew MainPartially revert 502e3aac. rt83806 rt83839
2013-03-05 Vincent PitThis is 0.29 v0.29
2013-03-05 Vincent PitIn string-like envs, take the position to the beginning... rt83659
2013-03-05 Vincent PitForce linking against the perl dll when using gcc 3...
2013-02-26 Vincent PitThis is 0.28 v0.28
2013-02-26 Vincent PitReplace check functions in a thread-safe way
2013-02-26 Vincent PitMake indirect_find() more resilient to embedded nuls
2013-02-26 Vincent PitClarify what indirect_find() does by renaming some...
2013-02-26 Vincent PitProperly set and check the line number of method and... rt83450
2013-02-26 Vincent PitSilence an "unused result" compiler warning
2013-01-30 Vincent PitThis is 0.27 v0.27
2013-01-30 Vincent PitBump copyright year
2013-01-30 Andrew MainMake indirect play nice with Devel::CallParser rt82562
2013-01-30 Vincent PitUpdate VPIT::TestHelpers to e8344578
2012-11-02 Vincent PitPort module loading in tests to VPIT::TestHelpers
2012-11-02 Vincent PitAdd BUILD_REQUIRES to WriteMakefile()
2012-11-02 Vincent PitQuote version numbers in Makefile.PL
2012-11-02 Vincent PitKill Debian_CPANTS.txt suffixes as well
2012-11-02 Vincent PitUpdate author tests, and add a POD spelling test
2012-02-19 Vincent PitRequire Module::ExtractUse 0.24 for the Kwalitee test
2011-11-11 Vincent Pitt/40-threads.t should always run at least one test
2011-11-11 Vincent PitMake sure the POD headings are linkable
2011-11-11 Vincent PitReorder the members of the indirect_op_info struct...
2011-10-23 Vincent PitThis is 0.26 v0.26
2011-10-23 Vincent PitPreserve the PATH environment variable when running...
2011-10-23 Vincent PitRevert "Try to prevent t/50-external.t from crashing...
2011-10-23 Vincent PitTest "no indirect 'global'" with threads
2011-10-23 Vincent PitPort t/46-stress.t to Test::Leaner
2011-10-23 Vincent PitPort threads test to Test::Leaner and move boilerplate...
2011-10-23 Vincent PitForbid passing 'hook' and 'fatal' at the same time
2011-10-23 Vincent PitFreshen the documentation
2011-10-23 Vincent PitMake sure code examples fit in a 80 columns terminal
2011-10-23 Vincent PitA couple of cosmetic code changes
2011-10-23 Vincent PitAlso forcefully reset the localize hint flag for use...
2011-10-22 Vincent PitAdd 'global' option to 'no indirect'
2011-09-05 Vincent PitStop leaking the SVs stored in the hints structure.
2011-09-04 Vincent PitSkip the hint entry vivification test on 5.11 rt70618
2011-08-24 Vincent PitThis is 0.25 v0.25
2011-08-24 Vincent PitTry to prevent t/50-external.t from crashing on Cygwin
2011-08-24 Vincent PitEncode the README file in UTF-8
2011-07-27 Vincent PitRemove remaining occurences of $^V
2011-07-18 Vincent PitThe last argument to hv_fetch is the lvalue flag, not... rt69291
2011-07-17 Vincent PitThis is 0.24 v0.24
2011-07-17 Vincent PitIgnore MYMETA.json
2011-07-17 Vincent PitAdd META.json
2011-07-17 Vincent PitReplace $] by "$]" in tests
2011-07-17 Vincent PitTest that indirect does not vivify entries in %^H
2011-07-05 Vincent PitTest interaction with eval STRING
2011-07-05 Vincent PitRevert "Always get the hint directly from %^H" rt64521
2011-01-03 Vincent PitOnly declare dMY_CXT when really needed
2011-01-03 Vincent PitClarify our policy towards C++ compilers
next