r31189 -[S06] print default usage messag to standard output, by petition from avar++

2010-06-11 Thread pugs-commits
Author: moritz Date: 2010-06-11 08:11:20 +0200 (Fri, 11 Jun 2010) New Revision: 31189 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] print default usage messag to standard output, by petition from avar++ Modified: docs/Perl6/Spec/S06-routines.pod

[perl #75668] [BUG] whitespace before ^ in rule

2010-06-11 Thread via RT
# New Ticket Created by rir...@comcast.net # Please include the string: [perl #75668] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75668 In commit a5467733bdab87210a4eae6d3af309a0c3041c87 I think it is a bug that

r31190 -[S06] more elaborate $*OUT/$*ERR selection for USAGE printing

2010-06-11 Thread pugs-commits
Author: moritz Date: 2010-06-11 09:53:58 +0200 (Fri, 11 Jun 2010) New Revision: 31190 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] more elaborate $*OUT/$*ERR selection for USAGE printing This should make both avar++ happy who wants './prog --help|less' to DWHM, and also TheDamian,

Re: The obligation of free stuff: Google Storage

2010-06-11 Thread Leon Timmermans
On Thu, Jun 10, 2010 at 2:07 PM, Mark J. Reed markjr...@gmail.com wrote: But open is already overloaded in p5, with pipes etc.  We don't want to repeat the mistakes of the past, and the fact that open(FH, $foo) could run an arbitrary shell command was arguably a mistake, but transparent access

[perl #75674] [BUG] [TODO] Make 4 ... 0, 1, 2, 3, 4 (an infix:... with a list to the right) do the right thing in Rakudo

2010-06-11 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #75674] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75674 moritz_ rakudo: say (4...^5).perl p6eval rakudo d59da8: OUTPUT«(4, 3, 2, 1)␤» moritz_

r31193 -[spec] Document Numeric.Real, Numeric.Int, Numeric.Rat, Numeric.Num, and Real.Str.

2010-06-11 Thread pugs-commits
Author: colomon Date: 2010-06-11 17:10:23 +0200 (Fri, 11 Jun 2010) New Revision: 31193 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [spec] Document Numeric.Real, Numeric.Int, Numeric.Rat, Numeric.Num, and Real.Str. Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod

r31195 -[S05] mention TOP, and explain how parsing is initiated and how it actually works

2010-06-11 Thread pugs-commits
Author: lwall Date: 2010-06-11 19:00:19 +0200 (Fri, 11 Jun 2010) New Revision: 31195 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] mention TOP, and explain how parsing is initiated and how it actually works Modified: docs/Perl6/Spec/S05-regex.pod