]> git.vpit.fr Git - perl/modules/indirect.git/shortlog
perl/modules/indirect.git
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
2011-01-03 Vincent PitSwitch to qw<>
2011-01-03 Vincent PitBump copyright year
2011-01-03 Vincent PitUpdate ptable.h
2010-10-03 Vincent PitThis is 0.23 v0.23
2010-10-02 Vincent PitSkip threads tests unless perl version is 5.13.4 or...
2010-10-02 Vincent PitIgnore MYMETA.yml
2010-08-24 Vincent PitGet rid of CALL_FPTR()
2010-08-23 Vincent PitGet rid of indirect_is_indirect
2010-08-23 Vincent PitRefine indirect_find
2010-08-23 Vincent PitAlways get the hint directly from %^H
2010-08-21 Vincent PitDocument and test that the "-e without semicolon" bug...
2010-08-21 Vincent PitRename t/80-regressions.t to t/50-external.t
2010-08-19 Vincent PitRemove some dead code in indirect_ck_method
2010-08-19 Vincent PitStore the offset from the source buffer beginning in...
2010-08-19 Vincent PitProperly handle method_named ops
2010-08-16 Vincent PitThis is 0.22 v0.22
2010-08-16 Vincent PitYet more quotelike tests
2010-08-16 Vincent PitMore quotelike environments testing
2010-08-16 Vincent PitGet rid of the linestr check
2010-08-16 Vincent PitTypos
2010-08-16 Vincent PitAllow /^:?fatal$/ to specify the lethal behaviour rt59498
2010-08-16 Vincent PitOnly check methods where the method name is a constant rt60378
2010-05-31 Vincent PitThis is 0.21 v0.21
2010-05-31 Vincent PitFix the thread destructor trick for 5.13.1 rt57699
2010-05-18 Vincent PitRequire perl 5.8.1
2010-05-18 Vincent PitUse a PPCODE: section in CLONE
2010-04-24 Vincent PitMY_CXT_INIT can be a declaration, so put it in a block...
2010-04-24 Vincent PitAdd Tatsuhiko Miyagawa's regression test
2010-04-24 Vincent PitDisable taint mode for t/30-scope.t
2010-04-18 Vincent PitThis is 0.20 v0.20
2010-04-18 Vincent PitRemove an unused variable
2010-04-18 Vincent PitFix test failures with 5.12 on Windows where Strawberry...
next