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

2009-07-04 Thread pugs-commits
Author: Darren_Duncan Date: 2009-07-05 06:23:44 +0200 (Sun, 05 Jul 2009) New Revision: 27414 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/S17-concurrency.pod

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

2009-07-04 Thread pugs-commits
Author: Darren_Duncan Date: 2009-07-05 07:54:03 +0200 (Sun, 05 Jul 2009) New Revision: 27416 Modified: docs/Perl6/Spec/S01-overview.pod docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S04-control.pod docs/Perl6/Spec/S05-regex.pod docs/Perl6/Spec/S06-routines.pod

r27452 - docs/Perl6/Spec

2009-07-06 Thread pugs-commits
Author: moritz Date: 2009-07-06 23:44:32 +0200 (Mon, 06 Jul 2009) New Revision: 27452 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] use real Perl 6 syntax where possible Modified: docs/Perl6/Spec/S03-operators.pod ===

r27455 - docs/Perl6/Spec

2009-07-06 Thread pugs-commits
Author: moritz Date: 2009-07-06 23:58:58 +0200 (Mon, 06 Jul 2009) New Revision: 27455 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] uhm, I should read more carefully what I correct Modified: docs/Perl6/Spec/S03-operators.pod

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

2009-07-06 Thread pugs-commits
Author: masak Date: 2009-07-07 00:10:57 +0200 (Tue, 07 Jul 2009) New Revision: 27456 Modified: docs/Perl6/Spec/S32-setting-library/Str.pod Log: [S32/Str] added $format defaults to .fmt methods Modified: docs/Perl6/Spec/S32-setting-library/Str.pod

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

2009-07-07 Thread pugs-commits
Author: skids Date: 2009-07-07 15:51:58 +0200 (Tue, 07 Jul 2009) New Revision: 27468 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [S32/Numeric] correct parameter name in atan2 method form Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod

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

2009-07-08 Thread pugs-commits
Author: moritz Date: 2009-07-08 23:41:43 +0200 (Wed, 08 Jul 2009) New Revision: 27485 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [S32/Num] log's base is positional Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod

r27487 - docs/Perl6/Spec

2009-07-08 Thread pugs-commits
Author: lwall Date: 2009-07-09 02:36:00 +0200 (Thu, 09 Jul 2009) New Revision: 27487 Modified: docs/Perl6/Spec/S14-roles-and-parametric-types.pod Log: [S14] a slightly closer approximation to eventual reality Modified: docs/Perl6/Spec/S14-roles-and-parametric-types.pod

r27503 - docs/Perl6/Spec

2009-07-10 Thread pugs-commits
Author: lwall Date: 2009-07-11 01:11:48 +0200 (Sat, 11 Jul 2009) New Revision: 27503 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] Reduce power of Pair.ACCEPTS to work only on booleans, moritz++ (but we keep the pair forms for ease-of-use via switches and junctions as well as for

r27507 - docs/Perl6/Spec

2009-07-11 Thread pugs-commits
Author: lwall Date: 2009-07-11 18:17:08 +0200 (Sat, 11 Jul 2009) New Revision: 27507 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] kill Statbuf type, unify with IO role/class somehow Modified: docs/Perl6/Spec/S03-operators.pod

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

2009-07-14 Thread pugs-commits
Author: szabgab Date: 2009-07-14 10:31:16 +0200 (Tue, 14 Jul 2009) New Revision: 27548 Modified: docs/Perl6/Spec/S32-setting-library/IO.pod Log: TODO: open :r, :w, :a Modified: docs/Perl6/Spec/S32-setting-library/IO.pod === ---

r27561 - docs/Perl6/Spec

2009-07-14 Thread pugs-commits
Author: moritz Date: 2009-07-14 23:46:21 +0200 (Tue, 14 Jul 2009) New Revision: 27561 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] document eval(Buf) Modified: docs/Perl6/Spec/S29-functions.pod === ---

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

2009-07-18 Thread pugs-commits
Author: lwall Date: 2009-07-18 18:44:26 +0200 (Sat, 18 Jul 2009) New Revision: 27605 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [Numeric] kill :Trig tag, always include trig functions. Replace stupid string args with an enum. Default to lexical constant $?TRIGBASE.

r27635 - docs/Perl6/Spec

2009-07-20 Thread pugs-commits
Author: lwall Date: 2009-07-21 03:03:38 +0200 (Tue, 21 Jul 2009) New Revision: 27635 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] rename 'nonchaining infix' to 'structural infix' Modified: docs/Perl6/Spec/S03-operators.pod

