r24080 - docs/Perl6/Spec src/perl6

2008-11-26 Thread pugs-commits
Author: lwall Date: 2008-11-27 08:21:32 +0100 (Thu, 27 Nov 2008) New Revision: 24080 Modified: docs/Perl6/Spec/S03-operators.pod src/perl6/STD.pm Log: [STD] not() etc. is a function call [S03] prefix:^ no longer tries to get fancy with lists Modified: docs/Perl6/Spec/S03-operators.pod

r24088 - docs/Perl6/Spec

2008-11-27 Thread pugs-commits
Author: ruoso Date: 2008-11-27 14:20:22 +0100 (Thu, 27 Nov 2008) New Revision: 24088 Added: docs/Perl6/Spec/S07-iterators.pod Log: [spec] Adding the first sketches on S07, thanks to wayland76++ Added: docs/Perl6/Spec/S07-iterators.pod

r24089 - docs/Perl6/Spec

2008-11-27 Thread pugs-commits
Author: ruoso Date: 2008-11-27 14:49:24 +0100 (Thu, 27 Nov 2008) New Revision: 24089 Modified: docs/Perl6/Spec/S07-iterators.pod Log: [spec] general S07 cleanup, I think that can be considered the first version. Most of the cleanup is related to accepting that it is runtime s responsability

r24090 - docs/Perl6/Spec

2008-11-27 Thread pugs-commits
Author: ruoso Date: 2008-11-27 14:57:34 +0100 (Thu, 27 Nov 2008) New Revision: 24090 Modified: docs/Perl6/Spec/S07-iterators.pod Log: [spec] Small text revisions on S07 Modified: docs/Perl6/Spec/S07-iterators.pod === ---

r24091 - docs/Perl6/Spec

2008-11-27 Thread pugs-commits
Author: ruoso Date: 2008-11-27 15:07:52 +0100 (Thu, 27 Nov 2008) New Revision: 24091 Modified: docs/Perl6/Spec/S07-iterators.pod Log: [spec] small code examples on how to get the generic item iterator, lazy slice and lazy list Modified: docs/Perl6/Spec/S07-iterators.pod

r24092 - docs/Perl6/Spec

2008-11-27 Thread pugs-commits
Author: ruoso Date: 2008-11-27 15:58:55 +0100 (Thu, 27 Nov 2008) New Revision: 24092 Modified: docs/Perl6/Spec/S07-iterators.pod Log: [spec] lazyness applies to every object Modified: docs/Perl6/Spec/S07-iterators.pod === ---

r24098 - docs/Perl6/Spec

2008-11-27 Thread pugs-commits
Author: wayland Date: 2008-11-27 23:40:00 +0100 (Thu, 27 Nov 2008) New Revision: 24098 Modified: docs/Perl6/Spec/S07-iterators.pod Log: Cleaned up text a little bit, hopefully clarified things. Modified: docs/Perl6/Spec/S07-iterators.pod

r24104 - docs/Perl6/Spec

2008-11-28 Thread pugs-commits
Author: ruoso Date: 2008-11-28 19:38:22 +0100 (Fri, 28 Nov 2008) New Revision: 24104 Modified: docs/Perl6/Spec/S07-iterators.pod Log: [spec] anything that behaves like a list might implement .Iterator(). And the name is really .Iterator(), not .iterator(); Modified:

r24318 - docs/Perl6/Spec

2008-12-12 Thread pugs-commits
Author: particle Date: 2008-12-12 22:30:59 +0100 (Fri, 12 Dec 2008) New Revision: 24318 Added: docs/Perl6/Spec/S19-commandline.pod Log: [spec] first incomplete draft of S19. needs fleshing out in many places, but it's at the point where more eyes are sorely needed and very welcome. Added:

r24325 - docs/Perl6/Spec

2008-12-13 Thread pugs-commits
Author: moritz Date: 2008-12-13 10:32:15 +0100 (Sat, 13 Dec 2008) New Revision: 24325 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] List.sort with a unary or nullary code object does a Schwartzian Transform. (Feel free to improve the wording) Modified:

r24332 - docs/Perl6/Spec

2008-12-13 Thread pugs-commits
Author: mj41 Date: 2008-12-13 16:06:02 +0100 (Sat, 13 Dec 2008) New Revision: 24332 Modified: docs/Perl6/Spec/S17-concurrency.pod docs/Perl6/Spec/S22-cpan.pod Log: [Synopses] - some formating Modified: docs/Perl6/Spec/S17-concurrency.pod

r24368 - docs/Perl6/Spec

