r29489 - docs/Perl6/Spec

2010-01-08 Thread pugs-commits
Author: lwall Date: 2010-01-09 05:19:13 +0100 (Sat, 09 Jan 2010) New Revision: 29489 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] carry through consistenly on constant being a type declarator syntactically Modified: docs/Perl6/Spec/S04-control.pod

r29486 - in docs/Perl6/Spec: . S32-setting-library

2010-01-08 Thread pugs-commits
Author: lwall Date: 2010-01-09 00:55:53 +0100 (Sat, 09 Jan 2010) New Revision: 29486 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S09-data.pod docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: [S02,S09,S32] get rid of :by fossils Modified: docs/Perl6/Spec/S02-bits.pod

Is it 'anon role' but not 'anon enum'? (Re: r29250 - in docs/Perl6/Spec: . S32-setting-library)

2010-01-08 Thread Carl Mäsak
pugscommitbot, channeling Larry (>): > [...] > +    $x = "Today" but Tue;       # $x.Day is read-only > +    $x = "Today" but Day;       # $x.Day is read-write > + > +Mixing in a specific enum object implies only the readonly accessor. > + >     $x = "Today" but Tue; > > -really means something mor

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

2010-01-08 Thread pugs-commits
Author: rodi Date: 2010-01-08 20:58:28 +0100 (Fri, 08 Jan 2010) New Revision: 29482 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: C with apologies if it was that way for a good reason. Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod ==

r29481 - docs/Perl6/Spec

2010-01-08 Thread pugs-commits
Author: lwall Date: 2010-01-08 17:43:56 +0100 (Fri, 08 Jan 2010) New Revision: 29481 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] extra tweak to masak++'s tweak, now that "so" is less confusable as a value. Modified: docs/Perl6/Spec/S12-objects.pod ===

r29480 - in docs/Perl6/Spec: . S32-setting-library

2010-01-08 Thread pugs-commits
Author: masak Date: 2010-01-08 16:50:59 +0100 (Fri, 08 Jan 2010) New Revision: 29480 Modified: docs/Perl6/Spec/S12-objects.pod docs/Perl6/Spec/S32-setting-library/Exception.pod Log: [S12-objects] various consistencifications - one case of 'enum type' which should be 'enumeration type' - the