r27680 - docs/Perl6/Spec

2009-07-23 Thread pugs-commits
Author: masak Date: 2009-07-23 11:11:33 +0200 (Thu, 23 Jul 2009) New Revision: 27680 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] added missing comma We generally cannot have two terms in a row, and that goes for the inside of hash arguments to a handles trait, too. Modified:

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

2009-07-23 Thread pugs-commits
Author: wayland Date: 2009-07-24 04:15:04 +0200 (Fri, 24 Jul 2009) New Revision: 27692 Modified: docs/Perl6/Spec/S32-setting-library/Abstraction.pod Log: [S32/Abstraction]: Documented .parse and .parsefile methods on Grammar. Note that the method signatures may be wrong. pmichaud++ for

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

2009-07-23 Thread pugs-commits
Author: wayland Date: 2009-07-24 07:00:41 +0200 (Fri, 24 Jul 2009) New Revision: 27695 Modified: docs/Perl6/Spec/S32-setting-library/Abstraction.pod Log: [S32/Abstraction] Added action optional parameter to parse and parsefile. Modified: docs/Perl6/Spec/S32-setting-library/Abstraction.pod

r27697 - docs/Perl6/Spec

2009-07-24 Thread pugs-commits
Author: wollmers Date: 2009-07-24 12:41:42 +0200 (Fri, 24 Jul 2009) New Revision: 27697 Modified: docs/Perl6/Spec/S28-special-names.pod Log: added unicode variables Modified: docs/Perl6/Spec/S28-special-names.pod === ---

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

2009-07-24 Thread pugs-commits
Author: hinrik Date: 2009-07-24 16:24:11 +0200 (Fri, 24 Jul 2009) New Revision: 27700 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [S32/Containers] Fix =item line for Ccomb Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod

r27701 - docs/Perl6/Spec

2009-07-24 Thread pugs-commits
Author: masak Date: 2009-07-24 16:28:42 +0200 (Fri, 24 Jul 2009) New Revision: 27701 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] fixed some spelling and consistency stuff Modified: docs/Perl6/Spec/S06-routines.pod ===

r27726 - docs/Perl6/Spec

2009-07-25 Thread pugs-commits
Author: lwall Date: 2009-07-25 20:09:00 +0200 (Sat, 25 Jul 2009) New Revision: 27726 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] permanently reserve ; within regex as indicating missing terminator Modified: docs/Perl6/Spec/S05-regex.pod

r27751 - docs/Perl6/Spec

2009-07-27 Thread pugs-commits
Author: szabgab Date: 2009-07-27 16:51:57 +0200 (Mon, 27 Jul 2009) New Revision: 27751 Modified: docs/Perl6/Spec/S05-regex.pod Log: add X tags to Predefined Subrules Modified: docs/Perl6/Spec/S05-regex.pod === ---

r27753 - docs/Perl6/Spec

2009-07-27 Thread pugs-commits
Author: szabgab Date: 2009-07-27 17:15:01 +0200 (Mon, 27 Jul 2009) New Revision: 27753 Modified: docs/Perl6/Spec/S05-regex.pod Log: add also X tags to Predefined Subrules Modified: docs/Perl6/Spec/S05-regex.pod === ---

r27755 - docs/Perl6/Spec

2009-07-27 Thread pugs-commits
Author: moritz Date: 2009-07-27 20:54:44 +0200 (Mon, 27 Jul 2009) New Revision: 27755 Modified: docs/Perl6/Spec/S06-routines.pod docs/Perl6/Spec/S29-functions.pod Log: get rid of want(), it's not implementable See http://www.nntp.perl.org/group/perl.perl6.language/2009/03/msg31372.html for

r27758 - docs/Perl6/Spec

2009-07-27 Thread pugs-commits
Author: moritz Date: 2009-07-27 21:18:31 +0200 (Mon, 27 Jul 2009) New Revision: 27758 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] typo found by jnthn++ Modified: docs/Perl6/Spec/S06-routines.pod === ---

r27784 - docs/Perl6/Spec

2009-07-28 Thread pugs-commits
Author: pmichaud Date: 2009-07-28 21:45:55 +0200 (Tue, 28 Jul 2009) New Revision: 27784 Modified: docs/Perl6/Spec/S04-control.pod Log: Fix incorrect specification of implicit $_ in blocks. Modified: docs/Perl6/Spec/S04-control.pod

