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

2009-11-24 Thread pugs-commits
Author: lwall Date: 2009-11-25 03:23:06 +0100 (Wed, 25 Nov 2009) New Revision: 29192 Modified: docs/Perl6/Spec/S32-setting-library/Basics.pod Log: [S32/Basics] add a .notdef convenience method for ease of writing *.notdef matchers Modified: docs/Perl6/Spec/S32-setting-library/Basics.pod

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

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 === ---

r29134 - docs/Perl6/Spec

2009-11-19 Thread pugs-commits
Author: lwall Date: 2009-11-20 03:40:33 +0100 (Fri, 20 Nov 2009) New Revision: 29134 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S04-control.pod Log: [S02,3,4] attempt to rename void context to sink context and see if it clogs Modified:

r29140 - docs/Perl6/Spec

2009-11-19 Thread pugs-commits
Author: lwall Date: 2009-11-20 05:31:36 +0100 (Fri, 20 Nov 2009) New Revision: 29140 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] start process of distingishing abstract ~ from concrete .Str (likewise for + vs .Num) Modified: docs/Perl6/Spec/S12-objects.pod

r29141 - docs/Perl6/Spec

2009-11-19 Thread pugs-commits
Author: lwall Date: 2009-11-20 05:34:57 +0100 (Fri, 20 Nov 2009) New Revision: 29141 Modified: docs/Perl6/Spec/S06-routines.pod docs/Perl6/Spec/S09-data.pod Log: [S06,S09] rename 'is ref' to 'is parcel' and make it synonymous with \ Modified: docs/Perl6/Spec/S06-routines.pod

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

2009-11-19 Thread pugs-commits
Author: lwall Date: 2009-11-20 07:12:28 +0100 (Fri, 20 Nov 2009) New Revision: 29142 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S04-control.pod docs/Perl6/Spec/S05-regex.pod docs/Perl6/Spec/S06-routines.pod

r29143 - docs/Perl6/Spec

2009-11-19 Thread pugs-commits
Author: lwall Date: 2009-11-20 08:10:40 +0100 (Fri, 20 Nov 2009) New Revision: 29143 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] tweaks from TheDamian++ Various coercion clarifications Modified: docs/Perl6/Spec/S03-operators.pod

r29127 - docs/Perl6/Spec

2009-11-18 Thread pugs-commits
Author: lwall Date: 2009-11-18 19:05:37 +0100 (Wed, 18 Nov 2009) New Revision: 29127 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] correction from ron.koerner++ on s/multiple/power/ adopt 2's and 5's factoring as normative for both .Str and .perl of Rats Modified:

r29128 - docs/Perl6/Spec

2009-11-18 Thread pugs-commits
Author: lwall Date: 2009-11-18 19:51:35 +0100 (Wed, 18 Nov 2009) New Revision: 29128 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] more Rat-to-Str fine-tuning wrt negative denominators Modified: docs/Perl6/Spec/S02-bits.pod

r29129 - docs/Perl6/Spec

2009-11-18 Thread pugs-commits
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 Modified: docs/Perl6/Spec/S04-control.pod

r29110 - docs/Perl6/Spec

2009-11-17 Thread pugs-commits
Author: lwall Date: 2009-11-17 18:28:47 +0100 (Tue, 17 Nov 2009) New Revision: 29110 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S09-data.pod Log: [S02,S09] break the assumption that Rats should be symmetrical Add Ratio for performance-destroying but truly arbitrary-precision

r29111 - docs/Perl6/Spec

2009-11-17 Thread pugs-commits
Author: lwall Date: 2009-11-17 18:43:12 +0100 (Tue, 17 Nov 2009) New Revision: 29111 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] more Rat and Ratio clarification Modified: docs/Perl6/Spec/S02-bits.pod === ---

r29112 - docs/Perl6/Spec

2009-11-17 Thread pugs-commits
Author: lwall Date: 2009-11-17 19:22:58 +0100 (Tue, 17 Nov 2009) New Revision: 29112 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S04-control.pod docs/Perl6/Spec/S06-routines.pod docs/Perl6/Spec/S11-modules.pod Log: [specs] s/CONTEXT/DYNAMIC/ to avoid confusion of concepts

r29113 - docs/Perl6/Spec

