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 === --- docs/Perl6/Sp

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 === --- docs/Perl

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

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-06 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. Modifi

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 e

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 Gregori

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 differe

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

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 === --- docs/Perl6/Spec/S05-reg

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 docs/Perl6/Spec/S12-objects

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 === --- docs/Perl6/Spec/S06-rout

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: docs/Perl6/

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 === --- docs/Per

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 === --- docs/Perl6/Spec/S

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 =

r28339 - docs/Perl6/Spec

2009-09-21 Thread pugs-commits
Author: ruoso Date: 2009-09-21 21:01:22 +0200 (Mon, 21 Sep 2009) New Revision: 28339 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08] small fixes by mberends++ Modified: docs/Perl6/Spec/S08-capture.pod === --- docs/Perl6/Spec/

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 C Extend dwimminess of series to handle steps and limits readably

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 === --- docs/Perl6/Spec/S03-op

r28347 - docs/Perl6/Spec

2009-09-21 Thread pugs-commits
Author: lwall Date: 2009-09-21 23:26:58 +0200 (Mon, 21 Sep 2009) New Revision: 28347 Modified: docs/Perl6/Spec/S03-operators.pod Log: typos Modified: docs/Perl6/Spec/S03-operators.pod === --- docs/Perl6/Spec/S03-operators.pod 2

r28348 - docs/Perl6/Spec

2009-09-21 Thread pugs-commits
Author: lwall Date: 2009-09-22 00:09:17 +0200 (Tue, 22 Sep 2009) New Revision: 28348 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] revise thinko spotted by spinclad++ Modified: docs/Perl6/Spec/S03-operators.pod === --- d

r28351 - docs/Perl6/Spec

2009-09-21 Thread pugs-commits
Author: lwall Date: 2009-09-22 03:53:43 +0200 (Tue, 22 Sep 2009) New Revision: 28351 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] more clarifications of autogenerated generator functions, pmichaud++ Modified: docs/Perl6/Spec/S03-operators.pod

r28378 - docs/Perl6/Spec

2009-09-23 Thread pugs-commits
Author: jimmy Date: 2009-09-23 15:18:37 +0200 (Wed, 23 Sep 2009) New Revision: 28378 Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod]wrapping the line. Modified: docs/Perl6/Spec/S02-bits.pod === --- docs/Perl6/Spec/

r28391 - docs/Perl6/Spec

2009-09-24 Thread pugs-commits
Author: Kodi Date: 2009-09-24 13:31:01 +0200 (Thu, 24 Sep 2009) New Revision: 28391 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] Made CATCH's special treatment of default blocks, which is already implied by the spec, more explicit. Modified: docs/Perl6/Spec/S04-control.pod ===

r28400 - docs/Perl6/Spec

2009-09-24 Thread pugs-commits
Author: jimmy Date: 2009-09-25 07:18:20 +0200 (Fri, 25 Sep 2009) New Revision: 28400 Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod]used standard dialect 'Pod' Modified: docs/Perl6/Spec/S02-bits.pod === --- docs/Pe

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

2009-09-25 Thread pugs-commits
Author: jimmy Date: 2009-09-25 12:32:57 +0200 (Fri, 25 Sep 2009) New Revision: 28403 Modified: docs/Perl6/Spec/S21-calling-foreign-code.pod docs/Perl6/Spec/S26-documentation.pod docs/Perl6/Spec/S28-special-names.pod docs/Perl6/Spec/S32-setting-library/Abstraction.pod docs/Perl6/Spec

r28404 - docs/Perl6/Spec

2009-09-25 Thread pugs-commits
Author: jimmy Date: 2009-09-25 14:32:52 +0200 (Fri, 25 Sep 2009) New Revision: 28404 Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod]use standard dialect 'Pod' Modified: docs/Perl6/Spec/S02-bits.pod === --- docs/Per

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 === --- docs/P

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 === --- docs/Per

r28446 - docs/Perl6/Spec

2009-09-27 Thread pugs-commits
Author: jimmy Date: 2009-09-28 05:13:15 +0200 (Mon, 28 Sep 2009) New Revision: 28446 Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod]revert r28445, it's not typo. diakopter++ and JimmyZ-- Modified: docs/Perl6/Spec/S02-bits.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 =

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:, replace with statement_control: 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: should return a Complex. Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod ===

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: should take a Numeric. Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod

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

2009-09-30 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: [IO] add "note" function as say to stde

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, unles

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

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 _

r28594 - docs/Perl6/Spec

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

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 === --- docs/Perl6/Spec/S03-operators.

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

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 lea

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

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: d

r28625 - docs/Perl6/Spec

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

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

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.pod20

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

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 === --- docs/Perl6/Spec/

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 === --- docs/Perl6/Sp

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 docs/Perl6/Spec/S11-modu

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 === --- docs/Perl6/Spec

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 Modified

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 { $

r28749 - docs/Perl6/Spec

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

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 %*ENV 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 === --- docs/Perl6/

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 %*ENV. Accidentally commited the last change. carlin-- Modified: docs/Perl6/Spec/S16-io.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 ==

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 === --- docs/Perl6/Spec/S06-routines.

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

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

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 =

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 === --- docs/Perl6/Spec/

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 === --- docs/P

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 === --- docs/Perl6/Spec/S0

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