]> git.vpit.fr Git - perl/modules/autovivification.git/shortlog
perl/modules/autovivification.git
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
2009-06-14 Vincent PitInitial import