]> git.vpit.fr Git - perl/modules/Lexical-Types.git/shortlog
perl/modules/Lexical-Types.git
2014-10-04 Vincent PitThis is 0.13 v0.13
2014-10-04 Vincent PitFix a wrong copypasta in Changes
2014-10-04 Vincent PitBump copyright year
2014-10-04 Vincent PitWarn about the global slowdown
2014-10-04 Vincent PitAdd support for PERL_OP_PARENT
2014-10-04 Vincent PitDo nothing after that the thread local storage has...
2014-10-04 Vincent PitNullify thread local storage entries when they are...
2014-10-04 Vincent PitProperly decrement the refcount of the default method...
2014-10-04 Vincent PitDon't cleanup thread local storage before END blocks...
2014-10-04 Vincent PitUse run_perl() from VPIT::TestHelpers
2013-10-04 Vincent PitRenumber test files
2013-10-04 Vincent PitRemove a now useless SKIP directive
2013-09-09 Vincent PitRemove profanity
2013-09-06 Vincent PitAdd support for padrange ops, introduced in perl 5...
2013-09-06 Vincent PitRename <lt_op_info>, lt_op_map to <lt_op_padxv_info...
2013-09-06 Vincent PitAdd more basic tests
2013-09-06 Vincent PitMove the run-time initializer call into a new lt_op_inf...
2013-09-06 Vincent PitRename lt_op_info.old_pp_padsv to .old_pp
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-23 Vincent PitPOD verbatim paragraphs should fit into a terminal
2013-08-23 Vincent PitMake sure the POD headings are linkable
2013-08-22 Vincent PitReplace check functions in a thread-safe way
2013-08-20 Vincent PitStop bundling author tests
2013-08-07 Vincent PitUpdate the bug tracker URL in META after the rt.perl...
2013-08-06 Vincent PitGet rid of t/99-kwalitee.t
2013-01-30 Vincent PitUpdate VPIT::TestHelpers to e8344578
2012-11-02 Vincent PitPreserve the PATH environment variable when running...
2012-11-02 Vincent PitStrip spaces at the end of lines
2012-11-02 Vincent PitThreads tests may not be able to spawn all the threads
2012-11-02 Vincent PitPort module loading in magic tests to VPIT::TestHelpers
2012-11-02 Vincent PitUpdate author tests, and add a POD spelling test
2012-11-02 Vincent PitKill Debian_CPANTS.txt suffixes as well
2012-11-02 Vincent PitQuote version numbers in Makefile.PL
2012-11-02 Vincent PitAdd BUILD_REQUIRES to WriteMakefile()
2012-11-02 Vincent PitSimplify Config loading in Makefile.PL
2012-06-15 Vincent PitCorrect a skip reason in t/18-hints.t
2012-02-19 Vincent PitRequire Module::ExtractUse 0.24 for the Kwalitee test
2011-09-06 Vincent PitSilence some "unused result" compiler warnings
2011-09-04 Vincent PitSkip the hint entry vivification test on 5.11
2011-08-24 Vincent PitThis is 0.12 v0.12
2011-08-24 Vincent PitEncode the README file in UTF-8
2011-08-24 Vincent PitAdd META.json
2011-08-24 Vincent PitIgnore MYMETA.json
2011-08-24 Vincent PitReplace $] by "$]"
2011-08-24 Vincent PitThe last argument to hv_fetch is the lvalue flag, not...
2011-02-26 Vincent PitThis is 0.11 v0.11
2011-02-26 Vincent PitMinor POD tweak
2011-02-26 Vincent PitAlways skip seen ops in our peep replacement rt66146
2011-01-03 Vincent PitThis is 0.10 v0.10
2011-01-03 Vincent PitSwitch to qw<>
2011-01-03 Vincent PitFix building on Windows
2011-01-03 Vincent PitRequire perl 5.8.3
2011-01-03 Vincent PitSkip threads tests unless perl version is 5.13.4 or...
2011-01-03 Vincent PitForce linking against the perl dll when using gcc 3...
2011-01-03 Vincent PitIntroduce LT_FORKSAFE
2011-01-03 Vincent PitOnly load Carp on error
2011-01-03 Vincent PitFix test failures with Strawberry Perl 5.12
2011-01-03 Vincent PitUse TARG in lt_pp_padsv
2011-01-02 Vincent PitBump copyright year
2011-01-01 Vincent PitRemove the #ifdef wrapping the mutex locks/unlocks
2011-01-01 Vincent PitOnly declare dMY_CXT when really needed
2011-01-01 Vincent PitGet rid of CALL_FPTR
2011-01-01 Vincent PitSet the ppaddr member of padsv ops at peep time
2010-12-31 Vincent PitUse cop_hints_fetch_pvn() whenever possible
2010-12-31 Vincent PitUse the new CLONE_PARAMS API with perl 5.13.2
2010-12-31 Vincent PitClarify our policy towards C++ compilers
2010-12-31 Vincent PitUpdate ptable.h
2010-12-31 Vincent PitIgnore MYMETA.yml
2010-12-31 Vincent PitGet rid of ENTERn/LEAVEn
2010-06-01 Vincent PitIdentify the require scope by the outmost cv outside...
2010-06-01 Vincent PitFix the thread destructor trick for 5.13.1
2010-05-18 Vincent PitRequire perl 5.8.1
2010-04-15 Vincent Pit{ENTER,LEAVE}_with_name are no longer needed starting...
2010-01-02 Vincent PitThis is 0.09 v0.09
2010-01-02 Vincent PitBump copyright year
2010-01-02 Vincent PitTrailing whitespace
2010-01-02 Vincent PitDo not mix declarations and code
2010-01-02 Vincent PitCLONE doesn't need to return anything, so make it use...
2010-01-02 Vincent PitAdd the missing return type to lt_setup()
2010-01-02 Vincent PitRename the pp_padsv member to old_pp_padsv
2009-12-29 Vincent PitUpdate ptable.h
2009-12-29 Vincent PitAlso call FREETMPS/LEAVE when skipping a typed declaration
2009-12-29 Vincent PitFix for {ENTER,LEAVE}_with_name
2009-10-04 Vincent PitRe-indent WriteMakefile() arguments
2009-10-04 Vincent PitBuild the $name and the main $file from $dist
2009-10-04 Vincent PitPut prerequisites in their own separate hash
2009-10-04 Vincent PitGive an explicit value to dynamic_config
2009-09-30 Vincent PitOnly look up to the first require scope for the require...
2009-09-26 Vincent PitKwalitee test overhaul
2009-09-11 Vincent PitReset the callbacks when the root interpreter is destroyed
2009-09-11 Vincent PitOnly remap the hint through the pointer table for threa...
2009-07-04 Vincent PitThis is 0.08 v0.08
2009-07-04 Vincent PitStore the default method name in the thread local stora...
2009-07-04 Vincent PitIncrement the refcount after cloning
2009-07-04 Vincent PitRequire Variable::Magic 0.35 in t/23-magic-uvar.t
2009-07-04 Vincent PitCorrect the refcount of the source SVs that aren't...
2009-07-04 Vincent PitDecide to use shared op info according to MULTIPLICITY
2009-07-04 Vincent PitStop leaking the op specific info
next