r29144 - docs/Perl6/Spec

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 09:39:12 +0100 (Fri, 20 Nov 2009) New Revision: 29144 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S04-control.pod Log: [Specs] more constant cleanups add 'anon' declarator in place of 'my'/'our' misuse

Re: deprecated (was Re: r29143 ...)

2009-11-20 Thread Larry Wall
On Thu, Nov 19, 2009 at 11:22:17PM -0800, Darren Duncan wrote: pugs-comm...@feather.perl6.nl wrote: @@ -1020,22 +1018,17 @@ C prefix:int -Coerces to type CInt. Floor semantics are used for fractional -values, including strings that appear to express fractional values. -That is, Cint($x)

Re: deprecated (was Re: r29143 ...)

2009-11-20 Thread Darren Duncan
Larry Wall wrote: On Thu, Nov 19, 2009 at 11:22:17PM -0800, Darren Duncan wrote: pugs-comm...@feather.perl6.nl wrote: @@ -1020,22 +1018,17 @@ C prefix:int -Coerces to type CInt. Floor semantics are used for fractional -values, including strings that appear to express fractional values.

Re: r29129 - docs/Perl6/Spec

2009-11-20 Thread Thom Boyer
pugs-comm...@feather.perl6.nl wrote: Author: lwall Date: 2009-11-19 05:34:29 +0100 (Thu, 19 Nov 2009) New Revision: 29129 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] as several folks have suggested, rename blorst to blast I'm curious about this change. I quickly figured out that

Re: r29144 - docs/Perl6/Spec

2009-11-20 Thread Edwin Steiner
Hello! On Fri, Nov 20, 2009 at 09:39:13AM +0100, pugs-comm...@feather.perl6.nl wrote: -constant Dog $fido .= new; # okay: a constant Dog object -constant Dog $fido = Dog.new; # same thing -constant Dog $fido = $fido.new; # wrong: invalid self-reference -constant (Dog

r29145 - docs/Perl6/Spec/S32-setting-library

2009-11-20 Thread pugs-commits
Author: masak Date: 2009-11-20 14:15:01 +0100 (Fri, 20 Nov 2009) New Revision: 29145 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [S32/Containers] fixed copy/paste error Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod

r29148 - docs/Perl6/Spec

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 16:53:45 +0100 (Fri, 20 Nov 2009) New Revision: 29148 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] fix fossil found by edwin.steiner++ nail down that constants are still constants Modified: docs/Perl6/Spec/S03-operators.pod

r29149 - docs/Perl6/Spec/S32-setting-library

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 17:06:23 +0100 (Fri, 20 Nov 2009) New Revision: 29149 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [S32/Containers] minor typos Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod

r29150 - docs/Perl6/Spec

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 17:19:09 +0100 (Fri, 20 Nov 2009) New Revision: 29150 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] typo Modified: docs/Perl6/Spec/S03-operators.pod === ---

r29151 - docs/Perl6/Spec/S32-setting-library

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 17:21:42 +0100 (Fri, 20 Nov 2009) New Revision: 29151 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [S32/Containers] typo Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod

r29153 - docs/Perl6/Spec

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 18:43:16 +0100 (Fri, 20 Nov 2009) New Revision: 29153 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] add infix:else to match infix:also, suggested by TheDamian++ Modified: docs/Perl6/Spec/S03-operators.pod

r29155 - docs/Perl6/Spec

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 21:13:08 +0100 (Fri, 20 Nov 2009) New Revision: 29155 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] destroy two low-powered, obscure, short-circuiting operators in favor of one high-powered, obscure-but-transparent, S metaoperator Modified:

r29157 - docs/Perl6/Spec

2009-11-20 Thread pugs-commits
Author: lwall Date: 2009-11-20 21:19:44 +0100 (Fri, 20 Nov 2009) New Revision: 29157 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] tweaks, add conjectural RSR case Modified: docs/Perl6/Spec/S03-operators.pod === ---