r27794 - docs/Perl6/Spec

2009-07-29 Thread pugs-commits
Author: jnthn Date: 2009-07-29 15:09:30 +0200 (Wed, 29 Jul 2009) New Revision: 27794 Modified: docs/Perl6/Spec/S12-objects.pod Log: [spec] Remove the word 'class' from a sentence where it adds confusion to the meaning. Modified: docs/Perl6/Spec/S12-objects.pod

r27801 - docs/Perl6/Spec

2009-07-29 Thread pugs-commits
Author: lwall Date: 2009-07-29 19:59:03 +0200 (Wed, 29 Jul 2009) New Revision: 27801 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] only add @_ and %_ to default sig if actually used in body Modified: docs/Perl6/Spec/S06-routines.pod

r27816 - docs/Perl6/Spec

2009-07-30 Thread pugs-commits
Author: moritz Date: 2009-07-30 15:26:44 +0200 (Thu, 30 Jul 2009) New Revision: 27816 Modified: docs/Perl6/Spec/S09-data.pod Log: [S09] standard hash defaults to Object for values We don't want to autothread on assignment to hash. jnthn++ Modified: docs/Perl6/Spec/S09-data.pod

r27822 - docs/Perl6/Spec

2009-07-30 Thread pugs-commits
Author: wayland Date: 2009-07-31 02:08:15 +0200 (Fri, 31 Jul 2009) New Revision: 27822 Modified: docs/Perl6/Spec/S17-concurrency.pod docs/Perl6/Spec/S22-package-format.pod docs/Perl6/Spec/S26-documentation.pod Log: [S17, S22, S26] Turned URLs into links Modified:

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

2009-07-31 Thread pugs-commits
Author: jimmy Date: 2009-07-31 12:37:08 +0200 (Fri, 31 Jul 2009) New Revision: 27823 Modified: docs/Perl6/Spec/S32-setting-library/Basics.pod docs/Perl6/Spec/S32-setting-library/Callable.pod docs/Perl6/Spec/S32-setting-library/Containers.pod docs/Perl6/Spec/S32-setting-library/IO.pod

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

2009-07-31 Thread pugs-commits
Author: jimmy Date: 2009-07-31 12:47:56 +0200 (Fri, 31 Jul 2009) New Revision: 27825 Modified: docs/Perl6/Spec/S32-setting-library/IO.pod Log: [spec]using the right single quote character Modified: docs/Perl6/Spec/S32-setting-library/IO.pod

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

2009-08-03 Thread pugs-commits
Author: wayland Date: 2009-08-04 06:43:35 +0200 (Tue, 04 Aug 2009) New Revision: 27866 Modified: docs/Perl6/Spec/S32-setting-library/IO.pod Log: [S32/IO] Stopped referring to IO::Endable, as its functionality seems to be currently subsumed into IO::Seekable. If I've done it wrong, feel free

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

2009-08-05 Thread pugs-commits
Author: wayland Date: 2009-08-06 05:51:19 +0200 (Thu, 06 Aug 2009) New Revision: 27880 Modified: docs/Perl6/Spec/S32-setting-library/IO.pod Log: [S32/IO] Separated IO::Filesystem and IO::Filesystems Modified: docs/Perl6/Spec/S32-setting-library/IO.pod

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

2009-08-05 Thread pugs-commits
Author: wayland Date: 2009-08-06 07:34:41 +0200 (Thu, 06 Aug 2009) New Revision: 27881 Modified: docs/Perl6/Spec/S32-setting-library/IO.pod Log: [S32/IO] Clarification thanks to richard++ Since this does glob(), find(), etc, I'm intending that it be Everything accessible via a filesystem

r27882 - docs/Perl6/Spec

2009-08-06 Thread pugs-commits
Author: lwall Date: 2009-08-06 15:14:15 +0200 (Thu, 06 Aug 2009) New Revision: 27882 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] Note that coercion to Nil provides loop else functionality Define what we mean by the Parcel type. Modified: docs/Perl6/Spec/S02-bits.pod

r27883 - docs/Perl6/Spec

2009-08-06 Thread pugs-commits
Author: jimmy Date: 2009-08-06 18:07:31 +0200 (Thu, 06 Aug 2009) New Revision: 27883 Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod] fixed spec, see S12 for more. Modified: docs/Perl6/Spec/S02-bits.pod === ---

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

