This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix too-long verbatim lines in perlfunc
[perl5.git] / pod / perlfunc.pod
2015-09-16 Karl WilliamsonFix too-long verbatim lines in perlfunc
2015-09-14 James E KeenanAdd test for sprintf ordering by both explicit index...
2015-09-04 Karl WilliamsonStart fixing some pod pedantic errors
2015-07-15 Aaron CraneSupport reordered precision arguments in (s)printf
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-07-07 Tony Cook[perl #125373] set $! in chdir() if env not set, clarif...
2015-06-17 Tony Cook[perl #123264] explicitly document the return value...
2015-06-16 Rafael Garcia-SuarezPerl example style nit in docs for sort()
2015-05-28 Karl Williamsonperlfunc: Fix confusing entries for splice
2015-05-16 James E KeenanSmall grammatical correction in documentation of C...
2015-05-11 Karl Williamsonperlfunc: Slight clarification
2015-03-25 David Mitchellperlfunc: mention that study() is currently a noop
2015-03-19 Karen EtheridgeFix rendering of this code snippet in 'perldoc -f chomp'
2014-12-30 Matthew HorsfallAdd documentation for /n (non-capture) regexp flag.
2014-12-29 Father Chrysostomosperlfunc: prototype implies $_
2014-12-27 Slaven Rezicperlfunc: another alternative for enabling the "state...
2014-12-10 Father ChrysostomosConsistent spaces after docs in perlfunc.pod
2014-12-07 Father Chrysostomosperlfunc: Correct retval for get*/set*/end*
2014-12-07 Aaron CraneMake fileno() builtin work on directory handles
2014-12-02 Aristotle Pagaltzisperlfunc: document immediate stricture effect of "our"
2014-11-18 James E KeenanAdd word missing from docs for 'wait' function.
2014-11-14 Karl Williamsonperlfunc: Fix typo
2014-11-14 Karl WilliamsonAdd warning message for locale/Unicode intermixing
2014-11-06 Jarkko HietaniemiMention that packing inf/nan as integerish is deadly.
2014-11-06 Jarkko HietaniemiSome notes on floating point endianness and formats.
2014-11-06 Jarkko HietaniemiSome notes on integer endianness.
2014-11-01 Father Chrysostomosperlfunc: Mention map {;...} convention
2014-10-04 Father ChrysostomosConsistent spaces after dots in perlfunc
2014-10-04 Doug Bellclarify use VERSION docs
2014-09-15 Ricardo Signesdelete/exists on array elements is discouraged, not...
2014-08-26 Jarkko HietaniemiSprinkle the fact that long doubles aren't standardized.
2014-08-26 Father Chrysostomosperlfunc: consistent spaces after dots
2014-08-25 Ævar Arnfjörð Bjar... perlfunc: Improve the pointer from "elseif" to "elsif"
2014-08-21 Karl Williamsonperlfunc: Update -B, -T descriptions
2014-08-14 Jarkko HietaniemiHexadecimal float sprintf, for perl #122219
2014-08-05 Tony Cook[perl #121404] tied hashes are different
2014-06-20 David Goldenperlfunc: clarify our [perl #122132]
2014-06-08 Thomas SibleyDocument that "exec LIST" and "system LIST" may fall...
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-05-28 SmylersDocument -l on symlinkless file systems
2014-05-18 Jarkko Hietaniemiperlfunc: Should chdir("/") immed after chroot
2014-04-21 Anno Siegel[perl #121681] fix documentation of delete at the end...
2014-04-07 SHIRAKATA Kentaronitpicks
2014-03-18 Ricardo Signesreplace links to perllexwarn with links to warnings
2014-03-17 David Mitchellperlfunc: clarify kill()'s return value
2014-03-11 Aristotle Pagaltzisperlfunc: layout getpw*&c return values as a table
2014-03-10 Paul JohnsonIt is and always will be safe to delete the most recent...
2014-02-20 Karl WilliamsonChange 'semantics' to 'rules'
2014-02-16 Karl Williamsonperlfunc: Nit
2014-02-13 Alan Haggai AlaviReplace 'mkpath' (legacy interface) with 'make_path'.
2014-01-29 Ricardo Signesremove redundancy in documentation of exec
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-09 Karl Williamsonperlfunc: 'if' is in perlsyn, not perlop
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-12-22 Dagfinn Ilmari Man... Remove support for "do SUBROUTINE(LIST)"
2013-12-16 Peter MartiniFix reference to chmod portability in chown
2013-12-09 David Mitchellperlfunc: clarify subroutine value of caller()
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
next