]> git.vpit.fr Git - perl/modules/autovivification.git/shortlog
perl/modules/autovivification.git
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
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-06-24 Vincent PitHandle array and hash slices
2009-06-24 Vincent PitFactor the rv2xv recheck logic
2009-06-23 Vincent PitThis is 0.03 v0.03
2009-06-23 Vincent PitEliminate a quadratic behaviour at compile time
2009-06-19 Vincent PitCover a_ck_padsv()
2009-06-19 Vincent PitAlso handle old-style dereferencing "$$hashref{key}"
2009-06-19 Vincent PitOnly generate the non-ref test once
2009-06-18 Vincent PitThe hint in a_hint() need not to be const
2009-06-18 Vincent PitStore UVs more portably into the hint
2009-06-18 Vincent PitAlso test arrays without aelemfast optimization
2009-06-18 Vincent PitRename tests
2009-06-18 Vincent PitClassify aliasing constructs in the "store" category
2009-06-18 Vincent PitReset the original pp whenever possible in pp_rv2xv
2009-06-18 Vincent Pitrv2xv introducing a gv don't need to be overridden
2009-06-17 Vincent PitBetter test descriptions
2009-06-17 Vincent PitReally test non-ref arrays and hashes
2009-06-17 Vincent PitThis is 0.02 v0.02
2009-06-17 Vincent PitTest "use autovivification"
2009-06-17 Vincent PitA crude warning test
2009-06-17 Vincent PitTest keys/values on true references
2009-06-17 Vincent PitIf we fetch from the pointer table, the entry must...
2009-06-17 Vincent PitRun t/23-hash-specific.t under taint mode
2009-06-17 Vincent PitUpdate ck_root() comment
2009-06-17 Vincent PitDon't autovivify in keys/values
2009-06-17 Vincent PitPlain dereferencing shouldn't have a different behaviour
2009-06-16 Vincent PitDelete exists/delete ops from the map when the pragma...
2009-06-15 Vincent PitFix segfaults for "keys %$x"
2009-06-15 Vincent PitFactor the common part of t/20-hash.t and t/21-array...
2009-06-15 Vincent PitRegenerate t/21-array.t without extraneous spaces at...
2009-06-15 Vincent PitDon't vivify when aliasing
2009-06-15 Vincent PitHelp the compiler optimize the PL_op->op_private hack
2009-06-15 Vincent PitDelete obsolete entries whenever possible
2009-06-14 Vincent PitThis is 0.01 v0.01
next