2011-03-28 |
Michael Witten | Docs: perlsyn.pod Use dominant American spelling consis... |
blob | commitdiff |
2011-03-20 |
Alastair Douglas | Doc patch for perlsyn, clarification in given/when |
blob | commitdiff | diff to current |
2011-01-07 |
Peter J. Acklam... | Fix typos in pod/* |
blob | commitdiff | diff to current |
2010-11-14 |
Abigail | Fixes bug #79078, by pointing out the slight difference... |
blob | commitdiff | diff to current |
2010-06-29 |
Karl Williamson | Prefer \g1 over \1 in pods |
blob | commitdiff | diff to current |
2010-05-20 |
Vincent Pit | Add a note in perl5131delta about given return values |
blob | commitdiff | diff to current |
2010-05-19 |
Vincent Pit | Merge branch 'vincent/rvalue_stmt_given' into blead |
blob | commitdiff | diff to current |
2010-02-09 |
Jesse Vincent | Document unless () {} elsif () {} else {} and tell... |
blob | commitdiff | diff to current |
2010-02-09 |
Reini Urban | "unless else" wasn't previously documented, though... |
blob | commitdiff | diff to current |
2010-01-03 |
Vincent Pit | Make given() statements return the last evaluated expre... |
blob | commitdiff | diff to current |
2009-11-20 |
Moritz Lenz | Clarify docs for implicit "next" on all "when" blocks |
blob | commitdiff | diff to current |
2009-11-05 |
Jesse Vincent | Implement facility to plug in syntax triggered by keywords |
blob | commitdiff | diff to current |
2009-10-27 |
Rafael Garcia-Suarez | Better wording for the hash ~~ array docs |
blob | commitdiff | diff to current |
2009-08-22 |
David Mitchell | better document smart match overloading |
blob | commitdiff | diff to current |
2009-08-20 |
Chip Salzenberg | incremental improvement in ~~ documentation, already... |
blob | commitdiff | diff to current |
2009-07-24 |
Rafael Garcia-Suarez | Thinko in given() description, found by chromatic |
blob | commitdiff | diff to current |
2009-07-01 |
Rafael Garcia-Suarez | Make C<undef ~~ 0> and C<undef ~~ ""> not match (like... |
blob | commitdiff | diff to current |
2009-06-01 |
Rafael Garcia-Suarez | Minor doc fix for the smart table legend (clarify the... |
blob | commitdiff | diff to current |
2009-05-25 |
Rafael Garcia-Suarez | Remove now-obsolete note on ~~ overloading working... |
blob | commitdiff | diff to current |
2009-05-24 |
Rafael Garcia-Suarez | Allow ~~ overloading on the left side, when the right... |
blob | commitdiff | diff to current |
2009-05-24 |
Rafael Garcia-Suarez | Change the specs of %h~~%h to avoid mentioning ~~ recur... |
blob | commitdiff | diff to current |
2009-05-12 |
Rafael Garcia-Suarez | Remove proposed (but unimplemented) $foo ~~ Range smart... |
blob | commitdiff | diff to current |
2009-05-08 |
Rafael Garcia-Suarez | Document what to do with object on the left and add... |
blob | commitdiff | diff to current |
2009-05-05 |
Rafael Garcia-Suarez | Merge branch 'blead' into smartmatch |
blob | commitdiff | diff to current |
2009-05-05 |
Rafael Garcia-Suarez | Clarify that @a ~~ @b recursively smart matches |
blob | commitdiff | diff to current |
2009-04-20 |
Rafael Garcia-Suarez | Remove some empty lines in a code example |
blob | commitdiff | diff to current |
2009-04-20 |
Rafael Garcia-Suarez | Document that ~~ overload will only work on the RHS |
blob | commitdiff | diff to current |
2009-03-29 |
Vincent Pit | Document when as a syntax modifier |
blob | commitdiff | diff to current |
2009-03-25 |
Rafael Garcia-Suarez | Adjustments to the ~~ dispatch table |
blob | commitdiff | diff to current |
2009-03-24 |
Rafael Garcia-Suarez | Fix equivalent code in perlsyn for Array~~Hash |
blob | commitdiff | diff to current |
2009-03-24 |
Rafael Garcia-Suarez | Specify that the behaviour of $foo ~~ Range should... |
blob | commitdiff | diff to current |
2009-03-24 |
Rafael Garcia-Suarez | Make []~~\&f and {}~~\&f match |
blob | commitdiff | diff to current |
2009-03-23 |
Rafael Garcia-Suarez | Implement "~~ $scalar" for numbers and strings |
blob | commitdiff | diff to current |
2009-03-23 |
Rafael Garcia-Suarez | Revert order of ~~ in definition of smart matching... |
blob | commitdiff | diff to current |
2009-03-23 |
Rafael Garcia-Suarez | Add more tests with an empty hash on the right of ~~ |
blob | commitdiff | diff to current |
2009-03-17 |
Rafael Garcia-Suarez | Document that empty sets don't smart-match |
blob | commitdiff | diff to current |
2009-03-04 |
Rafael Garcia-Suarez | The new smart match dispatch table for 5.10.1 onwards |
blob | commitdiff | diff to current |
2009-03-04 |
Rafael Garcia-Suarez | Document that when() treats specially most of the filet... |
blob | commitdiff | diff to current |
2009-03-04 |
Rafael Garcia-Suarez | Make // behave like || in when clauses |
blob | commitdiff | diff to current |
2008-06-08 |
brian d foy | perlsyn: equivalent code for HASH ~~ ARRAY |
blob | commitdiff | diff to current |
2008-03-12 |
Paul Fenwick | Correct misleading example in perlsyn.pod (given/when... |
blob | commitdiff | diff to current |
2008-01-02 |
Sébastien Aperghis... | Small documentation nits |
blob | commitdiff | diff to current |
2007-11-30 |
Dmitry Karasik | Re: smart match: array ~~ hash |
blob | commitdiff | diff to current |
2007-11-21 |
Jan Dubois | Improve example code |
blob | commitdiff | diff to current |
2007-06-05 |
Rafael Garcia-Suarez | There is no more a ~~ feature, noticed by Moritz Lenz |
blob | commitdiff | diff to current |
2006-12-22 |
Rafael Garcia-Suarez | The Perl 6 specification is still evolving, so don... |
blob | commitdiff | diff to current |
2006-08-27 |
Daniel Frederick... | perlsyn incomplete duplicate definition of truth |
blob | commitdiff | diff to current |
2006-06-04 |
Rafael Garcia-Suarez | The smart match table was duplicated in source code... |
blob | commitdiff | diff to current |
2005-12-30 |
Robin Houston | Differences from Perl 6 |
blob | commitdiff | diff to current |
2005-12-22 |
Rafael Garcia-Suarez | Regenerate perlapi.pod. |
blob | commitdiff | diff to current |
2005-12-22 |
Robin Houston | switch / ~~ doccos |
blob | commitdiff | diff to current |
2005-12-19 |
Rafael Garcia-Suarez | Fix internal broken link ; reindent code examples |
blob | commitdiff | diff to current |
2005-12-19 |
Robin Houston | latest switch/say/~~ |
blob | commitdiff | diff to current |
2005-10-13 |
Ivan Tubert-Brohman | POD index entries with X<> |
blob | commitdiff | diff to current |
2005-06-20 |
Rafael Garcia-Suarez | Missed a chunk in previous commit |
blob | commitdiff | diff to current |
2005-06-20 |
Eric Amick | [perl #36328] Until Statement Undocumented |
blob | commitdiff | diff to current |
2005-05-11 |
Steve Peters | [perl #33765] [PATCH] perlop: mention why 'print !... |
blob | commitdiff | diff to current |
2003-10-10 |
Abhijit Menon-Sen | Make everyone stop posting to p5p about 0e0. |
blob | commitdiff | diff to current |
2003-10-08 |
Abhijit Menon-Sen | "Are implicit undefs true?" asks Gisle. |
blob | commitdiff | diff to current |
2003-10-07 |
Abhijit Menon-Sen | Minor tweaks to pod/perlsyn.pod (as suggested by Yves... |
blob | commitdiff | diff to current |
2003-10-06 |
Shlomi Fish | Re: [PATCH] perlsyn.pod Revision - Resend |
blob | commitdiff | diff to current |
2003-07-17 |
Rafael Garcia-Suarez | Minor nits in perlsyn.pod |
blob | commitdiff | diff to current |
2003-07-11 |
Michael G. Schwern | New introduction |
blob | commitdiff | diff to current |
2003-07-07 |
Rafael Garcia-Suarez | Regexp bug in the docs, spotted by Enache's eagle eyes. |
blob | commitdiff | diff to current |
2003-07-06 |
Casey West | Re: [perl #5025] #line directive explination wrong |
blob | commitdiff | diff to current |
2003-05-18 |
Michael G. Schwern | Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding... |
blob | commitdiff | diff to current |
2003-05-12 |
Rafael Garcia-Suarez | Small nit in perlsyn about the new // operator |
blob | commitdiff | diff to current |
2003-04-26 |
Casey West | Some doc patches by Casey West : |
blob | commitdiff | diff to current |
2003-03-21 |
Martien Verbruggen | perlsub.pod and perlsyn.pod: better organise scoping... |
blob | commitdiff | diff to current |
2003-01-21 |
Martien Verbruggen | Re: [perl #19236] perlsyn: implicit localisation in... |
blob | commitdiff | diff to current |
2002-06-18 |
Rafael Garcia-Suarez | perlsyn.pod tweak suggested by Larry. |
blob | commitdiff | diff to current |
2002-06-18 |
Elizabeth Mattijsen | [DOC PATCH] perlsyn |
blob | commitdiff | diff to current |
2002-03-03 |
Wolfgang Laun | nit in perlsyn.pod |
blob | commitdiff | diff to current |
2002-02-22 |
Abhijit Menon-Sen | Minor clarifications as suggested by Anton Tagunov. |
blob | commitdiff | diff to current |
2001-05-05 |
Jarkko Hietaniemi | Updates on the pods related to the modules included... |
blob | commitdiff | diff to current |
2001-03-07 |
abela@geneanet.org | Clarify the description differentiating for and while... |
blob | commitdiff | diff to current |
2000-10-20 |
Charles Bailey | SYN SYN |
blob | commitdiff | diff to current |
2000-08-18 |
Paul David Fardy | [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re... |
blob | commitdiff | diff to current |
2000-08-04 |
Charles Bailey | YA resync with mainstem, including VMS patches from... |
blob | commitdiff | diff to current |
2000-06-03 |
John Borwick | [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to... |
blob | commitdiff | diff to current |
2000-05-28 |
Gurusamy Sarathy | clarify gotcha with #line directives (from Rocco Caputo |
blob | commitdiff | diff to current |
2000-05-23 |
Charles Bailey | Resync with mainline prior to post-5.6.0 updates |
blob | commitdiff | diff to current |
2000-04-24 |
Gurusamy Sarathy | more pod nits (from Larry Virden) |
blob | commitdiff | diff to current |
2000-03-22 |
Gurusamy Sarathy | perlsyn.pod nit (from Tom Christiansen) |
blob | commitdiff | diff to current |
2000-03-13 |
Gurusamy Sarathy | lexical warnings update for docs and tests (from Paul... |
blob | commitdiff | diff to current |
2000-02-15 |
Gurusamy Sarathy | avoid accidental #line directives (from Rick Delaney |
blob | commitdiff | diff to current |
2000-02-09 |
Charles Bailey | Resync with mainline |
blob | commitdiff | diff to current |
2000-02-04 |
Gurusamy Sarathy | pod updates (from David Adler, M J T Guy) |
blob | commitdiff | diff to current |
2000-01-20 |
Charles Bailey | Quick integration of mainline changes to date |
blob | commitdiff | diff to current |
1999-12-12 |
Gurusamy Sarathy | integrate mainline changes |
blob | commitdiff | diff to current |
1999-12-02 |
Gurusamy Sarathy | various documentation tweaks suggested by M. J. T. Guy |
blob | commitdiff | diff to current |
1999-09-29 |
Charles Bailey | resync with mainline |
blob | commitdiff | diff to current |
1999-09-18 |
Nick Ing-Simmons | Re-integrate mainline |
blob | commitdiff | diff to current |
1999-09-17 |
Ian Phillipps | Re: [ID 19990820.007] Small typo in perlsyn.pod |
blob | commitdiff | diff to current |
1999-09-06 |
Gurusamy Sarathy | misc tweaks |
blob | commitdiff | diff to current |
1999-07-07 |
Gurusamy Sarathy | mention C<foreach VAR (LIST) BLOCK continue BLOCK>... |
blob | commitdiff | diff to current |
1999-05-24 |
Gurusamy Sarathy | major pod update from Tom Christiansen |
blob | commitdiff | diff to current |
1999-03-25 |
Gurusamy Sarathy | clarify what a "comment" means (due to Mark-Jason Dominus |
blob | commitdiff | diff to current |
1998-07-21 |
Gurusamy Sarathy | documentation tweaks from Abigail <abigail@fnx.com> |
blob | commitdiff | diff to current |
1998-06-15 |
Tom Christiansen | documentation update from tchrist |
blob | commitdiff | diff to current |
next |