2009-08-06 Thread pugs-commits
Author: wayland Date: 2009-08-07 06:07:53 +0200 (Fri, 07 Aug 2009) New Revision: 27889 Modified: docs/Perl6/Spec/S32-setting-library/IO.pod Log: [S32/IO] Made some more mods to the filesystem due to interaction with finanalyst++ Modified: docs/Perl6/Spec/S32-setting-library/IO.pod

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

2009-08-11 Thread pugs-commits
Author: lwall Date: 2009-08-11 19:28:07 +0200 (Tue, 11 Aug 2009) New Revision: 27959 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S04-control.pod docs/Perl6/Spec/S05-regex.pod docs/Perl6/Spec/S32-setting-library/Containers.pod Log: change embedded comment syntax to #`[...]

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

2009-08-13 Thread pugs-commits
Author: jani Date: 2009-08-13 14:19:25 +0200 (Thu, 13 Aug 2009) New Revision: 27978 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: S32/Containers iterator rephrase (similar to S09 hash keys spec) Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod

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

2009-08-15 Thread pugs-commits
Author: wayland Date: 2009-08-15 13:19:43 +0200 (Sat, 15 Aug 2009) New Revision: 27999 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S16-io.pod docs/Perl6/Spec/S32-setting-library/IO.pod Log: [S02,S16,S32/IO] Added special quoting that creates IO::FSNode objects. This could

r28005 - docs/Perl6/Spec

2009-08-16 Thread pugs-commits
Author: benmorrow Date: 2009-08-16 21:16:39 +0200 (Sun, 16 Aug 2009) New Revision: 28005 Modified: docs/Perl6/Spec/S04-control.pod Log: [Spec] Clarify behaviour of closure traits when an exception is thrown. Modified: docs/Perl6/Spec/S04-control.pod

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

2009-08-18 Thread pugs-commits
Author: wayland Date: 2009-08-18 09:24:07 +0200 (Tue, 18 Aug 2009) New Revision: 28017 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S16-io.pod docs/Perl6/Spec/S28-special-names.pod docs/Perl6/Spec/S32-setting-library/IO.pod Log: [S02] Changed :io to :p and :path [S16]

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

2009-08-18 Thread pugs-commits
Author: wayland Date: 2009-08-18 11:47:04 +0200 (Tue, 18 Aug 2009) New Revision: 28018 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S32-setting-library/IO.pod Log: [S32/IO] A few changes, including: * Revived .chdir() due to popular demand * IO::FileNode merged into Path

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

2009-08-18 Thread pugs-commits
Author: wayland Date: 2009-08-18 12:16:37 +0200 (Tue, 18 Aug 2009) New Revision: 28019 Modified: docs/Perl6/Spec/S16-io.pod docs/Perl6/Spec/S32-setting-library/IO.pod Log: S32/IO: Mention that Path can be used as an array of path elements S16: Restrict filenames to POSIX Modified:

r28020 - docs/Perl6/Spec

2009-08-18 Thread pugs-commits
Author: jani Date: 2009-08-18 13:18:13 +0200 (Tue, 18 Aug 2009) New Revision: 28020 Modified: docs/Perl6/Spec/S16-io.pod Log: Rephrasing for clarity, also changed POSIX to portable POSIX where appropriate Modified: docs/Perl6/Spec/S16-io.pod

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

2009-08-18 Thread pugs-commits
Author: lwall Date: 2009-08-19 02:08:06 +0200 (Wed, 19 Aug 2009) New Revision: 28024 Modified: docs/Perl6/Spec/S32-setting-library/IO.pod Log: [IO.pod] fix bogon-infested named parameter syntax Modified: docs/Perl6/Spec/S32-setting-library/IO.pod

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

