This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revamp fields documentation
[perl5.git] / pod / perlfunc.pod
2013-11-15 Father ChrysostomosRevamp fields documentation
2013-11-07 Karl Williamsonperlfunc: Clarify verbatim table
2013-11-06 Father Chrysostomosperlfunc.pod: long verbatim lines
2013-11-05 David Mitchellperlfunc: update require() pseudocode
2013-10-31 Tom HukinsDocumentation Patches from Tom Hukins
2013-10-28 David Mitchellperlfunc: clarify hash "modify while iterating"
2013-10-04 Ricardo Signesperlfunc: replace splice example with simpler one
2013-10-02 David Goldenperlfunc.pod: clarify return value of -X [perl #120077]
2013-07-29 Tony Cookmention reftype too
2013-07-29 Brendan ByrdCorrect 'ref' func POD to fix bad behavior around ...
2013-07-16 Ed Avis[perl #117223] Remove IO::File example from perlfunc
2013-07-14 Daniel Draganmention that caller() does not show XSUBs
2013-07-09 David Golden[perl #116975] perlfunc require: fix example subroutine
2013-07-06 Lukas Maifix SIGZZERO typo in perldoc -f kill
2013-06-28 Father Chrysostomosperlfunc: consistent spaces after dots
2013-06-28 Johan VromansClarify variable lists for my, our, state.
2013-06-23 Father ChrysostomosDocument scalarref retvals of @INC hook
2013-06-23 Brian GottreuFixed verbatim lines in POD over 79 characters
2013-06-18 Ricardo Signesreplace weird C<goto-TYPE> with C<goto TYPE>
2013-06-18 Ricardo Signesdocument that goto-EXPR will treat a subref differently
2013-06-18 Karl Williamsonperlfunc: Add caveat about string eval containing NV...
2013-06-15 Father Chrysostomosperlfunc: mention that cho(m)p resets the iterator
2013-06-10 Father Chrysostomosperlfunc: Document fallback to "top" format
2013-06-09 Dominic HargreavesImprove fileno example
2013-06-04 Eric BrineTypo fix in perlfunc [RT#118093]
2013-06-03 Eric BrineAdjust documentation for removal of splice warning
2013-05-24 David Goldenfix various podcheck nits
2013-05-22 Ricardo Signesremove a spurious space
2013-05-20 Karl WilliamsonFix multi-char fold edge case
2013-05-06 Brad GilbertRemoved confusing reference to new in ties perlfunc...
2013-04-24 David Mitchellmake qr/(?{ __SUB__ })/ safe
2013-04-24 SHIRAKATA KentaroPOD nitpicks.
2013-03-29 Yves Ortonimprove hash related documentation in perlfunc and...
2013-03-29 Yves OrtonFix perlfunc.pod to reflect changes to split " " logic
2013-03-19 Shirakata KentaroPATCH: [perl #117181] pod: nitpick
2013-03-19 Karl Williamsonpod/perlfunc: Tweak new kill() wording
2013-03-18 Lukas Maiemphasize signal names over numbers in kill() docs
2013-03-12 Karl WilliamsonEBCDIC has the Unicode bug too
2013-02-23 David Mitchelladd array DELETE and EXISTS to perlfunc
2013-02-21 Aaron Craneperlfunc: clarify that "do $file" isn't really like...
2013-01-26 Tobias Leichreplace tabs with spaces
2013-01-26 Tobias Leichwrap examples in single quotes
2013-01-25 Karl WilliamsonFix various minor pod issues
2013-01-18 Ricardo Signestweak the way we mention if.pm
2013-01-16 Aaron Craneperlfunc.pod: fix incorrect short description of `length`
2012-12-04 Father ChrysostomosMention in more places that my $_ is deprecated
2012-11-15 Father Chrysostomosperlfunc: Correct note about eval in DB package
2012-09-27 James E KeenanClarify rationale for consulting L<feature>.
2012-09-19 Craig A. Berry[perl #99382] 'stat' call documentation is poorly worded
2012-08-31 Nicholas ClarkRemove the VM/ESA port.
2012-08-23 Nicholas ClarkRecord the story behind the pack format specifiers...
2012-08-02 Father Chrysostomosperlfunc/printf: corrections, clarifications
2012-08-02 Father Chrysostomosperlfunc: clarification
2012-08-02 Father Chrysostomosperlfunc: Document implicit $_ in while(each)
2012-07-27 Eric BrineDocument return to be exempt from the looks-like-a...
2012-07-27 Father Chrysostomosperlfunc: document last/next EXPR
2012-07-27 Father Chrysostomos[perl #113684] Document actual prec of loop exits
2012-07-06 David Goldenperlfunc: clarify 'our' again for vars.pm behavior
2012-07-06 David Goldenperlfunc: clarify docs for 'package' [perl #113974]
2012-07-06 Ricardo Signescorrect the perlfunc explanation of use vars
2012-07-05 David Goldenperlfunc: clarify docs for 'our' [perl #113974]
2012-07-03 Father Chrysostomosperlfunc: Fix do-sub mistake
2012-06-27 Brian Fraserperlfunc: #109408
2012-06-26 Darin McBride[perl #112990] Simplify kill implementation and docs
2012-06-24 Father Chrysostomosperlfunc: (caller)[9] is ${^WARNING_BITS}
2012-06-23 Jesse Luehrsclarify the $hints and $bitmask values in caller()
2012-06-22 Shirakata KentaroPOD typo in perlfunc
2012-06-22 Walt MankowskiFixed repeated words
2012-06-19 Lukas Mairemove bogus $remainder variable from perlfunc/split
2012-06-07 Karl Williamsonperlfunc: Add comma
2012-05-29 Father ChrysostomosUpdate perlfunc/prototype
2012-05-28 Father Chrysostomosperlfunc: two missing words
2012-05-23 Father Chrysostomosperlfunc: long lines
2012-05-22 Eric BrinePurported equivalency isn't.
2012-05-22 Karl Williamsonperlfunc: Add reference to simple folding docs
2012-05-22 Father ChrysostomosRemove double space from Pod::Functions descr
2012-05-22 Eric Brine[perl #112692] perlfunc: waitpid takes two args
2012-05-22 jkeenanCorrect spelling error reported by rrt.
2012-05-22 Moritz Lenz[perlfunc] fix usage of wait
2012-05-22 Tony Cookdocument the return value of pipe()
2012-05-21 Father Chrysostomos[perl #112418] Fix POD paragraph formatting
2012-04-06 Ricardo Signesadd a missing colon to a code snippet in perlfunc
2012-03-17 Nicholas ClarkIn perlfunc, don't have functions in "Misc" and a secon...
2012-03-17 Nicholas ClarkDe-emphasise switch-related keywords in perlfunc.
2012-03-17 Nicholas ClarkIn the perlfunc cross-reference sections, link to the...
2012-03-17 Nicholas ClarkDESTROY is documented in perlobj - correct the cross...
2012-03-05 Eric Brinefix documentation for exec's warning behavior
2012-03-05 Pau Amma\" (via RT)Grammar and clarity fixes for exists() in pod/perlfunc.pod
2012-02-25 Father Chrysostomosperlfunc: bad wording
2012-02-18 Nicholas ClarkAdd metadata to perlfunc.pod for which version or featu...
2012-02-18 Nicholas ClarkAdd annotations to perlfunc.pod for Pod::Functions.
2012-02-18 Nicholas ClarkIn perlfunc.pod, sort the descriptions more consistently.
2012-02-18 Nicholas ClarkAdd 4 functions missing from perlfunc.pod's 'Perl Funct...
2012-02-16 Karl Williamsonpp_quote_meta: in locale, quote all UTF-8 Latin1 non...
2012-02-16 Karl Williamsonperl #77654: quotemeta quotes non-ASCII consistently
2012-02-16 Karl Williamsonperlfunc: quotemeta, clarify, fix incorrect statement
2012-02-15 Ævar Arnfjörð Bjar... Further eliminate POSIX-emulation under LinuxThreads
2012-02-13 Nicholas ClarkTypo in commit 4fe70ef9a66bbf96 spotted by Ilmari.
2012-02-13 Nicholas ClarkIn perlfunc, standardise the descriptions for keywords...
2012-02-03 Nicholas ClarkCorrect a =head2 to a =head3 in perlfunc.pod
next