]> git.vpit.fr Git - perl/modules/autovivification.git/shortlog
perl/modules/autovivification.git
2014-10-04 Vincent PitThis is 0.13 v0.13
2014-10-04 Vincent PitBump copyright year
2014-10-04 Vincent PitWarn about the global slowdown
2014-10-04 Vincent PitSilence an "unused variable" compiler warnings on threa...
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 PitDon't cleanup thread local storage before END blocks...
2014-10-04 Vincent PitIn the rpeep replacement, don't check every op for...
2014-10-04 Vincent PitAdd a testdeb target to Makefiles
2014-10-04 Vincent PitUse run_perl() from VPIT::TestHelpers rt97703
2013-09-05 Vincent PitThis is 0.12 v0.12
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-23 Vincent PitRemove trailing whitespace
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-02-08 Vincent PitThis is 0.11 v0.11
2013-02-08 Vincent PitBump copyright year
2013-01-30 Vincent PitUpdate VPIT::TestHelpers to e8344578
2012-11-02 Vincent PitDon't run the POD spelling test in taint mode
2012-10-29 Vincent PitAdd BUILD_REQUIRES to WriteMakefile()
2012-10-29 Vincent PitPort module loading in tests to VPIT::TestHelpers
2012-10-29 Vincent PitUpdate author tests, and add a POD spelling test
2012-10-29 Vincent PitKill Debian_CPANTS.txt suffixes as well
2012-10-29 Vincent PitSilence "unused return values" for POPs calls
2012-10-29 Vincent PitMore POD and wording tweaks
2012-06-16 Vincent PitBump copyright year
2012-06-16 Vincent PitQuote version numbers in Makefile.PL
2012-02-19 Vincent PitRequire Module::ExtractUse 0.24 for the Kwalitee test
2011-11-11 Vincent PitPreserve the PATH environment variable when running...
2011-11-11 Vincent PitThreads tests may not be able to spawn all the threads
2011-11-11 Vincent PitMake sure the POD headings are linkable
2011-11-11 Vincent PitReorder the members of the a_op_info struct a bit
2011-10-17 Vincent PitMinor POD tweaks
2011-08-24 Vincent PitThis is 0.10 v0.10
2011-08-24 Vincent PitReplace $] by "$]"
2011-08-24 Vincent PitAdd META.json
2011-08-24 Vincent PitUpdate bundled Test::Leaner to 0.04
2011-08-24 Vincent PitIgnore MYMETA.json
2011-08-24 Vincent PitEncode the README file in UTF-8
2011-07-18 Vincent PitThe last argument to hv_fetch is the lvalue flag, not...
2011-01-05 Vincent PitThis is 0.09 v0.09
2011-01-04 Vincent PitOnly declare dMY_CXT when really needed
2011-01-04 Vincent PitAlways skip seen ops in our peep replacement rt64435
2011-01-03 Vincent PitThis is 0.08 v0.08
2011-01-03 Vincent PitBump copyright year
2011-01-03 Vincent PitSwitch to qw<>
2011-01-03 Vincent PitFix building on Windows
2010-12-31 Vincent PitThis is 0.07 v0.07
2010-12-31 Vincent PitClarify our policy towards C++ compilers
2010-12-31 Vincent PitSpaces vs tabs
2010-12-31 Vincent PitGet rid of ENTERn/LEAVEn
2010-12-31 Vincent PitMove all run-time tweaks to the peephole optimizer
2010-12-31 Vincent PitFix rare segfaults and bugs with threads
2010-12-30 Vincent PitMake it easier to tweak the parameters of t/50-threads.t
2010-12-30 Vincent PitRemove trailing whitespace
2010-12-30 Vincent PitRemove the #ifdef wrapping the mutex locks/unlocks
2010-12-29 Vincent PitForce linking against the perl dll when using gcc 3...
2010-12-29 Andrew MainCompatibility fix for perl 5.13.7 and greater rt62800
2010-12-29 Vincent PitUpdate ptable.h
2010-12-29 Vincent PitRun lengthy tests with Test::Leaner
2010-12-23 Vincent PitDocument and test vivification of function arguments
2010-12-23 Vincent PitPOD overhaul
2010-10-03 Vincent PitSkip threads tests unless perl version is 5.13.4 or...
2010-10-03 Vincent PitIgnore MYMETA.yml
2010-10-03 Vincent PitGet rid of CALL_FPTR()
2010-06-26 Vincent PitTest numerous autovivifications
2010-06-26 Vincent PitUse the new CLONE_PARAMS API with perl 5.13.2
2010-06-21 Vincent PitMake a_map_fetch() a simple macro around ptable_fetch...
2010-06-21 Vincent PitImprove the benchmark
2010-06-19 Vincent PitReplace !a_defined() by a_undef()
2010-06-19 Vincent PitBench several levels of dereferenciation
2010-06-19 Vincent PitAdd a sample benchmark
2010-06-01 Vincent PitImprove the thread destructor trick
2010-06-01 Vincent PitAdd a basic thread safety test in t/50-threads.t
2010-05-18 Vincent PitUse a PPCODE: section in CLONE
2010-05-18 Vincent PitRequire perl 5.8.1
2010-04-24 Vincent PitThis is 0.06 v0.06
2010-04-24 Vincent PitNote that A_THREADSAFE only has a meaning with a thread...
2010-04-24 Vincent PitWhen a thread exits, teardown what we set up
2010-04-24 Vincent PitIntroduce A_THREADSAFE and A_FORKSAFE
2010-04-24 Vincent PitFix cloning of hints object when the require propagatio...
2010-04-24 Vincent PitImprove the require propagation workaround
2010-04-23 Vincent PitMake sure a_defined() calls get magic before testing... rt56870
2010-03-05 Vincent PitThis is 0.05 v0.05
2010-03-04 Vincent PitThis module doesn't care bout MULTIPLICITY, so remove...
2010-03-04 Vincent Pit"leys" typo in POD rt53647
2010-03-04 Vincent PitHandle non-numeric hints rt55154
2010-01-10 Vincent PitThis is 0.04 v0.04
2010-01-10 Vincent PitBump copyright year
2010-01-10 Vincent PitAdd a caveat about dereferencing slices
2010-01-09 Vincent Pits/specific/kv/ in the array test generator
2010-01-09 Vincent PitTest keys/values @array
2010-01-09 Vincent PitRename t/21-hash-specific.t to t/22-hash-kv.t
2009-12-29 Vincent PitUpdate ptable.h
next