Author: jnthn
Date: 2010-03-05 14:54:02 +0100 (Fri, 05 Mar 2010)
New Revision: 29943
Modified:
docs/Perl6/Spec/S32-setting-library/IO.pod
Log:
[t/spec] Kill :s - it does not fit with the boolean pattern of the rest of the
test operators, and the overall pair syntax (e.g. what would :!s do?) No
On Fri, Mar 05, 2010 at 01:03:51AM +0100, pugs-comm...@feather.perl6.nl wrote:
> +then each element is written three times and the array ends up with
> +C<['i','j','k','l']>. The mapping function is allowed to return
> +fractional values; the index will be the C of that value.
> +(It is still ill
Nicholas Clark wrote:
On Fri, Mar 05, 2010 at 01:03:51AM +0100, pugs-comm...@feather.perl6.nl wrote:
+then each element is written three times and the array ends up with
+C<['i','j','k','l']>. The mapping function is allowed to return
+fractional values; the index will be the C of that value.
Author: masak
Date: 2010-03-05 22:05:09 +0100 (Fri, 05 Mar 2010)
New Revision: 29947
Modified:
docs/Perl6/Spec/S11-modules.pod
Log:
[S11] typo found be cj++
Modified: docs/Perl6/Spec/S11-modules.pod
===
--- docs/Perl6/Spec/S11-mod
Author: cjcollier
Date: 2010-03-05 22:31:35 +0100 (Fri, 05 Mar 2010)
New Revision: 29949
Modified:
docs/Perl6/Spec/S11-modules.pod
Log:
removed extra "that is"
Modified: docs/Perl6/Spec/S11-modules.pod
===
--- docs/Perl6/Spec/S11-
Author: lwall
Date: 2010-03-06 02:41:57 +0100 (Sat, 06 Mar 2010)
New Revision: 29951
Modified:
docs/Perl6/Spec/S32-setting-library/IO.pod
Log:
[S32/IO.pod] put back :s, remove :z, :T, :B, :M, :A, :C
note that these all end up calling methods on IO, not strings
Modified: docs/Perl6/Spec/S32-se