]> git.vpit.fr Git - perl/modules/Lexical-Types.git/shortlog
perl/modules/Lexical-Types.git
2017-11-04 Vincent PitThis is 0.16 master v0.16
2017-11-04 Vincent PitBump copyright year
2017-11-04 Vincent PitAdd File::Spec to build prerequisites
2017-11-04 Vincent PitUpdate VPIT::XSHelpers to 18554226
2017-11-04 Vincent PitUpdate VPIT::TestHelpers to 15e8aee3
2015-12-21 Vincent PitThis is 0.15 v0.15
2015-12-21 Vincent PitProtect against d_cplusplus perls
2015-12-21 Vincent PitUpdate XS helpers to ae9dac2a
2015-11-09 Vincent PitFix a declaration-after-code error
2015-11-09 Vincent PitMake sure import and unimport don't return anything
2015-11-09 Vincent PitAlso set the $^H lexical flag in unimport
2015-11-09 Vincent PitRemove a misleading comment
2015-11-05 Vincent PitThe Big Boilerplate Factorization
2015-07-31 Vincent PitFix a misleading typo in the Changes files
2015-07-31 Vincent PitRemove the code coverage link
2015-07-31 Vincent PitRevamp module setup/teardown
2015-07-31 Vincent PitRemove one extraneous line feed
2015-07-31 Vincent PitReplace one remaining STATIC into static
2015-07-31 Vincent PitUpdate ptable.h
2015-07-31 Vincent PitUpdate VPIT::TestHelpers to ba865c42
2015-04-02 Vincent PitUpdate the ActivePerl/gcc-3.4 hack for EUMM 7.04
2015-03-14 Vincent PitThis is 0.14 v0.14
2015-03-14 Vincent PitBump perl dependency to 5.8.4
2015-03-14 Vincent PitBump copyright year
2015-03-14 Vincent PitAdd lib.pm to BUILD_REQUIRES
2015-03-14 Vincent PitReplace STATIC by static
2015-03-12 Vincent PitUpdate VPIT::TestHelpers to 3c878c7c
2015-02-06 Vincent PitReally be compatible with the OP_PARENT feature
2015-02-06 Father ChrysostomosCompatibility fix for perl 5.21.6 rt100202
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
next