2008-12-14 Thread pugs-commits
Author: moritz Date: 2008-12-14 21:18:22 +0100 (Sun, 14 Dec 2008) New Revision: 24368 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] small clarification of @list.end Modified: docs/Perl6/Spec/S29-functions.pod === ---

r24472 - docs/Perl6/Spec

2008-12-18 Thread pugs-commits
Author: ruoso Date: 2008-12-18 19:26:20 +0100 (Thu, 18 Dec 2008) New Revision: 24472 Modified: docs/Perl6/Spec/S11-modules.pod Log: [spec] Foo::Bar::.EXPORTALL instead of Foo::Bar.EXPORTALL Modified: docs/Perl6/Spec/S11-modules.pod

r24474 - docs/Perl6/Spec

2008-12-18 Thread pugs-commits
Author: lwall Date: 2008-12-18 22:20:36 +0100 (Thu, 18 Dec 2008) New Revision: 24474 Modified: docs/Perl6/Spec/S12-objects.pod docs/Perl6/Spec/S29-functions.pod Log: [Spec] redefine WHAT to stringify to typename plus '()' Modified: docs/Perl6/Spec/S12-objects.pod

r24475 - docs/Perl6/Spec

2008-12-18 Thread pugs-commits
Author: particle Date: 2008-12-19 01:05:41 +0100 (Fri, 19 Dec 2008) New Revision: 24475 Modified: docs/Perl6/Spec/S06-routines.pod Log: [spec] whitespace after commas is not allowed when passing multiple values to a command-line option Modified: docs/Perl6/Spec/S06-routines.pod

r24477 - docs/Perl6/Spec

2008-12-18 Thread pugs-commits
Author: wayland Date: 2008-12-19 01:07:24 +0100 (Fri, 19 Dec 2008) New Revision: 24477 Modified: docs/Perl6/Spec/S22-package-format.pod Log: Removed stuff about repositories and build and install software. Modified: docs/Perl6/Spec/S22-package-format.pod

r24478 - docs/Perl6/Spec

2008-12-18 Thread pugs-commits
Author: particle Date: 2008-12-19 01:08:34 +0100 (Fri, 19 Dec 2008) New Revision: 24478 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [spec] ideas on run-time system option and environment variables; minor updates and corrections Modified: docs/Perl6/Spec/S19-commandline.pod

r24504 - docs/Perl6/Spec

2008-12-19 Thread pugs-commits
Author: lwall Date: 2008-12-19 23:58:28 +0100 (Fri, 19 Dec 2008) New Revision: 24504 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] clarify $obje...@candidates for moritz_++ Modified: docs/Perl6/Spec/S12-objects.pod ===

r24506 - docs/Perl6/Spec

2008-12-19 Thread pugs-commits
Author: lwall Date: 2008-12-20 03:06:20 +0100 (Sat, 20 Dec 2008) New Revision: 24506 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] random annotations for [particle]++'s consideration Modified: docs/Perl6/Spec/S19-commandline.pod

r24508 - docs/Perl6/Spec

2008-12-19 Thread pugs-commits
Author: wayland Date: 2008-12-20 04:44:08 +0100 (Sat, 20 Dec 2008) New Revision: 24508 Modified: docs/Perl6/Spec/S22-package-format.pod Log: Added some definitions Modified: docs/Perl6/Spec/S22-package-format.pod === ---

r24558 - docs/Perl6/Spec

2008-12-22 Thread pugs-commits
Author: moritz Date: 2008-12-22 17:23:57 +0100 (Mon, 22 Dec 2008) New Revision: 24558 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] fixed small typo Modified: docs/Perl6/Spec/S12-objects.pod === ---

r24656 - docs/Perl6/Spec

2008-12-27 Thread pugs-commits
Author: lwall Date: 2008-12-28 04:17:03 +0100 (Sun, 28 Dec 2008) New Revision: 24656 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S06-routines.pod docs/Perl6/Spec/S13-overloading.pod Log: [Spec] get rid of some fossil uses of * spotted by masak++ Modified:

r24657 - docs/Perl6/Spec

2008-12-27 Thread pugs-commits
Author: lwall Date: 2008-12-28 04:30:13 +0100 (Sun, 28 Dec 2008) New Revision: 24657 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S04-control.pod Log: [Spec] differentiate $*ARGFILES from the $*ARGS capture, noticed by zev++ Modified: docs/Perl6/Spec/S02-bits.pod

r24658 - docs/Perl6/Spec

2008-12-27 Thread pugs-commits
Author: lwall Date: 2008-12-28 04:36:24 +0100 (Sun, 28 Dec 2008) New Revision: 24658 Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec] remove fossil typecast noticed by masak++ Modified: docs/Perl6/Spec/S02-bits.pod === ---

