Fix for RT #52552.
[p5sagit/p5-mst-13.2.git] / pod / perlsub.pod
2008-06-16 Andy Armstrong Re: Patches / git
2007-11-15 Ricardo SIGNES perlsub's docs on state assignment are busted
2007-07-10 Rafael Garcia-Suarez Modernize opendir() syntax
2007-04-24 Rafael Garcia-Suarez Remove the code that handles assignment to state variables
2006-10-31 Rafael Garcia-Suarez Make readpipe() overridable (and also `` and qx//)
2006-10-19 Alexander Gough stab at UNITCHECK blocks
2006-10-19 Rafael Garcia-Suarez Adjust documentation for previous change
2006-10-18 Rafael Garcia-Suarez Document _ prototype in perlsub
2006-10-18 Rafael Garcia-Suarez Fix prototype to mimic built-in in perlsub examples
2006-07-06 Rafael Garcia-Suarez Document state() variables in perlsub
2006-07-06 Rafael Garcia-Suarez Mention state variables in perldiag. Add switch-related...
2005-11-10 Steven Schubiger remove whitespace preceding semicolon in docs
2005-10-21 Rafael Garcia-Suarez Rewording of doc change #25812
2005-10-21 Xavier Noria Re: [PATCH] return values reworded in perlsub.pod
2005-10-13 Ivan Tubert-Brohman POD 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.hu Clarifications on constants subroutines, based on:
2004-02-03 Rafael Garcia-Suarez More docs and tests for "my $_".
2003-12-02 Elizabeth Mattijsen Better docs for the special code blocks, based on :
2003-09-30 Rafael Garcia-Suarez Revamp the section on local() in perlsub.
2003-09-02 Yitzchak Scott-Tho... some method calls not autoloaded
2003-03-21 Martien Verbruggen perlsub.pod and perlsyn.pod: better organise scoping...
2003-02-15 Jerrad Pierce Re: overriding builtins quirk
2002-06-13 Jarkko Hietaniemi Also perlsub needs to be slightly more upbeat about...
2002-05-29 Jarkko Hietaniemi pod cleanups.
2002-05-26 Dave Mitchell docs for broken local(%tied) behaviour
2002-05-20 Jim Cromie Re: pod patches.
2002-03-12 Anton Tagunov Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012]...
2002-02-20 Nicholas Clark Re: Lexical scoping bug with EXPR for EXPR?
2002-02-19 Dave Mitchell Re: {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-Simmons Blind integrate of bulk of mainline.
2002-01-15 Rafael Garcia-Suarez [PATCH] Overriding readline() should also override...
2002-01-06 Sam Tregar Bad prototype detection now an optional warning
2001-12-29 Audrey Tang Module names and other nits
2001-12-17 Rafael Garcia-Suarez [PATCH] Re: chomp/chop prototype changed?
2001-09-04 Jarkko Hietaniemi Add the \[$@%&*] prototype support.
2001-06-18 Artur Bergman Documentation changes for CLONE
2001-01-24 Charles Bailey SYN SYN
2001-01-12 Stephen McCamant Consolidated lvalue sub changes
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-22 Robin Barker ; was Re: Perlbug 20000322.006 status +update
2000-11-07 Stephen P. Potter Pod updates
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6268..6282 into mainline
2000-06-29 Tim Ayers [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage...
2000-05-28 Gurusamy Sarathy downgrade fatal error on C<"foo@nosucharray.com"> to...
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-03 Gurusamy Sarathy whitespace and readabiliti nits in the pods (from Micha...
2000-02-09 Charles Bailey Resync with mainline
2000-01-26 Gurusamy Sarathy revised attribute syntax: C<my $foo :a :b :c>, C<my...
2000-01-26 Gurusamy Sarathy s/STOP/CHECK/ blocks
2000-01-23 Gurusamy Sarathy document bareword prototype incompatibility
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-11-04 Gurusamy Sarathy implement STOP blocks and fix compiler to use them...
1999-09-29 Charles Bailey resync with mainline
1999-09-25 Larry Wall Re: [PATCH 5.005_61] "our" declarations
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-08-29 Spider Boardman sub : attrlist
1999-05-24 Gurusamy Sarathy major pod update from Tom Christiansen
1999-03-25 Gurusamy Sarathy describe current behavior on local($foo{nothere}) ...
1999-02-19 Gurusamy Sarathy doc for change#2978
1999-02-15 Gurusamy Sarathy patches suggested by John Bley <jbb6@acpub.duke.edu...
1999-02-02 Mark-Jason Dominus Re: DOC PATCH (5.005_54 perlsub.pod)
1998-12-02 Tom Christiansen Fix most of the bad L<> links of
1998-07-21 Gurusamy Sarathy documentation tweaks from Abigail <abigail@fnx.com>
1998-07-10 Gurusamy Sarathy misc tweaks to docs and qsortsv() warning
1998-06-18 Gurusamy Sarathy back out problematic change#1105, tweak perlsub.pod
1998-06-15 Tom Christiansen documentation update from tchrist
1998-06-04 Gurusamy Sarathy [win32] document CORE::GLOBAL:: and global overriding...
1998-05-14 Gurusamy Sarathy [win32] merge change#897 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] integrate mainline
1998-05-14 Charles Bailey Consolidated patch to 5.004_64
1997-09-05 Perl 5 Porters [inseparable changes from patch to perl 5.004_04]
1997-06-11 Tim Bunce [differences between cumulative patch application and...
1997-05-07 Perl 5 Porters [inseparable changes from match from perl-5.003_99...
1997-04-09 Chip Salzenberg Freudian slip error in perlsub.pod
1997-04-09 Bruce Barnett Freudian slip error in perlsub.pod
1997-03-25 Perl 5 Porters [inseperable changes from patch from perl-5.003_95...
1997-03-22 Perl 5 Porters [inseparable changes from match from perl-5.003_94...
1997-03-22 M.J.T. Guy pods for subroutine argument autovivication
1997-03-08 Tom Phoenix Re: Inline PI function
1997-03-06 Perl 5 Porters [inseparable changes from match from perl-5.003_92...
1997-03-06 Ilya Zakharevich PODs corrections
1997-02-21 Gurusamy Sarathy Re: Hash key created by subroutine call? (fwd)
1997-02-10 John L. Allen return *FH pod patch
1997-01-15 Perl 5 Porters [inseparable changes from patch from perl5.003_20 to...
1997-01-15 Roderick Schertler Misc. doc patches missing in _20
1997-01-07 Chip Salzenberg Re: constant function inlining
1997-01-07 Roderick Schertler Re: constant function inlining
1996-12-19 Perl 5 Porters [inseparable changes from patch from perl5.003_11 to...
1996-12-19 Steve Kelem pod patches for English errors
1996-11-19 Perl 5 Porters [inseparable changes from patch from perl5.003_07 to...
1996-09-20 Joseph S. Myers Pod typos, pod2man bugs, and miscellaneous installation...
1996-07-05 Perl 5 Porters perl 5.003_01: pod/perlsub.pod
1996-03-18 Perl 5 Porters Explain \ in prototypes, and fix var name in example
1996-02-03 Perl 5 Porters perl5.002beta3
next