2009-11-17 Thread pugs-commits
Author: lwall Date: 2009-11-17 19:37:41 +0100 (Tue, 17 Nov 2009) New Revision: 29113 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] more clarifications from TheDamian++ Modified: docs/Perl6/Spec/S02-bits.pod === ---

r29121 - docs/Perl6/Spec

2009-11-17 Thread pugs-commits
Author: lwall Date: 2009-11-18 01:53:40 +0100 (Wed, 18 Nov 2009) New Revision: 29121 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S09-data.pod Log: [S02,S09] more tweakage of rat semantics Rat types are instantiations of a Rational role as suggested by moritz_++ Modified:

r29067 - docs/Perl6/Spec

2009-11-13 Thread pugs-commits
Author: lwall Date: 2009-11-13 18:44:13 +0100 (Fri, 13 Nov 2009) New Revision: 29067 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] foo=bar doesn't suppress bar capture, use foo=.bar for that Send :keepall off to go and live with :panic. Modified: docs/Perl6/Spec/S05-regex.pod

r29069 - docs/Perl6/Spec

2009-11-13 Thread pugs-commits
Author: lwall Date: 2009-11-13 19:07:47 +0100 (Fri, 13 Nov 2009) New Revision: 29069 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] fossils Modified: docs/Perl6/Spec/S05-regex.pod === --- docs/Perl6/Spec/S05-regex.pod

r29081 - docs/Perl6/Spec

2009-11-13 Thread pugs-commits
Author: finanalyst Date: 2009-11-14 08:46:23 +0100 (Sat, 14 Nov 2009) New Revision: 29081 Modified: docs/Perl6/Spec/S05-regex.pod Log: typo Modified: docs/Perl6/Spec/S05-regex.pod === --- docs/Perl6/Spec/S05-regex.pod

r29060 - docs/Perl6/Spec

2009-11-12 Thread pugs-commits
Author: lwall Date: 2009-11-12 19:35:33 +0100 (Thu, 12 Nov 2009) New Revision: 29060 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] liberalize phaser blorsts somewhat for more consistency, PerlJam++ Modified: docs/Perl6/Spec/S04-control.pod

r29061 - docs/Perl6/Spec

2009-11-12 Thread pugs-commits
Author: lwall Date: 2009-11-12 20:06:28 +0100 (Thu, 12 Nov 2009) New Revision: 29061 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] some phaser defossilization Modified: docs/Perl6/Spec/S06-routines.pod === ---

r29055 - docs/Perl6/Spec

2009-11-11 Thread pugs-commits
Author: pmurias Date: 2009-11-11 18:13:35 +0100 (Wed, 11 Nov 2009) New Revision: 29055 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] clarify the return value of {} Modified: docs/Perl6/Spec/S04-control.pod === ---

r29056 - docs/Perl6/Spec

2009-11-11 Thread pugs-commits
Author: lwall Date: 2009-11-11 18:18:19 +0100 (Wed, 11 Nov 2009) New Revision: 29056 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] clarify Nil semantics of empty blocks and missing branches, pmurias++ Modified: docs/Perl6/Spec/S04-control.pod

r29049 - docs/Perl6/Spec

2009-11-10 Thread pugs-commits
Author: lwall Date: 2009-11-10 19:07:56 +0100 (Tue, 10 Nov 2009) New Revision: 29049 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] define lexotic Modified: docs/Perl6/Spec/S04-control.pod === ---

r29037 - docs/Perl6/Spec

2009-11-09 Thread pugs-commits
Author: lwall Date: 2009-11-09 19:50:13 +0100 (Mon, 09 Nov 2009) New Revision: 29037 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] clean up ::() semantics to be identical to normal lookup Modified: docs/Perl6/Spec/S02-bits.pod

r28973 - docs/Perl6/Spec

2009-11-02 Thread pugs-commits
Author: lwall Date: 2009-11-02 17:31:00 +0100 (Mon, 02 Nov 2009) New Revision: 28973 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] correct $_ placeholder binding from rw to ref, moritz++ Modified: docs/Perl6/Spec/S06-routines.pod

r28974 - docs/Perl6/Spec

2009-11-02 Thread pugs-commits
Author: lwall Date: 2009-11-02 17:41:09 +0100 (Mon, 02 Nov 2009) New Revision: 28974 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] clear up definition of 'is ref' Modified: docs/Perl6/Spec/S06-routines.pod === ---

