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