r24669 - docs/Perl6/Spec

2008-12-28 Thread pugs-commits
Author: ruoso Date: 2008-12-28 19:11:12 +0100 (Sun, 28 Dec 2008) New Revision: 24669 Modified: docs/Perl6/Spec/S07-iterators.pod Log: [spec] name OutOfItemsException in the DRAFT S07 Modified: docs/Perl6/Spec/S07-iterators.pod

r24671 - docs/Perl6/Spec

2008-12-28 Thread pugs-commits
Author: tjp Date: 2008-12-29 03:54:57 +0100 (Mon, 29 Dec 2008) New Revision: 24671 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 Log: Fixed typos/grammar in

r24680 - docs/Perl6/Spec

2008-12-29 Thread pugs-commits
Author: lwall Date: 2008-12-29 18:16:02 +0100 (Mon, 29 Dec 2008) New Revision: 24680 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] derivatives of * are Code, not Whatever Modified: docs/Perl6/Spec/S02-bits.pod === ---

r24681 - docs/Perl6/Spec

2008-12-29 Thread pugs-commits
Author: schwarzer Date: 2008-12-29 22:41:59 +0100 (Mon, 29 Dec 2008) New Revision: 24681 Modified: docs/Perl6/Spec/S01-overview.pod Log: [docs/Perl6/Spec] typo: use lower case letters Modified: docs/Perl6/Spec/S01-overview.pod

r24682 - docs/Perl6/Spec

2008-12-29 Thread pugs-commits
Author: schwarzer Date: 2008-12-29 22:43:47 +0100 (Mon, 29 Dec 2008) New Revision: 24682 Modified: docs/Perl6/Spec/S03-operators.pod Log: [docs/Perl6/Spec] typos and minor style changes Modified: docs/Perl6/Spec/S03-operators.pod

r24689 - docs/Perl6/Spec

2008-12-30 Thread pugs-commits
Author: lwall Date: 2008-12-30 21:15:36 +0100 (Tue, 30 Dec 2008) New Revision: 24689 Modified: docs/Perl6/Spec/S01-overview.pod Log: [S01] revert correction of non-mistake Modified: docs/Perl6/Spec/S01-overview.pod === ---

r24694 - docs/Perl6/Spec

2008-12-30 Thread pugs-commits
Author: particle Date: 2008-12-31 00:03:32 +0100 (Wed, 31 Dec 2008) New Revision: 24694 Modified: docs/Perl6/Spec/S19-commandline.pod Log: elaborate on concepts in introduction, and replace 'compiler' with 'program' Modified: docs/Perl6/Spec/S19-commandline.pod

r24695 - docs/Perl6/Spec

2008-12-30 Thread pugs-commits
Author: particle Date: 2008-12-31 00:28:44 +0100 (Wed, 31 Dec 2008) New Revision: 24695 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] allow option clustering; change delimited option syntax to ++foo ... ++/foo; update notes Modified: docs/Perl6/Spec/S19-commandline.pod

r24697 - docs/Perl6/Spec

2008-12-30 Thread pugs-commits
Author: particle Date: 2008-12-31 00:55:46 +0100 (Wed, 31 Dec 2008) New Revision: 24697 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] update option reference, including: longnames for all options; desugaring for some options; new options (-e6, -o, -O, -T) Modified:

r24698 - docs/Perl6/Spec

2008-12-30 Thread pugs-commits
Author: lwall Date: 2008-12-31 03:14:08 +0100 (Wed, 31 Dec 2008) New Revision: 24698 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] clarification of meaning of HyperWhatever Modified: docs/Perl6/Spec/S02-bits.pod === ---

r24699 - docs/Perl6/Spec

2008-12-30 Thread pugs-commits
Author: lwall Date: 2008-12-31 03:23:01 +0100 (Wed, 31 Dec 2008) New Revision: 24699 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] clean up some awkward phrasing Modified: docs/Perl6/Spec/S03-operators.pod === ---

r24707 - docs/Perl6/Spec

2008-12-31 Thread pugs-commits
Author: particle Date: 2008-12-31 19:50:40 +0100 (Wed, 31 Dec 2008) New Revision: 24707 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] fix typo, s1n++ Modified: docs/Perl6/Spec/S19-commandline.pod === ---

r24708 - docs/Perl6/Spec

2008-12-31 Thread pugs-commits
Author: particle Date: 2008-12-31 19:53:43 +0100 (Wed, 31 Dec 2008) New Revision: 24708 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] metasyntactic options should shout, to stand out. TimToady++ Modified: docs/Perl6/Spec/S19-commandline.pod