r28975 - docs/Perl6/Spec

2009-11-02 Thread pugs-commits
Author: lwall Date: 2009-11-02 19:08:20 +0100 (Mon, 02 Nov 2009) New Revision: 28975 Modified: docs/Perl6/Spec/S10-packages.pod Log: [S10] install note about rapid fossilization of package CANDO section Modified: docs/Perl6/Spec/S10-packages.pod

r28957 - docs/Perl6/Spec

2009-10-30 Thread pugs-commits
Author: lwall Date: 2009-10-30 18:56:12 +0100 (Fri, 30 Oct 2009) New Revision: 28957 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] document reversed character range compilation failure clarify what happens if an indirect rule fails to compile Modified: docs/Perl6/Spec/S05-regex.pod

r28960 - docs/Perl6/Spec

2009-10-30 Thread pugs-commits
Author: lwall Date: 2009-10-30 22:13:55 +0100 (Fri, 30 Oct 2009) New Revision: 28960 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] remove fossil found by pmichaud++ Modified: docs/Perl6/Spec/S02-bits.pod === ---

r28952 - docs/Perl6/Spec

2009-10-29 Thread pugs-commits
Author: lwall Date: 2009-10-29 21:22:34 +0100 (Thu, 29 Oct 2009) New Revision: 28952 Modified: docs/Perl6/Spec/S05-regex.pod Log: s/action/actions/ as suggested by pmichaud++ Modified: docs/Perl6/Spec/S05-regex.pod === ---

r28953 - docs/Perl6/Spec

2009-10-29 Thread pugs-commits
Author: lwall Date: 2009-10-29 21:23:11 +0100 (Thu, 29 Oct 2009) New Revision: 28953 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S05-regex.pod Log: [S02] closure in string makes lexical scope [S05] closure in regex makes lexical scope Modified: docs/Perl6/Spec/S02-bits.pod

r28932 - docs/Perl6/Spec

2009-10-28 Thread pugs-commits
Author: lwall Date: 2009-10-28 18:15:09 +0100 (Wed, 28 Oct 2009) New Revision: 28932 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] clarify that private accessors are already the most primitive form (Pm-6) Modified: docs/Perl6/Spec/S12-objects.pod

r28935 - docs/Perl6/Spec

2009-10-28 Thread pugs-commits
Author: lwall Date: 2009-10-28 18:25:18 +0100 (Wed, 28 Oct 2009) New Revision: 28935 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] typo Modified: docs/Perl6/Spec/S12-objects.pod === --- docs/Perl6/Spec/S12-objects.pod

r28938 - docs/Perl6/Spec

2009-10-28 Thread pugs-commits
Author: lwall Date: 2009-10-28 18:47:05 +0100 (Wed, 28 Oct 2009) New Revision: 28938 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] decouple $() from .ast so we can use .ast as boolean Modified: docs/Perl6/Spec/S05-regex.pod

r28921 - docs/Perl6/Spec

2009-10-27 Thread pugs-commits
Author: lwall Date: 2009-10-27 19:38:55 +0100 (Tue, 27 Oct 2009) New Revision: 28921 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] make 1 2 3 literals more allomorphic Modified: docs/Perl6/Spec/S02-bits.pod === ---

r28899 - docs/Perl6/Spec

2009-10-26 Thread pugs-commits
Author: lwall Date: 2009-10-26 17:19:30 +0100 (Mon, 26 Oct 2009) New Revision: 28899 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] spec that /$var/ warns and fails if $var is undefined Modified: docs/Perl6/Spec/S05-regex.pod

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

2009-10-26 Thread pugs-commits
Author: Util Date: 2009-10-26 20:52:32 +0100 (Mon, 26 Oct 2009) New Revision: 28907 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [S32] Formatting - separated roots() from rand() Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod

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

2009-10-26 Thread pugs-commits
Author: Util Date: 2009-10-26 23:37:27 +0100 (Mon, 26 Oct 2009) New Revision: 28911 Modified: docs/Perl6/Spec/S32-setting-library/Abstraction.pod docs/Perl6/Spec/S32-setting-library/Basics.pod docs/Perl6/Spec/S32-setting-library/Callable.pod