2009-08-18 Thread pugs-commits
Author: wayland Date: 2009-08-19 03:57:49 +0200 (Wed, 19 Aug 2009) New Revision: 28026 Modified: docs/Perl6/Spec/S16-io.pod docs/Perl6/Spec/S32-setting-library/IO.pod Log: [S32/IO] put in canonpath and realpath, as promised [S16] Things including: * Made defaults more sensible (lax vs.

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

2009-08-19 Thread pugs-commits
Author: wayland Date: 2009-08-20 00:04:27 +0200 (Thu, 20 Aug 2009) New Revision: 28036 Modified: docs/Perl6/Spec/S16-io.pod docs/Perl6/Spec/S32-setting-library/IO.pod Log: [S16] Documented $*CWD which was mentioned once in S28 [S32] Changed Path to have Buf instead of Str, and an

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

2009-08-19 Thread pugs-commits
Author: wayland Date: 2009-08-20 07:12:22 +0200 (Thu, 20 Aug 2009) New Revision: 28040 Modified: docs/Perl6/Spec/S16-io.pod docs/Perl6/Spec/S32-setting-library/IO.pod Log: [S32/IO] and [S16] Changes include: * Removed spurious references to Array of, now that pmichaud++ has explained

r28043 - docs/Perl6/Spec

2009-08-21 Thread pugs-commits
Author: moritz Date: 2009-08-21 12:49:04 +0200 (Fri, 21 Aug 2009) New Revision: 28043 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] small clarifications on Whatever comprehensions Modified: docs/Perl6/Spec/S02-bits.pod ===

r28045 - docs/Perl6/Spec

2009-08-21 Thread pugs-commits
Author: wayland Date: 2009-08-21 14:11:17 +0200 (Fri, 21 Aug 2009) New Revision: 28045 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S09-data.pod docs/Perl6/Spec/S11-modules.pod Log: [S02,S03,S09,S11] Changed any example that had the animal

r28046 - docs/Perl6/Spec

2009-08-21 Thread pugs-commits
Author: moritz Date: 2009-08-21 14:18:14 +0200 (Fri, 21 Aug 2009) New Revision: 28046 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] store Squirrels in %squirrels, not in %cats Modified: docs/Perl6/Spec/S03-operators.pod

r28058 - docs/Perl6/Spec

2009-08-24 Thread pugs-commits
Author: lwall Date: 2009-08-25 02:21:44 +0200 (Tue, 25 Aug 2009) New Revision: 28058 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] disallow alphanums as quote delims [S02] document WhateverCode and HyperWhateverCode Modified: docs/Perl6/Spec/S02-bits.pod

r28059 - docs/Perl6/Spec

2009-08-24 Thread pugs-commits
Author: lwall Date: 2009-08-25 02:24:05 +0200 (Tue, 25 Aug 2009) New Revision: 28059 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] remove fossil spotted by jnthn++ Modified: docs/Perl6/Spec/S06-routines.pod === ---

r28060 - in docs/Perl6: Perl5 Spec

2009-08-24 Thread pugs-commits
Author: carlin Date: 2009-08-25 02:26:56 +0200 (Tue, 25 Aug 2009) New Revision: 28060 Modified: docs/Perl6/Perl5/Differences.pod docs/Perl6/Spec/S03-operators.pod Log: [Differences.pod] Added a before/after comparison of the binary numeric AND. Added a note about the bitwise operator

r28061 - docs/Perl6/Spec

2009-08-25 Thread pugs-commits
Author: carlin Date: 2009-08-25 08:48:35 +0200 (Tue, 25 Aug 2009) New Revision: 28061 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] Don't not use no double negatives Modified: docs/Perl6/Spec/S03-operators.pod === ---

r28098 - docs/Perl6/Spec

2009-08-28 Thread pugs-commits
Author: lwall Date: 2009-08-28 17:41:35 +0200 (Fri, 28 Aug 2009) New Revision: 28098 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] qualify longer to mean graphemes for pmichaud++ Modified: docs/Perl6/Spec/S03-operators.pod

r28146 - docs/Perl6/Spec

2009-08-31 Thread pugs-commits
Author: lwall Date: 2009-08-31 21:56:55 +0200 (Mon, 31 Aug 2009) New Revision: 28146 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] remove fossil noticed by pmichaud++ Modified: docs/Perl6/Spec/S02-bits.pod === ---

r28150 - docs/Perl6/Spec

2009-08-31 Thread pugs-commits
Author: lwall Date: 2009-09-01 01:42:06 +0200 (Tue, 01 Sep 2009) New Revision: 28150 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] steal ::= for readonly binding ala sigs Modified: docs/Perl6/Spec/S03-operators.pod ===

r28151 - docs/Perl6/Spec

2009-08-31 Thread pugs-commits
Author: lwall Date: 2009-09-01 02:09:52 +0200 (Tue, 01 Sep 2009) New Revision: 28151 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S06-routines.pod Log: [S02,S06] make 'is context' implicit on $*foo variable declarations orthogonalize readonly semantics to rely on ::=

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

