http://perl5.git.perl.org/perl.git?a=search&h=HEAD&st=free&s=hash+assign
2012-12-18 Dave RolskyBetter description of hash assignment bug fixes Better description of hash assignment bug fixes commit | commitdiff | tree 2012-12-18 Dave RolskyClarify hash assignment bug fix in list context Clarify hash assignment bug fix in list context commit | commitdiff | tree 2012-12-11 Father Chrysostomos[Merge] hash assignment fixes and speedup [Merge] hash assignment fixes and speedup ...to left algorithm for not magic hash assignment > * in list context hash assignment return keys aliased to RHS commit | commitdiff | tree 2012-12-11 Ruslan Zakirovrefactor aassign for array and hash assignment "while (relem <= SP)" loop commit | commitdiff | tree 2012-12-11 Ruslan Zakirovhash assign in list context should copy key as well hash assign in list context should copy key... commit | commitdiff | tree 2012-12-11 Ruslan Zakirovmake sure hash assignment is proper lvalue make sure hash assignment is proper lvalue commit | commitdiff | tree 2012-12-11 Ruslan Zakirovfix issues in hash assignment with odd elements fix issues in hash assignment with odd elements 3) hash assignment with duplicates and odd elements on commit | commitdiff | tree 2012-12-11 Ruslan Zakirovtest hash assignment with odd elements for leaks test hash assignment with odd elements for leaks ...is tied and dies on fetch then hash assignment commit | commitdiff | tree 2012-12-11 Ruslan Zakirovtest "Odd number of elements in hash assignment" test "Odd number of elements in hash assignment" commit | commitdiff | tree 2012-09-23 Father ChrysostomosStop hash assignment from leaking on croak Stop hash assignment from leaking on croak commit | commitdiff | tree 2012-05-22 Lukas Maidocument behavior of duplicate keys in hash assignment ...behavior of duplicate keys in hash assignment commit | commitdiff | tree 2010-09-11 David Mitchelllist cxt hash assign with dups gives garbage list cxt hash assign with dups gives garbage commit | commitdiff | tree

In reply to Re^2: return of hash-assigment in list context (bug?) by Anonymous Monk
in thread return of hash-assigment in list context (bug?) by LanX

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.