r24711 - docs/Perl6/Spec

2008-12-31 Thread pugs-commits
Author: particle Date: 2008-12-31 20:37:46 +0100 (Wed, 31 Dec 2008) New Revision: 24711 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] update to shortname syntax in command-line examples Modified: docs/Perl6/Spec/S06-routines.pod

r24712 - docs/Perl6/Spec

2008-12-31 Thread pugs-commits
Author: particle Date: 2008-12-31 20:39:19 +0100 (Wed, 31 Dec 2008) New Revision: 24712 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] update C--CHECK{...} syntax with more standard C-e 'CHECK{...}' Modified: docs/Perl6/Spec/S19-commandline.pod

r24714 - docs/Perl6/Spec

2008-12-31 Thread pugs-commits
Author: particle Date: 2008-12-31 21:16:50 +0100 (Wed, 31 Dec 2008) New Revision: 24714 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] s/bundl/cluster/g; update date/version Modified: docs/Perl6/Spec/S19-commandline.pod

r24732 - docs/Perl6/Spec

2009-01-02 Thread pugs-commits
Author: particle Date: 2009-01-02 14:36:54 +0100 (Fri, 02 Jan 2009) New Revision: 24732 Modified: docs/Perl6/Spec/S06-routines.pod docs/Perl6/Spec/S19-commandline.pod Log: [spec] get rid of ugly and confusing C+option syntax (bad unix memes)-- Modified: docs/Perl6/Spec/S06-routines.pod

r24735 - docs/Perl6/Spec

2009-01-02 Thread pugs-commits
Author: particle Date: 2009-01-02 16:42:53 +0100 (Fri, 02 Jan 2009) New Revision: 24735 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] explain how script passed on command-line or via STDIN works Modified: docs/Perl6/Spec/S19-commandline.pod

r24737 - docs/Perl6/Spec

2009-01-02 Thread pugs-commits
Author: particle Date: 2009-01-02 17:08:51 +0100 (Fri, 02 Jan 2009) New Revision: 24737 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [spec] add signature for perl6, and make --output-format entirely implementation-specific Modified: docs/Perl6/Spec/S19-commandline.pod

r24738 - docs/Perl6/Spec

2009-01-02 Thread pugs-commits
Author: particle Date: 2009-01-02 17:17:06 +0100 (Fri, 02 Jan 2009) New Revision: 24738 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [spec] add note about dangers of mixing -e and -e6 Modified: docs/Perl6/Spec/S19-commandline.pod

r24739 - docs/Perl6/Spec

2009-01-02 Thread pugs-commits
Author: particle Date: 2009-01-02 19:31:51 +0100 (Fri, 02 Jan 2009) New Revision: 24739 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [spec] C-e6 isn't a separate item, it's a idiom meaning -e '6;'; format perl6 signature, (geoff broadwell)++ Modified:

r24752 - docs/Perl6/Spec

2009-01-03 Thread pugs-commits
Author: particle Date: 2009-01-04 03:26:39 +0100 (Sun, 04 Jan 2009) New Revision: 24752 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] get rid of illustration grammar, it's in the revision history if i need it later. Modified: docs/Perl6/Spec/S19-commandline.pod

r24759 - docs/Perl6/Spec

2009-01-04 Thread pugs-commits
Author: pmichaud Date: 2009-01-05 08:03:29 +0100 (Mon, 05 Jan 2009) New Revision: 24759 Modified: docs/Perl6/Spec/S12-objects.pod Log: typo fix. Modified: docs/Perl6/Spec/S12-objects.pod === --- docs/Perl6/Spec/S12-objects.pod

r24774 - docs/Perl6/Spec

2009-01-05 Thread pugs-commits
Author: particle Date: 2009-01-05 20:29:06 +0100 (Mon, 05 Jan 2009) New Revision: 24774 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] note behavior of clustered options with required values Modified: docs/Perl6/Spec/S19-commandline.pod

r24768 - docs/Perl6/Spec

2009-01-05 Thread pugs-commits
Author: particle Date: 2009-01-05 17:53:12 +0100 (Mon, 05 Jan 2009) New Revision: 24768 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] provide rules for negated single-character options; rearrange list items for clarity Modified: docs/Perl6/Spec/S19-commandline.pod

r24779 - docs/Perl6/Spec

2009-01-05 Thread pugs-commits
Author: particle Date: 2009-01-05 21:29:32 +0100 (Mon, 05 Jan 2009) New Revision: 24779 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] add another command-line short name example; modify comment to line up visually with others Modified: docs/Perl6/Spec/S06-routines.pod