r28912 - docs/Perl6/Spec

2009-10-26 Thread pugs-commits
Author: s1n Date: 2009-10-27 03:18:35 +0100 (Tue, 27 Oct 2009) New Revision: 28912 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [s19] minor option case typo correction. Modified: docs/Perl6/Spec/S19-commandline.pod === ---

r28880 - docs/Perl6/Spec

2009-10-22 Thread pugs-commits
Author: lwall Date: 2009-10-22 17:31:38 +0200 (Thu, 22 Oct 2009) New Revision: 28880 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] refine global linkage policies Modified: docs/Perl6/Spec/S02-bits.pod === ---

r28881 - docs/Perl6/Spec

2009-10-22 Thread pugs-commits
Author: lwall Date: 2009-10-22 17:55:21 +0200 (Thu, 22 Oct 2009) New Revision: 28881 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] document desire to have decimal literals biased toward Rat storage Modified: docs/Perl6/Spec/S02-bits.pod

r28882 - docs/Perl6/Spec

2009-10-22 Thread pugs-commits
Author: lwall Date: 2009-10-22 18:21:29 +0200 (Thu, 22 Oct 2009) New Revision: 28882 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] tweak Rat to max out at rat64 by default Modified: docs/Perl6/Spec/S02-bits.pod === ---

r28883 - docs/Perl6/Spec

2009-10-22 Thread pugs-commits
Author: moritz Date: 2009-10-22 19:34:58 +0200 (Thu, 22 Oct 2009) New Revision: 28883 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] use old school math, Eirik++ Modified: docs/Perl6/Spec/S02-bits.pod === ---

r28886 - docs/Perl6/Spec

2009-10-22 Thread pugs-commits
Author: moritz Date: 2009-10-22 23:41:42 +0200 (Thu, 22 Oct 2009) New Revision: 28886 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] allow multiple aliases as per IRC consesus Modified: docs/Perl6/Spec/S05-regex.pod === ---

r28868 - docs/Perl6/Spec

2009-10-21 Thread pugs-commits
Author: moritz Date: 2009-10-21 09:55:53 +0200 (Wed, 21 Oct 2009) New Revision: 28868 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] more consistency on name collisions in signatures, masak++ Modified: docs/Perl6/Spec/S06-routines.pod

r28870 - docs/Perl6/Spec

2009-10-21 Thread pugs-commits
Author: masak Date: 2009-10-21 10:50:10 +0200 (Wed, 21 Oct 2009) New Revision: 28870 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] third attempt at describing elusive name collision Modified: docs/Perl6/Spec/S06-routines.pod

r28864 - docs/Perl6/Spec

2009-10-20 Thread pugs-commits
Author: masak Date: 2009-10-21 00:03:48 +0200 (Wed, 21 Oct 2009) New Revision: 28864 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] same-named non-anon positionals are a compile error Modified: docs/Perl6/Spec/S06-routines.pod

r28865 - docs/Perl6/Spec

2009-10-20 Thread pugs-commits
Author: moritz Date: 2009-10-21 00:15:32 +0200 (Wed, 21 Oct 2009) New Revision: 28865 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] extend uniq name constraint to named parameters too Modified: docs/Perl6/Spec/S06-routines.pod

r28846 - docs/Perl6/Spec

2009-10-19 Thread pugs-commits
Author: lwall Date: 2009-10-19 19:20:38 +0200 (Mon, 19 Oct 2009) New Revision: 28846 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] treat all delegation objects equally including arrays and hashes Modified: docs/Perl6/Spec/S12-objects.pod

r28780 - docs/Perl6/Spec

2009-10-13 Thread pugs-commits
Author: masak Date: 2009-10-13 16:51:50 +0200 (Tue, 13 Oct 2009) New Revision: 28780 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] fixed typo Modified: docs/Perl6/Spec/S06-routines.pod === ---

r28772 - docs/Perl6/Spec

2009-10-12 Thread pugs-commits
Author: carlin Date: 2009-10-12 12:11:08 +0200 (Mon, 12 Oct 2009) New Revision: 28772 Modified: docs/Perl6/Spec/S29-functions.pod Log: [Spec/S29-functions.pod] Fixed mistake with 'die'. carlin--, masak++ Modified: docs/Perl6/Spec/S29-functions.pod

