]> git.vpit.fr Git - perl/modules/autovivification.git/history - autovivification.xs
Factor the rv2xv recheck logic
[perl/modules/autovivification.git] / autovivification.xs
2009-06-24 Vincent PitFactor the rv2xv recheck logic
2009-06-23 Vincent PitEliminate a quadratic behaviour at compile time
2009-06-19 Vincent PitAlso handle old-style dereferencing "$$hashref{key}"
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 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 PitA crude warning test
2009-06-17 Vincent PitIf we fetch from the pointer table, the entry must...
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 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 PitInitial import