r24769 - docs/Perl6/Spec

2009-01-05 Thread pugs-commits
Author: moritz Date: 2009-01-05 17:54:50 +0100 (Mon, 05 Jan 2009) New Revision: 24769 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] document isa, can, does, perl and clone Modified: docs/Perl6/Spec/S29-functions.pod ===

r24784 - docs/Perl6/Spec

2009-01-06 Thread pugs-commits
Author: moritz Date: 2009-01-06 11:14:50 +0100 (Tue, 06 Jan 2009) New Revision: 24784 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] typos, thinkos and wording improvements, Brandon++, Tim++ Modified: docs/Perl6/Spec/S29-functions.pod

r24789 - docs/Perl6/Spec

2009-01-06 Thread pugs-commits
Author: particle Date: 2009-01-07 01:53:03 +0100 (Wed, 07 Jan 2009) New Revision: 24789 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] rip out option categories and services until they prove useful Modified: docs/Perl6/Spec/S19-commandline.pod

r24790 - docs/Perl6/Spec

2009-01-06 Thread pugs-commits
Author: particle Date: 2009-01-07 01:56:43 +0100 (Wed, 07 Jan 2009) New Revision: 24790 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] address concerns about mixing -e and -e6 Modified: docs/Perl6/Spec/S19-commandline.pod

r24791 - docs/Perl6/Spec

2009-01-06 Thread pugs-commits
Author: lwall Date: 2009-01-07 02:20:43 +0100 (Wed, 07 Jan 2009) New Revision: 24791 Modified: docs/Perl6/Spec/S11-modules.pod Log: [S11] clarify the intent of the -e6 remark not to be special syntax, but a natural outcome of -e and '6;' Modified: docs/Perl6/Spec/S11-modules.pod

r24792 - docs/Perl6/Spec

2009-01-06 Thread pugs-commits
Author: masak Date: 2009-01-07 06:43:05 +0100 (Wed, 07 Jan 2009) New Revision: 24792 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] put the Cpolar function inside a list, for consistency Modified: docs/Perl6/Spec/S29-functions.pod

r24793 - docs/Perl6/Spec

2009-01-06 Thread pugs-commits
Author: masak Date: 2009-01-07 06:59:42 +0100 (Wed, 07 Jan 2009) New Revision: 24793 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] added mentions of getc, print, say and printf, with references to S16 for details Modified: docs/Perl6/Spec/S29-functions.pod

r24795 - docs/Perl6/Spec

2009-01-06 Thread pugs-commits
Author: masak Date: 2009-01-07 07:25:35 +0100 (Wed, 07 Jan 2009) New Revision: 24795 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] added .succ/.pred for Num, Int and Bool Modified: docs/Perl6/Spec/S29-functions.pod ===

r24798 - docs/Perl6/Spec

2009-01-07 Thread pugs-commits
Author: particle Date: 2009-01-07 20:42:33 +0100 (Wed, 07 Jan 2009) New Revision: 24798 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] flesh out most of option reference Modified: docs/Perl6/Spec/S19-commandline.pod ===

r24799 - docs/Perl6/Spec

2009-01-07 Thread pugs-commits
Author: particle Date: 2009-01-07 20:53:32 +0100 (Wed, 07 Jan 2009) New Revision: 24799 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] describe unchanged syntax Modified: docs/Perl6/Spec/S19-commandline.pod === ---

r24801 - docs/Perl6/Spec

2009-01-07 Thread pugs-commits
Author: particle Date: 2009-01-08 02:57:51 +0100 (Thu, 08 Jan 2009) New Revision: 24801 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] preliminary musings on metasyntactic options Modified: docs/Perl6/Spec/S19-commandline.pod

r24802 - docs/Perl6/Spec

2009-01-07 Thread pugs-commits
Author: particle Date: 2009-01-08 03:08:39 +0100 (Thu, 08 Jan 2009) New Revision: 24802 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] fix pod-o Modified: docs/Perl6/Spec/S19-commandline.pod === ---

r24803 - docs/Perl6/Spec

2009-01-07 Thread pugs-commits
Author: particle Date: 2009-01-08 03:19:31 +0100 (Thu, 08 Jan 2009) New Revision: 24803 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] add a sentence on unchanged syntax features, fix some pod formatting errors, and remember to update document metadata Modified:

r24805 - docs/Perl6/Spec