r28750 - docs/Perl6/Spec

2009-10-11 Thread pugs-commits
Author: carlin Date: 2009-10-11 09:21:58 +0200 (Sun, 11 Oct 2009) New Revision: 28750 Modified: docs/Perl6/Spec/S16-io.pod Log: [Spec/S16-io] Tidied up some formatting and escaped the brackets in %*ENVPATH to (hopefully) fix a POD-error Modified: docs/Perl6/Spec/S16-io.pod

r28751 - docs/Perl6/Spec

2009-10-11 Thread pugs-commits
Author: jimmy Date: 2009-10-11 10:55:02 +0200 (Sun, 11 Oct 2009) New Revision: 28751 Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod] changed colon to comma Modified: docs/Perl6/Spec/S02-bits.pod === ---

r28754 - docs/Perl6/Spec

2009-10-11 Thread pugs-commits
Author: masak Date: 2009-10-11 13:04:33 +0200 (Sun, 11 Oct 2009) New Revision: 28754 Modified: docs/Perl6/Spec/S02-bits.pod Log: Revert [Spec/S02-bits.pod] changed colon to comma The improvement was of the kind where things were actually more improved before the change than after. Reverting.

r28768 - docs/Perl6/Spec

2009-10-11 Thread pugs-commits
Author: carlin Date: 2009-10-12 03:15:43 +0200 (Mon, 12 Oct 2009) New Revision: 28768 Modified: docs/Perl6/Spec/S16-io.pod docs/Perl6/Spec/S29-functions.pod Log: [Spec/S29-functions.pod] Added some details about die and fail Modified: docs/Perl6/Spec/S16-io.pod

r28769 - docs/Perl6/Spec

2009-10-11 Thread pugs-commits
Author: carlin Date: 2009-10-12 03:19:18 +0200 (Mon, 12 Oct 2009) New Revision: 28769 Modified: docs/Perl6/Spec/S16-io.pod Log: [Spec/S16-io.pod] Use Z to escape %*ENVPATH. Accidentally commited the last change. carlin-- Modified: docs/Perl6/Spec/S16-io.pod

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

2009-10-10 Thread pugs-commits
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

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

2009-10-10 Thread pugs-commits
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

r28727 - docs/Perl6/Spec

2009-10-10 Thread pugs-commits
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 {

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

2009-10-09 Thread pugs-commits
Author: Util Date: 2009-10-09 21:20:19 +0200 (Fri, 09 Oct 2009) New Revision: 28689 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S04-control.pod docs/Perl6/Spec/S06-routines.pod docs/Perl6/Spec/S07-iterators.pod

r28695 - docs/Perl6/Spec

2009-10-09 Thread pugs-commits
Author: jnthn Date: 2009-10-09 22:24:47 +0200 (Fri, 09 Oct 2009) New Revision: 28695 Modified: docs/Perl6/Spec/S06-routines.pod Log: [spec] Specify introspection of type captures. Modified: docs/Perl6/Spec/S06-routines.pod ===

r28696 - docs/Perl6/Spec

2009-10-09 Thread pugs-commits
Author: jnthn Date: 2009-10-09 22:26:22 +0200 (Fri, 09 Oct 2009) New Revision: 28696 Modified: docs/Perl6/Spec/S06-routines.pod Log: [spec] Wording tweak/typo fix. Modified: docs/Perl6/Spec/S06-routines.pod === ---

r28709 - docs/Perl6/Spec

2009-10-09 Thread pugs-commits
Author: lwall Date: 2009-10-10 03:42:21 +0200 (Sat, 10 Oct 2009) New Revision: 28709 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] document both nominal and storage aspects of ::T capture clarify that T does not require an exact match rename section to En passant type capture

r28664 - docs/Perl6/Spec

2009-10-08 Thread pugs-commits
Author: jnthn Date: 2009-10-08 22:49:07 +0200 (Thu, 08 Oct 2009) New Revision: 28664 Modified: docs/Perl6/Spec/S06-routines.pod Log: First cut of specification for signature introspection. Modified: docs/Perl6/Spec/S06-routines.pod

r28665 - docs/Perl6/Spec

