root/docs/Perl6/Spec

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @22367 [22367] 2 weeks azawawi Fix pod warnings in Spec/Functions.pod
(edit) @22366 [22366] 2 weeks azawawi Fixed pod warnings/errors in Spec/IO.pod
(edit) @22365 [22365] 2 weeks azawawi fix POD warnings in Spec/Concurrency.pod
(edit) @22005 [22005] 7 weeks lwall [STD] remove p5ish usages of exists/delete [gimme5] translate .:exists and …
(edit) @21375 [21375] 3 months lwall [Functions.pod] nothing isn't sacred, just use () which is less than …
(edit) @20987 [20987] 4 months moritz [S29] fixed signatur for polar()
(edit) @20791 [20791] 4 months Auzon [S29] :bb is now :aa and samebase is now sameaccent
(edit) @20722 [20722] 4 months pmichaud S29: List.join should have @values as the invocant.
(edit) @20630 [20630] 4 months lwall Note that multies aren't automatically global but are imported by Prelude …
(edit) @20196 [20196] 6 months lwall [S29] rand is now 0-ary or method only
(edit) @20097 [20097] 7 months buchetc [t\spec] smartlink issues
(edit) @20091 [20091] 7 months buchetc [t/spec] another coro example
(edit) @20085 [20085] 7 months buchetc [t/spec] document coroutines
(edit) @20069 [20069] 7 months buchetc [t/spec] coro examples
(edit) @20063 [20063] 7 months buchetc [Spec] start re-oraginze S17
(edit) @19997 [19997] 8 months lwall missing some array methods
(edit) @19851 [19851] 8 months buchetc Some new heads and code formats
(edit) @19639 [19639] 9 months lwall Clarification suggested by jgottman++
(edit) @19479 [19479] 9 months lwall [Functions] did away with the Uni type
(edit) @19478 [19478] 9 months lwall Some updates to reflect distinctions between lexical …
(edit) @19424 [19424] 9 months lwall Defined .bytes, .codes, .graphs, and .chars Defined samecase and samebase
(edit) @19329 [19329] 9 months szabgab remove unused code
(edit) @19300 [19300] 9 months lwall Clarification of substr requested by Gothmog++ and pmurias++
(edit) @17750 [17750] 13 months lwall Strings no longer attempt to keep track of their "pos".
(edit) @17701 [17701] 13 months lwall s:g/err/orelse/
(edit) @17196 [17196] 14 months lwall substr should be exported multi method updated grammar description of …
(edit) @16750 [16750] 16 months agentz converted S26.pod to UTF-8
(edit) @16740 [16740] 16 months diakopter re-syncing from Perl6-Perldoc-v0.0.5
(edit) @16189 [16189] 18 months rhr Add fdopen to IO.pod (stolen from parrot)
(edit) @16166 [16166] 18 months rhr Spec Socket.pair, analogous to Pipe.pair
(edit) @16165 [16165] 18 months rhr Add Pipe.pair
(edit) @16164 [16164] 18 months rhr Rough draft spec of Pipe.to and Pipe.from
(edit) @16157 [16157] 18 months lwall typo noted by rhr++
(edit) @16156 [16156] 18 months lwall More IO and Functions whackage
(edit) @16155 [16155] 18 months lwall Put in $*DEFERR too.
(edit) @16154 [16154] 18 months lwall More IO spec whackage
(edit) @16153 [16153] 18 months lwall print and say default to $*DEFOUT.
(edit) @16035 [16035] 18 months diakopter committing Documentation.pod (S26) changes from upstream::Damian.
(edit) @15912 [15912] 18 months diakopter reverting the previous 1-char change.
(edit) @15907 [15907] 18 months diakopter inconsequential edit, hopefully kick off smartlinks.pl
(edit) @15891 [15891] 18 months diakopter updated S26 to Damian's Perl6-Perldoc-v0.0.2 edition auto XHTML conversion …
(edit) @15796 [15796] 19 months lwall Some whackage on the <'...'> to '...' transition, mostly tests.
(edit) @15739 [15739] 19 months lwall Carry over @ vs @@ contextualization to zip and Z and map. Delete old each …
(edit) @15695 [15695] 19 months lwall Allow split on arrays and filehandles. Emphasize that maximum laziness is …
(edit) @15657 [15657] 19 months lwall Clarify when say and print should complain about empty arglists.
(edit) @15555 [15555] 19 months putter Functions.pod - aka S29 - Link empty "TODO" caller() spec to S06.
(edit) @15512 [15512] 19 months lwall Whack on the cat() a bit.
(edit) @15510 [15510] 19 months lwall Just the definition of index flapping in the breeze…
(edit) @15500 [15500] 19 months audreyt * In "foo".join(1,2,3), "foo" is the separator. * index("foo", "bar") …
(edit) @15327 [15327] 20 months lwall Y -> Z, XX -> X
(edit) @15254 [15254] 20 months eric256 Added blurb about where to find and edit S29 at.
(edit) @15252 [15252] 20 months eric256 Fixed some code,added matching brackets and semi-colons
(edit) @15239 [15239] 20 months moritz Added spec for roots($x, $n)
(edit) @15220 [15220] 20 months lwall IO.pod: translated some p5 docs for print.
(edit) @15167 [15167] 21 months lwall More . More whitespace around . Several eval'd tests of .:X syntax
(edit) @15131 [15131] 21 months lwall Made map return a multislice.
(edit) @15084 [15084] 21 months lwall Added first function.
(edit) @15008 [15008] 21 months gaal svn:ignore props on mundane files
(edit) @14910 [14910] 22 months luqui Specced the return value of splice. @Larry.check xx 2.
(edit) @14845 [14845] 23 months agentz [docs/Perl6/Spec/Functions.pod] - added two missing =back (podchecker++)
(edit) @14843 [14843] 23 months audreyt * S26: Documentation spec, 2006-11-22 edition, from Damian.
(edit) @14673 [14673] 2 years audreyt * Massive revisionism: Change all files in docs/ to mention …
(edit) @14536 [14536] 2 years avar * State more clearly that chomp removes one newline
(edit) @14500 [14500] 2 years lumi More typos smitten.
(edit) @14499 [14499] 2 years lumi A typo, fixed.
(edit) @14497 [14497] 2 years audreyt * some more cleanup.
(edit) @14496 [14496] 2 years audreyt * Perl6::Spec::Concurrency: Update nomenclature.
(edit) @14434 [14434] 2 years lwall trivial change please ignore
(edit) @14328 [14328] 2 years lanny * Functions.pod -- s/method method/multi method/ * t/builtins/**.t -- many …
(edit) @14322 [14322] 2 years lanny * Functions.pod - for sub pick put optional named before *@values. * …
(edit) @14311 [14311] 2 years malon [Spec/update, smokeserv/refresh-smoked-synopses.pl] * Properly handle the …
(edit) @14291 [14291] 2 years malon Spec/update - add more synopses to %Spec hash
(edit) @14098 [14098] 2 years audreyt * docs/: Perl6::Spec::Documentation, alpha draft, from TheDamian?.
(edit) @13791 [13791] 2 years ajs Clarified comparisons of normalized strings
(edit) @13790 [13790] 2 years ajs Unicode normalization as promised on IRC. This is not final, and may not …
(edit) @13789 [13789] 2 years rodi Typo (unterminated C<...> at line 1160).
(edit) @13777 [13777] 2 years lanny [docs/Perl6/Spec/Functions.pod] - reference discussion beginning …
(edit) @13736 [13736] 2 years lanny * paragraph to verbatim on declarations for L<S29/Array/=item keys>
(edit) @13733 [13733] 2 years ajs Removing crypt per Larry. It has been moved, and is currently the only …
(edit) @13732 [13732] 2 years ajs gethost function / methods added
(edit) @13649 [13649] 2 years lwall Whacked on .slurp vs .lines doc. De-P5ified a bit of the IO doc.
(edit) @13589 [13589] 2 years lwall Renamed .words to .comb More Foo:: whackage and "method is export" …
(edit) @13528 [13528] 2 years ajs Per Larry answer, moved radical glyph to API doc with :UNI export tagging …
(edit) @13527 [13527] 2 years lwall 1st whack at exporting methods. Some bogus package names are turning into …
(edit) @13519 [13519] 2 years lwall Tweaks to character types. Ling and Graf are dead.
(edit) @13516 [13516] 2 years lwall Answer to sqrt question.
(edit) @13512 [13512] 2 years ajs Added question about sqrt Unicode alias
(edit)