Author: pmurias
Date: 2009-10-10 12:32:39 +0200 (Sat, 10 Oct 2009)
New Revision: 28715
Modified:
docs/Perl6/Spec/S32-setting-library/Containers.pod
Log:
remove mention of sparse arrays from S32
Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod
===
Author: pmurias
Date: 2009-10-10 17:23:10 +0200 (Sat, 10 Oct 2009)
New Revision: 28723
Modified:
docs/Perl6/Spec/S32-setting-library/Containers.pod
Log:
[S32] Array.shift and Array.pop return a failure if the @array is empty
Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod
Author: lwall
Date: 2009-10-10 19:16:31 +0200 (Sat, 10 Oct 2009)
New Revision: 28727
Modified:
docs/Perl6/Spec/S04-control.pod
docs/Perl6/Spec/S06-routines.pod
Log:
[S04,S06]
Placeholders may never be used in a hash composer.
Explain how this means map always works right even if it's map { $
Author: jimmy
Date: 2009-10-11 08:22:37 +0200 (Sun, 11 Oct 2009)
New Revision: 28749
Modified:
docs/Perl6/Spec/S02-bits.pod
Log:
[Spec/S02] updated a bit format.
Modified: docs/Perl6/Spec/S02-bits.pod
===
--- docs/Perl6/Spec/S02-b