root/docs/Perl6

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @23046 [23046] 11 hours masak [Spec/Functions.pod] fixed minor typos, added missing arguments to .fmt
(edit) @22954 [22954] 10 days masak [Spec/Functions.pod] updated contributors, version, last updated
(edit) @22907 [22907] 2 weeks masak [Spec/Functions.pod] made default $separator on List::fmt ' ', with Perl 5 …
(edit) @22906 [22906] 2 weeks masak [Spec/Functions.pod] s/array/list/ in .fmt description
(edit) @22905 [22905] 2 weeks masak [Spec/Functions.pod] various changes to .fmt commit: * C<> no longer …
(edit) @22904 [22904] 2 weeks masak [Spec/Functions.pod] added .fmt
(edit) @22630 [22630] 5 weeks lwall [Differences] various corrections
(edit) @22629 [22629] 5 weeks moritz [docs] more clarifications in Perl6::Perl5::Differences
(edit) @22628 [22628] 5 weeks moritz [docs] small typo in Perl6::Perl5::Differences
(edit) @22606 [22606] 5 weeks lwall [S29] settle on "ceiling"
(edit) @22367 [22367] 8 weeks azawawi Fix pod warnings in Spec/Functions.pod
(edit) @22366 [22366] 8 weeks azawawi Fixed pod warnings/errors in Spec/IO.pod
(edit) @22365 [22365] 8 weeks azawawi fix POD warnings in Spec/Concurrency.pod
(edit) @22005 [22005] 3 months lwall [STD] remove p5ish usages of exists/delete [gimme5] translate .:exists and …
(edit) @21934 [21934] 3 months moritz [docs] fixes and enhancments to Perl6::Perl5::Differences
(edit) @21375 [21375] 4 months lwall [Functions.pod] nothing isn't sacred, just use () which is less than …
(edit) @20987 [20987] 5 months moritz [S29] fixed signatur for polar()
(edit) @20791 [20791] 5 months Auzon [S29] :bb is now :aa and samebase is now sameaccent
(edit) @20722 [20722] 5 months pmichaud S29: List.join should have @values as the invocant.
(edit) @20630 [20630] 6 months lwall Note that multies aren't automatically global but are imported by Prelude …
(edit) @20196 [20196] 8 months lwall [S29] rand is now 0-ary or method only
(edit) @20097 [20097] 8 months buchetc [t\spec] smartlink issues
(edit) @20091 [20091] 9 months buchetc [t/spec] another coro example
(edit) @20085 [20085] 9 months buchetc [t/spec] document coroutines
(edit) @20069 [20069] 9 months buchetc [t/spec] coro examples
(edit) @20063 [20063] 9 months buchetc [Spec] start re-oraginze S17
(edit) @19997 [19997] 9 months lwall missing some array methods
(edit) @19851 [19851] 10 months buchetc Some new heads and code formats
(edit) @19639 [19639] 10 months lwall Clarification suggested by jgottman++
(edit) @19635 [19635] 10 months tjp Fixed typos in docs/Perl6/Overview.pod
(edit) @19479 [19479] 10 months lwall [Functions] did away with the Uni type
(edit) @19478 [19478] 10 months lwall Some updates to reflect distinctions between lexical …
(edit) @19424 [19424] 10 months lwall Defined .bytes, .codes, .graphs, and .chars Defined samecase and samebase
(edit) @19329 [19329] 11 months szabgab remove unused code
(edit) @19300 [19300] 11 months lwall Clarification of substr requested by Gothmog++ and pmurias++
(edit) @17750 [17750] 15 months lwall Strings no longer attempt to keep track of their "pos".
(edit) @17701 [17701] 15 months lwall s:g/err/orelse/
(edit) @17461 [17461] 15 months moritz a few tweaks to docs/Perl6/Perl5/Differences.pod
(edit) @17449 [17449] 15 months sartak r37392@onn: sartak | 2007-08-25 19:05:25 -0400 Corrected a sentence
(edit) @17196 [17196] 16 months lwall substr should be exported multi method updated grammar description of …
(edit) @16750 [16750] 17 months agentz converted S26.pod to UTF-8
(edit) @16740 [16740] 17 months diakopter re-syncing from Perl6-Perldoc-v0.0.5
(edit) @16189 [16189] 19 months rhr Add fdopen to IO.pod (stolen from parrot)
(edit) @16166 [16166] 19 months rhr Spec Socket.pair, analogous to Pipe.pair
(edit) @16165 [16165] 19 months rhr Add Pipe.pair
(edit) @16164 [16164] 19 months rhr Rough draft spec of Pipe.to and Pipe.from
(edit) @16161 [16161] 19 months karhu Greatly fixed perlintro.
(edit) @16157 [16157] 19 months lwall typo noted by rhr++
(edit) @16156 [16156] 19 months lwall More IO and Functions whackage
(edit) @16155 [16155] 19 months lwall Put in $*DEFERR too.
(edit) @16154 [16154] 19 months lwall More IO spec whackage
(edit) @16153 [16153] 19 months lwall print and say default to $*DEFOUT.
(edit) @16035 [16035] 19 months diakopter committing Documentation.pod (S26) changes from upstream::Damian.
(edit) @15966 [15966] 19 months moritz added perl6 "translation" of perlintro, not complete
(edit) @15912 [15912] 20 months diakopter reverting the previous 1-char change.
(edit) @15907 [15907] 20 months diakopter inconsequential edit, hopefully kick off smartlinks.pl
(edit) @15904 [15904] 20 months moritz Perl6::Perl5::Differences: want.List -> want.list
(edit) @15891 [15891] 20 months diakopter updated S26 to Damian's Perl6-Perldoc-v0.0.2 edition auto XHTML conversion …
(edit) @15796 [15796] 20 months lwall Some whackage on the <'...'> to '...' transition, mostly tests.
(edit) @15739 [15739] 20 months lwall Carry over @ vs @@ contextualization to zip and Z and map. Delete old each …
(edit) @15695 [15695] 21 months lwall Allow split on arrays and filehandles. Emphasize that maximum laziness is …
(edit) @15687 [15687] 21 months fglock docs/Perl6/Overview/Subroutine.pod - minor comment on Proxy behaviour
(edit) @15657 [15657] 21 months lwall Clarify when say and print should complain about empty arglists.
(edit) @15555 [15555] 21 months putter Functions.pod - aka S29 - Link empty "TODO" caller() spec to S06.
(edit) @15512 [15512] 21 months lwall Whack on the cat() a bit.
(edit) @15510 [15510] 21 months lwall Just the definition of index flapping in the breeze…
(edit) @15500 [15500] 21 months audreyt * In "foo".join(1,2,3), "foo" is the separator. * index("foo", "bar") …
(edit) @15327 [15327] 21 months lwall Y -> Z, XX -> X
(edit) @15286 [15286] 21 months audreyt * Perl6::Perl5::Differences - Minor typo.
(edit) @15254 [15254] 22 months eric256 Added blurb about where to find and edit S29 at.
(edit) @15252 [15252] 22 months eric256 Fixed some code,added matching brackets and semi-colons
(edit) @15239 [15239] 22 months moritz Added spec for roots($x, $n)
(edit) @15234 [15234] 22 months moritz Mentioned wantarray() in Perl6::Perl5::Differences
(edit) @15220 [15220] 22 months lwall IO.pod: translated some p5 docs for print.
(edit) @15167 [15167] 22 months lwall More . More whitespace around . Several eval'd tests of .:X syntax
(edit) @15131 [15131] 22 months lwall Made map return a multislice.
(edit) @15084 [15084] 22 months lwall Added first function.
(edit) @15055 [15055] 23 months szabgab Perl6/Doc.pod - add more of the existing entries manually
(edit) @15008 [15008] 23 months gaal svn:ignore props on mundane files
(edit) @14910 [14910] 2 years luqui Specced the return value of splice. @Larry.check xx 2.
(edit) @14845 [14845] 2 years agentz [docs/Perl6/Spec/Functions.pod] - added two missing =back (podchecker++)
(edit) @14843 [14843] 2 years audreyt * S26: Documentation spec, 2006-11-22 edition, from Damian.
(edit) @14839 [14839] 2 years Darren_Duncan ext/Set-Relation/ : added (docs for) the generic tclose (transitive …
(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)