[perl6/specs] 12c8b5: [S32::Exceptions] briefly describe the default exc...

2011-12-19 Thread noreply
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 12c8b58f52bc05322339153e58643c4f98318321 https://github.com/perl6/specs/commit/12c8b58f52bc05322339153e58643c4f98318321 Author: Moritz Lenz mor...@faui2k3.org Date: 2011-12-19 (Mon, 19 Dec 2011) Changed

Re: [perl #97988] readline can cause PL_last_in_gv to point to freed scalar

2011-12-19 Thread Nicholas Clark
On Sat, Dec 17, 2011 at 07:00:03AM -0800, Father Chrysostomos via RT wrote: It looks as though the latter will be the only recourse. Due to the unfortunate practice, sometimes encouraged on the beginners' list, of not explicitly closing file handles, my first suggestion, which would make for

[perl #106594] [BUG] Null PMC access in .fmt and sprintf when number of specifications exceed arguments in Rakudo

2011-12-19 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #106594] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=106594 lichtkind rakudo: my @d= 1..5; say @d.fmt( jojo %d %d); p6eval rakudo