2009-09-01 Thread pugs-commits
Author: lwall Date: 2009-09-01 20:04:33 +0200 (Tue, 01 Sep 2009) New Revision: 28160 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [S32] clean up some numeric spec fossils Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod

r28169 - docs/Perl6/Spec

2009-09-02 Thread pugs-commits
Author: lwall Date: 2009-09-02 19:09:15 +0200 (Wed, 02 Sep 2009) New Revision: 28169 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] document how :my works in regexen Modified: docs/Perl6/Spec/S05-regex.pod === ---

r28171 - docs/Perl6/Spec

2009-09-02 Thread pugs-commits
Author: lwall Date: 2009-09-02 20:21:39 +0200 (Wed, 02 Sep 2009) New Revision: 28171 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] forbid List and Range as endpoint to ranges Modified: docs/Perl6/Spec/S03-operators.pod

r28172 - docs/Perl6/Spec

2009-09-02 Thread pugs-commits
Author: lwall Date: 2009-09-02 21:48:23 +0200 (Wed, 02 Sep 2009) New Revision: 28172 Modified: docs/Perl6/Spec/S01-overview.pod Log: [S01] also allow a .p6 to be indicative of Perl 6 code Modified: docs/Perl6/Spec/S01-overview.pod

r28173 - docs/Perl6/Spec

2009-09-02 Thread pugs-commits
Author: lwall Date: 2009-09-02 21:56:15 +0200 (Wed, 02 Sep 2009) New Revision: 28173 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] document Rat and Complex literals Modified: docs/Perl6/Spec/S02-bits.pod === ---

r28174 - docs/Perl6/Spec

2009-09-02 Thread pugs-commits
Author: lwall Date: 2009-09-03 02:00:53 +0200 (Thu, 03 Sep 2009) New Revision: 28174 Modified: docs/Perl6/Spec/S01-overview.pod Log: [S01] generalize .p6 slightly as suggested by dduncan++ Modified: docs/Perl6/Spec/S01-overview.pod

r28175 - docs/Perl6/Spec

2009-09-02 Thread pugs-commits
Author: lwall Date: 2009-09-03 07:18:16 +0200 (Thu, 03 Sep 2009) New Revision: 28175 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] some clarification of $*foo searching Modified: docs/Perl6/Spec/S02-bits.pod === ---

r28188 - docs/Perl6/Spec

2009-09-04 Thread pugs-commits
Author: lwall Date: 2009-09-05 02:17:53 +0200 (Sat, 05 Sep 2009) New Revision: 28188 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] clarify semantics of break for masak++ Modified: docs/Perl6/Spec/S04-control.pod === ---

r28193 - docs/Perl6/Spec

2009-09-05 Thread pugs-commits
Author: lwall Date: 2009-09-05 20:02:42 +0200 (Sat, 05 Sep 2009) New Revision: 28193 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] obliterate fallback from contextuals to %*ENV as a trust issue Modified: docs/Perl6/Spec/S02-bits.pod

r28196 - docs/Perl6/Spec

2009-09-07 Thread pugs-commits
Author: moritz Date: 2009-09-07 08:48:34 +0200 (Mon, 07 Sep 2009) New Revision: 28196 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] spec behaviour of stubbed classes This is a bit more general than what I had in mind first. If the implementors say this is too hard to do it this way, we

r28197 - docs/Perl6/Spec

2009-09-07 Thread pugs-commits
Author: moritz Date: 2009-09-07 19:30:17 +0200 (Mon, 07 Sep 2009) New Revision: 28197 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] undo '...' semantics in class bodies. Now only a single ... term in the classes marks that class as a forward declaration, making it a declaration.

r28199 - docs/Perl6/Spec

2009-09-07 Thread pugs-commits
Author: lwall Date: 2009-09-07 19:53:06 +0200 (Mon, 07 Sep 2009) New Revision: 28199 Modified: docs/Perl6/Spec/S04-control.pod docs/Perl6/Spec/S10-packages.pod docs/Perl6/Spec/S12-objects.pod Log: [S10] specify time of execution of package blocks and module (non)mainline code [S12] give

r28201 - docs/Perl6/Spec

2009-09-07 Thread pugs-commits
Author: lwall Date: 2009-09-07 20:32:55 +0200 (Mon, 07 Sep 2009) New Revision: 28201 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] remove the slightly non-sensical 'use GLOBAL' in favor of 'defines' Modified: docs/Perl6/Spec/S06-routines.pod

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