2009-01-07 Thread pugs-commits
Author: masak Date: 2009-01-08 07:11:11 +0100 (Thu, 08 Jan 2009) New Revision: 24805 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] multiple changes: * added Object.warn (to be moved in the next commit to Any) * added invocant colon to Object.perl (to be moved in the next commit to

r24806 - docs/Perl6/Spec

2009-01-07 Thread pugs-commits
Author: masak Date: 2009-01-08 07:15:11 +0100 (Thu, 08 Jan 2009) New Revision: 24806 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] moved .perl and .warn from Object to Any. removed Object heading for now. Modified: docs/Perl6/Spec/S29-functions.pod

r24807 - docs/Perl6/Spec

2009-01-07 Thread pugs-commits
Author: masak Date: 2009-01-08 07:36:06 +0100 (Thu, 08 Jan 2009) New Revision: 24807 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] added slice and hash contextualizers, reordered item and list Modified: docs/Perl6/Spec/S29-functions.pod

r24819 - docs/Perl6/Spec

2009-01-08 Thread pugs-commits
Author: lwall Date: 2009-01-09 02:00:04 +0100 (Fri, 09 Jan 2009) New Revision: 24819 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] clarify that Pairs and Mappings are mutable in value, but not in key Modified: docs/Perl6/Spec/S02-bits.pod

r24822 - docs/Perl6/Spec

2009-01-08 Thread pugs-commits
Author: particle Date: 2009-01-09 03:07:28 +0100 (Fri, 09 Jan 2009) New Revision: 24822 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] delimited options use eager matching semantics, are invisible to MAIN, but are available via %+OPTS... Modified:

r24844 - docs/Perl6/Spec

2009-01-09 Thread pugs-commits
Author: particle Date: 2009-01-09 21:57:14 +0100 (Fri, 09 Jan 2009) New Revision: 24844 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] a little copy-editing Modified: docs/Perl6/Spec/S19-commandline.pod === ---

r24846 - docs/Perl6/Spec

2009-01-09 Thread pugs-commits
Author: particle Date: 2009-01-09 22:05:46 +0100 (Fri, 09 Jan 2009) New Revision: 24846 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] describe how to avoid ambiguity when nesting delimited options Modified: docs/Perl6/Spec/S19-commandline.pod

r24847 - docs/Perl6/Spec

2009-01-09 Thread pugs-commits
Author: particle Date: 2009-01-09 22:13:19 +0100 (Fri, 09 Jan 2009) New Revision: 24847 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] add notes for further design review Modified: docs/Perl6/Spec/S19-commandline.pod

r24848 - docs/Perl6/Spec

2009-01-09 Thread pugs-commits
Author: particle Date: 2009-01-09 22:17:42 +0100 (Fri, 09 Jan 2009) New Revision: 24848 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] a note on assumptions Modified: docs/Perl6/Spec/S19-commandline.pod === ---

r24895 - docs/Perl6/Spec

2009-01-13 Thread pugs-commits
Author: lwall Date: 2009-01-13 20:30:15 +0100 (Tue, 13 Jan 2009) New Revision: 24895 Modified: docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S06-routines.pod Log: [S03] remove .contains fossil Modified: docs/Perl6/Spec/S03-operators.pod

r24926 - docs/Perl6/Spec src/perl6 t/operators t/run

2009-01-15 Thread pugs-commits
Author: lwall Date: 2009-01-16 08:42:00 +0100 (Fri, 16 Jan 2009) New Revision: 24926 Modified: docs/Perl6/Spec/S03-operators.pod src/perl6/STD.pm t/operators/adverbial_modifiers.t t/run/02-dash-n.t t/run/03-dash-p.t Log: [STD] alignment with S03 on associativity noted by

r24991 - docs/Perl6/Spec

2009-01-21 Thread pugs-commits
Author: moritz Date: 2009-01-21 20:54:56 +0100 (Wed, 21 Jan 2009) New Revision: 24991 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] changed outdated notice about document location, noticed by Coke++ Modified: docs/Perl6/Spec/S29-functions.pod

r25017 - docs/Perl6/Spec

2009-01-24 Thread pugs-commits
Author: masak Date: 2009-01-24 22:17:56 +0100 (Sat, 24 Jan 2009) New Revision: 25017 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] documented .i method in Num Modified: docs/Perl6/Spec/S29-functions.pod === ---

r25031 - docs/Perl6/Spec src/perl6 t/spec/S02-names_and_variables t/spec/S29-hash

2009-01-25 Thread pugs-commits
Author: lwall Date: 2009-01-26 05:06:43 +0100 (Mon, 26 Jan 2009) New Revision: 25031 Modified: docs/Perl6/Spec/S03-operators.pod src/perl6/Cursor.pmc src/perl6/STD.pm t/spec/S02-names_and_variables/names.t t/spec/S29-hash/exists.t Log: [STD, S03] more operator alignment and cleanup

