]> git.vpit.fr Git - perl/modules/autovivification.git/shortlog
perl/modules/autovivification.git
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