2009-10-08 Thread pugs-commits
Author: jnthn Date: 2009-10-08 23:04:06 +0200 (Thu, 08 Oct 2009) New Revision: 28665 Modified: docs/Perl6/Spec/S06-routines.pod Log: [spec] Add missing invocant and multi_invocant traits from signature introspection interface. Modified: docs/Perl6/Spec/S06-routines.pod

r28666 - docs/Perl6/Spec

2009-10-08 Thread pugs-commits
Author: kyle Date: 2009-10-08 23:19:50 +0200 (Thu, 08 Oct 2009) New Revision: 28666 Modified: docs/Perl6/Spec/S06-routines.pod Log: typo fix Modified: docs/Perl6/Spec/S06-routines.pod === --- docs/Perl6/Spec/S06-routines.pod

r28667 - docs/Perl6/Spec

2009-10-08 Thread pugs-commits
Author: lwall Date: 2009-10-09 00:55:49 +0200 (Fri, 09 Oct 2009) New Revision: 28667 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] revise type subset pair notation a bit Modified: docs/Perl6/Spec/S12-objects.pod === ---

r28668 - docs/Perl6/Spec

2009-10-08 Thread pugs-commits
Author: lwall Date: 2009-10-09 01:51:23 +0200 (Fri, 09 Oct 2009) New Revision: 28668 Modified: docs/Perl6/Spec/S06-routines.pod docs/Perl6/Spec/S12-objects.pod Log: [S06,S12] clarify when yada is taken to be a stub [S06] clarify semantics of package subs [S06] document that subs default to

r28670 - docs/Perl6/Spec

2009-10-08 Thread pugs-commits
Author: lwall Date: 2009-10-09 02:16:10 +0200 (Fri, 09 Oct 2009) New Revision: 28670 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] or there's this approach Modified: docs/Perl6/Spec/S12-objects.pod === ---

r28671 - docs/Perl6/Spec

2009-10-08 Thread pugs-commits
Author: lwall Date: 2009-10-09 04:58:38 +0200 (Fri, 09 Oct 2009) New Revision: 28671 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] fix fossil spotted by diakopter++ Modified: docs/Perl6/Spec/S02-bits.pod === ---

r28619 - docs/Perl6/Spec

2009-10-05 Thread pugs-commits
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

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

2009-10-05 Thread pugs-commits
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:

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

2009-10-05 Thread pugs-commits
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

r28589 - docs/Perl6/Spec

2009-10-04 Thread pugs-commits
Author: pmichaud Date: 2009-10-04 16:26:35 +0200 (Sun, 04 Oct 2009) New Revision: 28589 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08]: Some notes where online discussions are at odds with the spec. Modified: docs/Perl6/Spec/S08-capture.pod

r28590 - docs/Perl6/Spec

2009-10-04 Thread pugs-commits
Author: pmichaud Date: 2009-10-04 16:27:33 +0200 (Sun, 04 Oct 2009) New Revision: 28590 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08]: Update mime-type for .pod document. Property changes on: docs/Perl6/Spec/S08-capture.pod

r28591 - docs/Perl6/Spec

2009-10-04 Thread pugs-commits
Author: pmichaud Date: 2009-10-04 16:28:27 +0200 (Sun, 04 Oct 2009) New Revision: 28591 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08]: Update svn:eol-style property. Property changes on: docs/Perl6/Spec/S08-capture.pod

r28595 - docs/Perl6/Spec

2009-10-04 Thread pugs-commits
Author: moritz Date: 2009-10-04 19:15:29 +0200 (Sun, 04 Oct 2009) New Revision: 28595 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] thinko Modified: docs/Perl6/Spec/S03-operators.pod === ---

r28596 - docs/Perl6/Spec

2009-10-04 Thread pugs-commits
Author: moritz Date: 2009-10-04 19:15:43 +0200 (Sun, 04 Oct 2009) New Revision: 28596 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] be more consequent in removing :by Modified: docs/Perl6/Spec/S03-operators.pod === ---

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

