This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Improve documentation of 'map'.
[perl5.git] / pod / perlfunc.pod
2017-07-17 James E KeenanImprove documentation of 'map'.
2017-07-15 Aaron CraneRT #130907: Fix the Unicode Bug in split " "
2017-07-04 Tony Cook(perl #131546) some notes on in-memory files for open()
2017-06-01 Karl WilliamsonDeprecate vec() with above-FF code points.
2017-06-01 Dan Collinsperlfunc.pod: explain seek in O_APPEND
2017-05-11 David H. GutteridgeAdd missing commas to perlfunc
2017-05-11 David H. GutteridgeAdd missing commas to perlfunc
2017-04-13 David Mitchellmore tweaks to 'do's pod
2017-04-03 David Mitchellperlfunc: 'do' synopsis: clarify when @INC used
2017-03-31 David Mitchelltweak 'do "%s" failed' message
2017-03-06 Karl WilliamsonPATCH: [perl #128302] Document split pat mods
2017-03-06 Karl Williamsonperlfunc: Add missing ')'
2017-03-05 Aaron Craneperlfunc: fix documentation for UTF-8 vec()
2017-03-02 Dave CrossEnsure that documentation works under 'use strict'.
2017-03-01 Karl Williamsonperlfunc: Fix awkward wording
2017-02-25 Dominic HargreavesDocumentation fixes for '.' possibly no longer being...
2017-02-20 Karl WilliamsonRevise documentation of eval and evalbytes
2017-02-07 Palipod: Suggest to use strict :encoding(UTF-8) PerlIO...
2017-01-27 James E KeenanCorrect file mode and line lengths to keep porting...
2017-01-26 Christian Millourdocument nature and use of $a and $b in sort()
2017-01-26 Palipod: Suggest to use strict UTF-8 encoding when dealing...
2017-01-16 AbigailThere's an objection to fatalizing jumping into a const...
2017-01-16 AbigailJumping into constructs will be fatal in 5.28.
2016-11-25 Aristotle Pagaltzisperlfunc/open: clarify role of mode for undef filename
2016-11-13 AbigailDefined on aggregates is no longer allowed.
2016-09-18 Aristotle Pagaltzisperlfunc: re-document old split() @_ side effect
2016-09-17 E. ChorobaFix English in perlfunc
2016-09-01 Dave CrossCorrect 'map' documentation to reflect operation on...
2016-09-01 James E KeenanProvide missing link for one instance of 'eval'.
2016-08-06 James E KeenanDocument that return value of pos(), by default, expres...
2016-07-13 Aristotle Pagaltzisperlfunc: remove obsolete study docs
2016-07-13 Aristotle Pagaltzisperlfunc: fix seek/tell/sysseek byte offset note akwardness
2016-07-13 Aristotle Pagaltzisperlfunc: unrearrange sysseek doc to prepare next patch
2016-07-12 Lukas Maiperlfunc: clarify seek/sysseek documentation re byte...
2016-05-16 Maxwell CareyClarify description of sprintf "%.1g"
2016-04-30 Dominic HargreavesAdd cross-reference to perldata in scalar's documentation origin/dom/doc-fixes
2016-03-11 Karl WilliamsonFix various pod errors.
2016-02-27 Lukas Maiperlfunc overhaul
2016-02-24 Matthew HorsfallFix perldoc -f sleep to use $SIG{ALRM} instead of ...
2016-02-23 Tony Cook[perl #127386] clarify that exit in the die pseudo...
2016-02-03 David Mitchellperlfunc: say what block types 'return' recognises
2016-02-03 Tony Cook[perl #126544] correct the first example in the fcntl...
2016-02-03 Tony CookClarify sprintf() handling of + and space flags
2016-01-05 Lukas Maiclarify meaning of waitpid returning 0 [perl #127080]
2016-01-05 Lukas Maiexplain meaning of negative PIDs in waitpid [perl ...
2015-12-10 Doug BellFix awkward wording in 'say' documentation
2015-11-23 Aristotle Pagaltzisperlfunc: specify valid inputs precisely [perl #126437]
2015-10-02 Ricardo Signesremove documentation for the now-removed lexical topic
2015-09-29 Karl Williamsonperlfunc: Nit
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
next