r25044 - docs/Perl6/Spec

2009-01-26 Thread pugs-commits
Author: lwall Date: 2009-01-26 20:11:42 +0100 (Mon, 26 Jan 2009) New Revision: 25044 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] clarify that .perl always represents an object as an item Modified: docs/Perl6/Spec/S02-bits.pod

r25048 - docs/Perl6/Spec src/perl6

2009-01-26 Thread pugs-commits
Author: lwall Date: 2009-01-27 01:08:23 +0100 (Tue, 27 Jan 2009) New Revision: 25048 Modified: docs/Perl6/Spec/S05-regex.pod src/perl6/STD.pm Log: [STD, S05] converge spec and parse of character classes Modified: docs/Perl6/Spec/S05-regex.pod

r25049 - docs/Perl6/Spec

2009-01-26 Thread pugs-commits
Author: lwall Date: 2009-01-27 01:44:28 +0100 (Tue, 27 Jan 2009) New Revision: 25049 Modified: docs/Perl6/Spec/S29-functions.pod Log: [S29] expand on use of * in orderings sort, min, and max shouldn't have an optional positional before a slurpy junctional functions take *...@array, not a

r25060 - docs/Perl6/Spec src/perl6

2009-01-27 Thread pugs-commits
Author: lwall Date: 2009-01-27 18:43:18 +0100 (Tue, 27 Jan 2009) New Revision: 25060 Modified: docs/Perl6/Spec/S03-operators.pod src/perl6/STD.pm Log: [STD] more operator hacking inspired by mtnviewmark++ [S03] added comparison-reversion metaoperator Modified:

r25102 - docs/Perl6/Spec

2009-01-28 Thread pugs-commits
Author: lwall Date: 2009-01-29 02:53:54 +0100 (Thu, 29 Jan 2009) New Revision: 25102 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] reserve PERL and FILE lexical scope names Modified: docs/Perl6/Spec/S02-bits.pod === ---

r25105 - docs/Perl6/Spec

2009-01-28 Thread pugs-commits
Author: lwall Date: 2009-01-29 02:59:56 +0100 (Thu, 29 Jan 2009) New Revision: 25105 Modified: docs/Perl6/Spec/S02-bits.pod Log: missing comma Modified: docs/Perl6/Spec/S02-bits.pod === --- docs/Perl6/Spec/S02-bits.pod

r25113 - docs/Perl6/Spec src/perl6

2009-01-29 Thread pugs-commits
Author: lwall Date: 2009-01-29 21:32:51 +0100 (Thu, 29 Jan 2009) New Revision: 25113 Modified: docs/Perl6/Spec/S03-operators.pod src/perl6/STD.pm Log: [STD, S03] slaughter of the LTM metatokens STD now runs considerably faster Freed from LTM, metaoperators may now be nested arbitrarily deep

r25138 - docs/Perl6/Spec

2009-01-31 Thread pugs-commits
Author: particle Date: 2009-02-01 01:26:46 +0100 (Sun, 01 Feb 2009) New Revision: 25138 Modified: docs/Perl6/Spec/S06-routines.pod docs/Perl6/Spec/S19-commandline.pod Log: [spec] spelling, grammar, and other clarifications; TimToady++ Modified: docs/Perl6/Spec/S06-routines.pod

r25156 - docs/Perl6/Spec

2009-02-01 Thread pugs-commits
Author: lwall Date: 2009-02-01 17:25:33 +0100 (Sun, 01 Feb 2009) New Revision: 25156 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S19-commandline.pod Log: move away from prelude towards setting establish LANG lexical scope to indicate setting define --language or -L to set LANG

r25157 - docs/Perl6/Spec

2009-02-01 Thread pugs-commits
Author: lwall Date: 2009-02-01 17:31:51 +0100 (Sun, 01 Feb 2009) New Revision: 25157 Modified: docs/Perl6/Spec/S02-bits.pod Log: ref -L in S19 Modified: docs/Perl6/Spec/S02-bits.pod === --- docs/Perl6/Spec/S02-bits.pod

r25175 - docs/Perl6/Spec

2009-02-02 Thread pugs-commits
Author: lwall Date: 2009-02-02 23:36:20 +0100 (Mon, 02 Feb 2009) New Revision: 25175 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] remove frivolous sub [op] form of reduce declaration [op] always refers to a binary infix even for list associative ops Modified:

r25172 - docs/Perl6/Spec