2009-09-08 Thread pugs-commits
Author: ruoso Date: 2009-09-09 04:26:50 +0200 (Wed, 09 Sep 2009) New Revision: 28208 Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: [spec-S32-Temporal] Complete rewrite of Temporal.pod taking into account today IRC talks, TAI time, alternative calendars, time-zone information

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

2009-09-08 Thread pugs-commits
Author: ruoso Date: 2009-09-09 04:32:41 +0200 (Wed, 09 Sep 2009) New Revision: 28209 Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: [spec-S32-Temporal] minor pod fixes Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod

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

2009-09-08 Thread pugs-commits
Author: ruoso Date: 2009-09-09 04:41:31 +0200 (Wed, 09 Sep 2009) New Revision: 28210 Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: [spec-S32-Temporal] Gregorian::Duration doesnt have a time-zone. Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod

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

2009-09-09 Thread pugs-commits
Author: ruoso Date: 2009-09-09 14:33:35 +0200 (Wed, 09 Sep 2009) New Revision: 28213 Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: [spec-S32-Temporal] uses Instant instead of Rat for the return of time(), Allow base Duration type to work with TAI-seconds delegating to

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

2009-09-09 Thread pugs-commits
Author: masak Date: 2009-09-09 14:41:23 +0200 (Wed, 09 Sep 2009) New Revision: 28214 Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: fixed minor typo Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod ===

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

2009-09-09 Thread pugs-commits
Author: ruoso Date: 2009-09-09 14:56:27 +0200 (Wed, 09 Sep 2009) New Revision: 28215 Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: [spec-S32-Temporal] move Duration to the top, making it more generic, while it still delegates to Gregorian::Duration if you use anything

r28219 - docs/Perl6/Spec

2009-09-11 Thread pugs-commits
Author: lwall Date: 2009-09-11 20:28:54 +0200 (Fri, 11 Sep 2009) New Revision: 28219 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] supply missing list splitting primitive as a form of binding, masak++ for cf http://research.sun.com/projects/plrg/Publications/ICFPAugust2009Steele.pdf

r28224 - docs/Perl6/Spec

2009-09-13 Thread pugs-commits
Author: jimmy Date: 2009-09-13 17:23:43 +0200 (Sun, 13 Sep 2009) New Revision: 28224 Modified: docs/Perl6/Spec/S03-operators.pod Log: [Spec/S03-operators.pod]fixed POD format. Modified: docs/Perl6/Spec/S03-operators.pod === ---

r28232 - docs/Perl6/Spec

2009-09-13 Thread pugs-commits
Author: moritz Date: 2009-09-13 19:42:03 +0200 (Sun, 13 Sep 2009) New Revision: 28232 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] since \# is forbidden, s/unescaped/unquoted/ Modified: docs/Perl6/Spec/S05-regex.pod === ---

r28233 - docs/Perl6/Spec

2009-09-13 Thread pugs-commits
Author: moritz Date: 2009-09-13 19:42:10 +0200 (Sun, 13 Sep 2009) New Revision: 28233 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] ^4 cannot mean 0..3 and 0..^4 at the same time, because they are not the same Modified: docs/Perl6/Spec/S03-operators.pod

r28235 - docs/Perl6/Spec

2009-09-13 Thread pugs-commits
Author: finanalyst Date: 2009-09-13 21:29:01 +0200 (Sun, 13 Sep 2009) New Revision: 28235 Modified: docs/Perl6/Spec/S03-operators.pod Log: clarifying ^4 in a range and including a fractional example Modified: docs/Perl6/Spec/S03-operators.pod

r28238 - docs/Perl6/Spec

2009-09-14 Thread pugs-commits
Author: carlin Date: 2009-09-14 10:09:17 +0200 (Mon, 14 Sep 2009) New Revision: 28238 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] Small grammatical fix Modified: docs/Perl6/Spec/S05-regex.pod === ---

r28284 - docs/Perl6/Spec

2009-09-18 Thread pugs-commits
Author: ruoso Date: 2009-09-18 16:04:00 +0200 (Fri, 18 Sep 2009) New Revision: 28284 Modified: docs/Perl6/Spec/S06-routines.pod Log: [spec/S06] add a section for Introspection, with three proposed methods... Modified: docs/Perl6/Spec/S06-routines.pod

r28294 - docs/Perl6/Spec