2009-10-04 Thread pugs-commits
Author: moritz Date: 2009-10-04 19:15:53 +0200 (Sun, 04 Oct 2009) New Revision: 28597 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [S32/Numeric] major overhaul * Most methods that were in Num are now Numeric * sign() and the rounding methods are now in Real * document (at

r28612 - docs/Perl6/Spec

2009-10-04 Thread pugs-commits
Author: Darren_Duncan Date: 2009-10-04 23:36:46 +0200 (Sun, 04 Oct 2009) New Revision: 28612 Modified: docs/Perl6/Spec/S03-operators.pod Log: Spec S03 : add Range methods .excl_min, .excl_max Modified: docs/Perl6/Spec/S03-operators.pod

r28574 - docs/Perl6/Spec

2009-10-03 Thread pugs-commits
Author: lwall Date: 2009-10-03 20:13:38 +0200 (Sat, 03 Oct 2009) New Revision: 28574 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] remove 'is inline' as supportive of bad premature optimization policy instead establish hard/soft distinctions for routine mutability default to hard,

r28575 - docs/Perl6/Spec

2009-10-03 Thread pugs-commits
Author: lwall Date: 2009-10-03 20:35:05 +0200 (Sat, 03 Oct 2009) New Revision: 28575 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] add SoftRoutine and HardRoutine types to type lists Modified: docs/Perl6/Spec/S02-bits.pod

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

2009-10-01 Thread pugs-commits
Author: moritz Date: 2009-10-01 08:58:00 +0200 (Thu, 01 Oct 2009) New Revision: 28523 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [S32::Num] More thoughts on Inf/NaN Complex, and on comparing Complex and Real numbers Also bring the goodness of the newly defined Numeric and

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

2009-10-01 Thread pugs-commits
Author: lwall Date: 2009-10-01 18:53:43 +0200 (Thu, 01 Oct 2009) New Revision: 28528 Modified: docs/Perl6/Spec/S04-control.pod docs/Perl6/Spec/S32-setting-library/Basics.pod docs/Perl6/Spec/S32-setting-library/IO.pod Log: [S04] add statement_prefix:quietly [IO] add note function as say

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

2009-09-30 Thread pugs-commits
Author: colomon Date: 2009-09-30 13:53:58 +0200 (Wed, 30 Sep 2009) New Revision: 28514 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [docs/Perl6] postfix:i should take a Numeric. Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod

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

2009-09-29 Thread pugs-commits
Author: lwall Date: 2009-09-29 19:50:27 +0200 (Tue, 29 Sep 2009) New Revision: 28502 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [S02,S03,S32] add Stringy role attempt to distinguish numeric objects from

r28506 - docs/Perl6/Spec

2009-09-29 Thread pugs-commits
Author: lwall Date: 2009-09-29 23:05:11 +0200 (Tue, 29 Sep 2009) New Revision: 28506 Modified: docs/Perl6/Spec/S06-routines.pod docs/Perl6/Spec/S11-modules.pod Log: [S06,S11] kill infix:defines, replace with statement_control:import Modified: docs/Perl6/Spec/S06-routines.pod

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

2009-09-29 Thread pugs-commits
Author: colomon Date: 2009-09-30 04:30:39 +0200 (Wed, 30 Sep 2009) New Revision: 28512 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [docs/Perl6] postfix:i should return a Complex. Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod

r28480 - docs/Perl6/Spec

2009-09-28 Thread pugs-commits
Author: lwall Date: 2009-09-29 01:06:14 +0200 (Tue, 29 Sep 2009) New Revision: 28480 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] specifically allow :temp and :let forms, pmichaud++ Modified: docs/Perl6/Spec/S05-regex.pod

r28440 - docs/Perl6/Spec

2009-09-27 Thread pugs-commits
Author: jimmy Date: 2009-09-27 15:11:06 +0200 (Sun, 27 Sep 2009) New Revision: 28440 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod Log: [Spec]added C... format for Unicode code point number. Modified: docs/Perl6/Spec/S02-bits.pod

r28444 - docs/Perl6/Spec

2009-09-27 Thread pugs-commits
Author: lwall Date: 2009-09-28 04:44:17 +0200 (Mon, 28 Sep 2009) New Revision: 28444 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] require parens on .'method'() form Modified: docs/Perl6/Spec/S12-objects.pod === ---

r28445 - docs/Perl6/Spec

2009-09-27 Thread pugs-commits
Author: jimmy Date: 2009-09-28 04:51:49 +0200 (Mon, 28 Sep 2009) New Revision: 28445 Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod]fixed typo, intro - into. Modified: docs/Perl6/Spec/S02-bits.pod === ---

<    1   2   3   4   5   6   7   8   9   10   >