2009-02-02 Thread pugs-commits
Author: masak Date: 2009-02-02 13:05:20 +0100 (Mon, 02 Feb 2009) New Revision: 25172 Modified: docs/Perl6/Spec/S16-io.pod Log: [S16] added :async flag to getc Modified: docs/Perl6/Spec/S16-io.pod === ---

r25182 - docs/Perl6/Spec

2009-02-04 Thread pugs-commits
Author: ruoso Date: 2009-02-04 16:37:16 +0100 (Wed, 04 Feb 2009) New Revision: 25182 Modified: docs/Perl6/Spec/S16-io.pod Log: [spec/S16] proposed role-based api Modified: docs/Perl6/Spec/S16-io.pod === ---

r25189 - docs/Perl6/Spec

2009-02-04 Thread pugs-commits
Author: ruoso Date: 2009-02-04 18:45:46 +0100 (Wed, 04 Feb 2009) New Revision: 25189 Modified: docs/Perl6/Spec/S16-io.pod Log: [spec/S16] IO::Encoded role, including an idea I just had to allow (IN|OUT)PUT_(RECORD|FIELD)_SEPARATOR semantics Modified: docs/Perl6/Spec/S16-io.pod

r25198 - docs/Perl6/Spec

2009-02-04 Thread pugs-commits
Author: particle Date: 2009-02-05 02:56:04 +0100 (Thu, 05 Feb 2009) New Revision: 25198 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] adding --extract-from-text, -x; similar behavior to perl 5, but file may now contain unicode text Modified: docs/Perl6/Spec/S19-commandline.pod

r25200 - docs/Perl6/Spec t/spec

2009-02-04 Thread pugs-commits
Author: particle Date: 2009-02-05 03:14:01 +0100 (Thu, 05 Feb 2009) New Revision: 25200 Added: t/spec/S19-command-line/ t/spec/S19-invalid/ Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] --autoloop-split, -a: assigns result to @_; signature and option name fixups Modified:

r25201 - docs/Perl6/Spec

2009-02-04 Thread pugs-commits
Author: particle Date: 2009-02-05 03:32:49 +0100 (Thu, 05 Feb 2009) New Revision: 25201 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] shortened ++DEBUGGER to ++BUG, which seems a better mnemonic then ++DEB. Modified: docs/Perl6/Spec/S19-commandline.pod

r25202 - docs/Perl6/Spec

2009-02-04 Thread pugs-commits
Author: particle Date: 2009-02-05 03:42:30 +0100 (Thu, 05 Feb 2009) New Revision: 25202 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] don't special-case C-e6, require C-e '6;' Modified: docs/Perl6/Spec/S19-commandline.pod

r25205 - docs/Perl6/Spec

2009-02-04 Thread pugs-commits
Author: particle Date: 2009-02-05 06:19:27 +0100 (Thu, 05 Feb 2009) New Revision: 25205 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] remove -o, as -O now defaults to STDOUT -- TimToady++. shuffle some list items around, to match order in perl6() signature Modified:

r25223 - docs/Perl6/Spec

2009-02-06 Thread pugs-commits
Author: lwall Date: 2009-02-07 00:27:35 +0100 (Sat, 07 Feb 2009) New Revision: 25223 Modified: docs/Perl6/Spec/S02-bits.pod Log: refactor pseudo-package names clarify use of protoobjects as responder to subcall interface Modified: docs/Perl6/Spec/S02-bits.pod

r25232 - docs/Perl6/Spec

2009-02-07 Thread pugs-commits
Author: particle Date: 2009-02-07 18:52:56 +0100 (Sat, 07 Feb 2009) New Revision: 25232 Modified: docs/Perl6/Spec/S19-commandline.pod Log: [S19] remove some P5-think, comb is the new hotness Modified: docs/Perl6/Spec/S19-commandline.pod

r25235 - docs/Perl6/Spec

2009-02-07 Thread pugs-commits
Author: hinrik Date: 2009-02-07 21:16:42 +0100 (Sat, 07 Feb 2009) New Revision: 25235 Modified: docs/Perl6/Spec/S26-documentation.pod Log: [S26] table the table of config options so it lines up correctly Modified: docs/Perl6/Spec/S26-documentation.pod

r25244 - docs/Perl6/Spec

2009-02-08 Thread pugs-commits
Author: hinrik Date: 2009-02-08 20:45:07 +0100 (Sun, 08 Feb 2009) New Revision: 25244 Modified: docs/Perl6/Spec/S26-documentation.pod Log: [S26] clarify the entry on E in the summary Modified: docs/Perl6/Spec/S26-documentation.pod

  1   2   3   4   5   6   7   8   9   10   >