2009-09-18 Thread pugs-commits
Author: sunnavy Date: 2009-09-19 04:41:57 +0200 (Sat, 19 Sep 2009) New Revision: 28294 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S04-control.pod docs/Perl6/Spec/S09-data.pod docs/Perl6/Spec/S11-modules.pod

r28295 - docs/Perl6/Spec

2009-09-18 Thread pugs-commits
Author: lwall Date: 2009-09-19 05:04:53 +0200 (Sat, 19 Sep 2009) New Revision: 28295 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] typoish tweaks Modified: docs/Perl6/Spec/S06-routines.pod === ---

r28306 - docs/Perl6/Spec t/spec/S06-other

2009-09-19 Thread pugs-commits
Author: ruoso Date: 2009-09-19 15:45:20 +0200 (Sat, 19 Sep 2009) New Revision: 28306 Added: t/spec/S06-other/introspection.t Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] adds $multi.push($candidate) [spectest] adds a spec test for the introspection S06 section Modified:

r28325 - docs/Perl6/Spec

2009-09-20 Thread pugs-commits
Author: ruoso Date: 2009-09-20 18:56:07 +0200 (Sun, 20 Sep 2009) New Revision: 28325 Added: docs/Perl6/Spec/S08-capture.pod Log: [spec/S08] started writing the introduction; Added: docs/Perl6/Spec/S08-capture.pod === ---

r28331 - docs/Perl6/Spec

2009-09-20 Thread pugs-commits
Author: ruoso Date: 2009-09-21 00:56:31 +0200 (Mon, 21 Sep 2009) New Revision: 28331 Modified: docs/Perl6/Spec/S08-capture.pod Log: [spec/S08] section that differentiates Parcel from Capture Modified: docs/Perl6/Spec/S08-capture.pod

r28333 - docs/Perl6/Spec

2009-09-20 Thread pugs-commits
Author: ruoso Date: 2009-09-21 02:10:30 +0200 (Mon, 21 Sep 2009) New Revision: 28333 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08] adding two more sections Modified: docs/Perl6/Spec/S08-capture.pod === ---

r28334 - docs/Perl6/Spec

2009-09-20 Thread pugs-commits
Author: lwall Date: 2009-09-21 03:28:27 +0200 (Mon, 21 Sep 2009) New Revision: 28334 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] clarification of run-time-ish nature of (* * *) requested by JimmyZ++ Modified: docs/Perl6/Spec/S02-bits.pod

r28340 - docs/Perl6/Spec

2009-09-21 Thread pugs-commits
Author: ruoso Date: 2009-09-21 21:21:37 +0200 (Mon, 21 Sep 2009) New Revision: 28340 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08] another typo by mberends++, s/list/array/ as pointed by PerlJam++ and pmichaud++ Modified: docs/Perl6/Spec/S08-capture.pod

r28341 - docs/Perl6/Spec

2009-09-21 Thread pugs-commits
Author: ruoso Date: 2009-09-21 21:58:46 +0200 (Mon, 21 Sep 2009) New Revision: 28341 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08] enforce correct precedence, as pointed out by pmichaud++ Modified: docs/Perl6/Spec/S08-capture.pod

r28342 - docs/Perl6/Spec

2009-09-21 Thread pugs-commits
Author: ruoso Date: 2009-09-21 22:01:50 +0200 (Mon, 21 Sep 2009) New Revision: 28342 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08] enforce correct precedence, as pointed out by pmichaud++ Modified: docs/Perl6/Spec/S08-capture.pod

r28344 - docs/Perl6/Spec

2009-09-21 Thread pugs-commits
Author: lwall Date: 2009-09-21 22:57:15 +0200 (Mon, 21 Sep 2009) New Revision: 28344 Modified: docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S09-data.pod Log: [S03,S09] Range objects are now primarily intervals in Ccmp Extend dwimminess of series to handle steps and limits

r28345 - docs/Perl6/Spec

2009-09-21 Thread pugs-commits
Author: moritz Date: 2009-09-21 23:01:49 +0200 (Mon, 21 Sep 2009) New Revision: 28345 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08] use POD markup where appropriate Also use non-breaking space for Perl?\194?\1605 and Perl?\194?\1606 Modified: docs/Perl6/Spec/S08-capture.pod

r28346 - docs/Perl6/Spec

2009-09-21 Thread pugs-commits
Author: lwall Date: 2009-09-21 23:12:29 +0200 (Mon, 21 Sep 2009) New Revision: 28346 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] missing commas Modified: docs/Perl6/Spec/S03-operators.pod === ---

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