This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix two broken links in perldelta.
[perl5.git] / pod / perlsub.pod
2016-09-18 Lukas Maiperlsub: scalar split no longer clobbers @_ (RT #129297)
2016-06-11 Lukas Maipod/*: remove deprecated L<"section"> and L<section...
2016-05-20 Father ChrysostomosUpdate other docs on lexical sub acceptance
2016-04-23 Ricardo SignesRevert "document that sigs in future may not populate @_"
2016-04-19 David Mitchelldocument that sigs in future may not populate @_
2015-10-06 Ricardo Signesperlsub.pod: note that anonymous subs can have signatur...
2015-09-04 Karl WilliamsonStart fixing some pod pedantic errors
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-07-06 Rafael Garcia-SuarezSome nits in perlsub
2015-01-21 Peter MartiniAnother patch to perlsub documenting moves sigs
2015-01-20 Peter MartiniUpdate signatures placement in perlsub pod
2015-01-20 Father ChrysostomosDocument :const
2015-01-18 Peter MartiniUpdate perlsub to reflect attribute/signature relo
2014-11-15 Father ChrysostomosSpell behaviour consistently in perlsub
2014-11-13 Father ChrysostomosDocument sub inlining changes
2014-09-14 Father ChrysostomosConsistent spaces after dots in perlsub
2014-05-12 Karl Williamsonperlsub: Fix too-long verbatim line length
2014-05-12 Ævar Arnfjörð Bjar... perlsub: Improve the "Constant Functions" documentation
2014-02-01 Zeframsubroutine signatures
2013-10-16 Peter MartiniAdding a prototype attribute.
2013-09-16 Tony Cook[perl #77680] add pointers to a few other perl called...
2013-09-16 Zsbán Ambrus[perl #77680] perlsub pointers to sub names used by...
2013-08-06 Peter Martini[perl #2726] Prototype is not applied until BLOCK is...
2013-07-31 Father Chrysostomosperlsub: constant -> inlinable
2013-06-23 Brian GottreuFixed verbatim lines in POD over 79 characters
2013-06-21 Johan VromansUpdate perlsub.pod for lvalue subroutines.
2013-04-24 David Mitchellmake qr/(?{ __SUB__ })/ safe
2012-09-30 Father ChrysostomosUse two colons for lexsub warning
2012-09-17 Father Chrysostomospod/perlsub.pod: Warn about possible lexsub removal
2012-09-16 Father ChrysostomosDocument lexical subs
2012-09-16 Father Chrysostomosperlsub: Document state variables better
2012-06-27 Brian Fraserperlsub: #109408
2012-04-25 Father Chrysostomosperlsub: Fix new typo
2012-04-25 Ricardo Signespoint out __SUB__ in perlsub.pod
2012-01-27 Rafael Garcia-SuarezAllow prototypes (_@) and (_%)
2012-01-10 Father ChrysostomosCorrect bad wording in perlsub
2011-11-21 Father Chrysostomosperlsub: constant redef warning is default, not mandatory
2011-10-12 Father ChrysostomosImprove documentation of XS autoloading
2011-10-10 Father ChrysostomosUpdate docs for XS AUTOLOAD
2011-10-07 Father ChrysostomosRemoving modules should include updating references
2011-09-09 Dave RolskyRemove all references to old OO tutorial docs, and...
2011-08-15 Father ChrysostomosDocument and test $; prototype syntax
2011-08-14 Father ChrysostomosAdd inlinable &CORE::functions
2011-06-24 Father ChrysostomosUpdate proto docs after prev commit
2011-06-17 Father ChrysostomosDoc update for changes in 5.15.0 + tweaks
2011-06-16 Ian GoodacreTypo fix in When to Still Use local()
2011-06-01 Father ChrysostomosRevert "Accept lvalue subroutines as a useful feature."
2011-06-01 Father ChrysostomosRevert "Remove a line added by the prev commit"
2011-06-01 Father ChrysostomosRemove a line added by the prev commit
2011-06-01 Johan VromansAccept lvalue subroutines as a useful feature.
2011-05-24 Johan Vromans[perl #91518] Fix minor typo in pod/perlsub.pod.
2011-05-18 Karl Williamsonperlsub.pod: Fix broken link
2011-03-20 Jan Dubois#84774: local $_ calls STORE when $_ is aliased to...
2011-02-16 ApocalypseFix bad pod links found by Test::Pod::LinkCheck
2010-11-01 David GoldenAllow push/pop/keys/etc to act on references
2010-10-21 David GoldenAdd single-term prototype
2010-09-21 Father ChrysostomosFix pod syntax in perlsub
2010-09-21 Father Chrysostomos[perl #47365] Docs for \$ prototypes
2010-09-15 Rob HoelzUpdate AUTOLOAD section in perlsub
2009-07-27 Vincent PitDocument "delete local" in perlsub
2008-06-16 Andy ArmstrongRe: Patches / git
2007-11-15 Ricardo SIGNESperlsub's docs on state assignment are busted
2007-07-10 Rafael Garcia-SuarezModernize opendir() syntax
2007-04-24 Rafael Garcia-SuarezRemove the code that handles assignment to state variables
2006-10-31 Rafael Garcia-SuarezMake readpipe() overridable (and also `` and qx//)
2006-10-19 Alexander Goughstab at UNITCHECK blocks
2006-10-19 Rafael Garcia-SuarezAdjust documentation for previous change
2006-10-18 Rafael Garcia-SuarezDocument _ prototype in perlsub
2006-10-18 Rafael Garcia-SuarezFix prototype to mimic built-in in perlsub examples
2006-07-06 Rafael Garcia-SuarezDocument state() variables in perlsub
2006-07-06 Rafael Garcia-SuarezMention state variables in perldiag. Add switch-related...
2005-11-10 Steven Schubigerremove whitespace preceding semicolon in docs
2005-10-21 Rafael Garcia-SuarezRewording of doc change #25812
2005-10-21 Xavier NoriaRe: [PATCH] return values reworded in perlsub.pod
2005-10-13 Ivan Tubert-BrohmanPOD index entries with X<>
2004-11-12 Richard Soderberg[perl #32419] Spelling fixes for perl@23492
2004-03-26 Dave Mitchell[perl #26839] document the return value of an empty sub
2004-03-22 padre@elte.huClarifications on constants subroutines, based on:
2004-02-03 Rafael Garcia-SuarezMore docs and tests for "my $_".
2003-12-02 Elizabeth MattijsenBetter docs for the special code blocks, based on :
2003-09-30 Rafael Garcia-SuarezRevamp the section on local() in perlsub.
2003-09-02 Yitzchak Scott-Tho... some method calls not autoloaded
2003-03-21 Martien Verbruggenperlsub.pod and perlsyn.pod: better organise scoping...
2003-02-15 Jerrad PierceRe: overriding builtins quirk
2002-06-13 Jarkko HietaniemiAlso perlsub needs to be slightly more upbeat about...
2002-05-29 Jarkko Hietaniemipod cleanups.
2002-05-26 Dave Mitchelldocs for broken local(%tied) behaviour
2002-05-20 Jim CromieRe: pod patches.
2002-03-12 Anton TagunovRe[2]: [Patch docs] perlsub. Re: [ID 20020227.012]...
2002-02-20 Nicholas ClarkRe: Lexical scoping bug with EXPR for EXPR?
2002-02-19 Dave MitchellRe: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
2002-02-19 Dave Mitchell{PATCH] Re: Lexical scoping bug with EXPR for EXPR?
2002-01-15 Nick Ing-SimmonsBlind integrate of bulk of mainline.
2002-01-15 Rafael Garcia-Suarez[PATCH] Overriding readline() should also override...
2002-01-06 Sam TregarBad prototype detection now an optional warning
2001-12-29 Audrey TangModule names and other nits
2001-12-17 Rafael Garcia-Suarez[PATCH] Re: chomp/chop prototype changed?
2001-09-04 Jarkko HietaniemiAdd the \[$@%&*] prototype support.
2001-06-18 Artur BergmanDocumentation changes for CLONE
2001-01-24 Charles BaileySYN SYN
next