Author: lwall
Date: 2009-10-06 02:47:27 +0200 (Tue, 06 Oct 2009)
New Revision: 28632
Modified:
docs/Perl6/Spec/S32-setting-library/IO.pod
Log:
[IO] clarify semantics and usage of note()
Modified: docs/Perl6/Spec/S32-setting-library/IO.pod
==
Consider a Range role that is parameterized (i.e., "Range of T" is a
perfectly valid thing to do). According to the spec, the definition of
Range depends on the nature of T:
* If the lower bound is Numeric, certain coercion rules are attempted on the
upper bound; otherwise, the two boundaries mus
Author: lwall
Date: 2009-10-05 21:18:23 +0200 (Mon, 05 Oct 2009)
New Revision: 28625
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
[S03] more tidying of ranges
Modified: docs/Perl6/Spec/S03-operators.pod
===
--- docs/Perl6/Spe
Author: lwall
Date: 2009-10-05 17:32:04 +0200 (Mon, 05 Oct 2009)
New Revision: 28622
Modified:
docs/Perl6/Spec/S03-operators.pod
docs/Perl6/Spec/S32-setting-library/Numeric.pod
Log:
[S03] dehuffmanize excl_* slightly to emphasize boolean nature to reader
[S32] add i as constant
Modified: d
Author: Darren_Duncan
Date: 2009-10-05 10:00:51 +0200 (Mon, 05 Oct 2009)
New Revision: 28619
Modified:
docs/Perl6/Spec/S03-operators.pod
Log:
Spec S03 : added cases where a Range is considered empty
Modified: docs/Perl6/Spec/S03-operators.pod
===