This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PerlIO::Via: check arg is non-NULL before using it.
[perl5.git] / pod / perlfunc.pod
2019-07-29 Andrew Hewus FreshRecommend chdir after chroot more strongly
2019-07-20 Dan Bookupdate 'say' docs to better represent reality
2019-05-30 James E KeenanUse of strings with code points over 0xFF as arguments...
2019-04-12 Karl Williamsonperlfunc: Clarify
2019-01-22 Tony Cook(perl #133751) qr// is already blessed
2019-01-06 James E KeenanRemove one superfluous word in sysseek documentation.
2018-11-23 Dagfinn Ilmari Man... perlfunc: clarify reset EXPR behaviour
2018-11-01 David Cantrellperlfunc: highlight -X behaviour on dangling symlinks
2018-10-17 James E KeenanImplement fatalization of dump()
2018-10-10 Tony Cook(perl #125760) fatalize sysread/syswrite/recv/send...
2018-09-02 Karl WilliamsonPATCH: [perl #133488] Fix grammer in perlfunc sysread()
2018-06-18 SmylersDocument delete %hash{key} return value
2018-04-19 Aaron Craneperlfunc: clarify that keys/values reset the iterator...
2018-04-19 Aaron Craneperlfunc: clarify why next/last/redo don't affect sub...
2018-04-19 Alexandr SavcaSpelling corrections in pod/*.pod from Alexandr Savca.
2018-04-08 James E KeenanSpelling corrections from Ville Skytt.
2018-02-25 Father Chrysostomosperlfunc:goto: Correct and clarify
2018-02-25 Yves Ortonexplain compile time effects of require
2018-02-24 Father Chrysostomos[perl #132854] Allow goto into first arg of bin op
2018-01-08 Father Chrysostomos[perl #130936] Forbid some cases of inward goto
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-23 Zeframbetter document while condition magic
2017-12-23 Zeframbetter doc of hash/array iterators
2017-12-19 Karen Etheridgeminor punctuation improvement
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-16 Zeframtypo fix in doc
2017-12-16 Zeframupdate and clarify "die" and "warn" doc
2017-12-15 Marco Fontaniperlfunc: remove stray plus from start of line
2017-12-15 Zeframrewrite "ref" documentation for clarity
2017-12-14 Marco Fontanirefer to perldiag from perlfunc
2017-12-14 Karl Williamsonperlfunc: Add note about reentrant functions
2017-12-12 Zeframbetter document version check aspect of "use"
2017-12-12 Zeframfix doc about filter subroutines' $_[0]
2017-12-10 Father Chrysostomos[perl #74764] Forbid ‘goto’ jumping into ‘given’
2017-12-09 Karl WilliamsonAllow %j on non-C99 platforms
2017-12-06 Zeframclarify "bless" doc
2017-12-06 Ævar Arnfjörð Bjar... perlfunc: re-flow docs amended in an earlier commit
2017-12-06 Ævar Arnfjörð Bjar... pod/perlfunc: stop recommending older syntax supported...
2017-12-06 Zeframadd "whereis"
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-12-05 Zeframremove doc hedge about autovivification
2017-11-29 Zeframmake "when" do implicit "next"
2017-11-29 Zeframremove useless "break" mechanism
2017-11-29 Zeframmake loop control apply to "given"
2017-11-29 Marco Fontanisecond arg to mkdir is MODE, not MASK
2017-11-28 Zeframremove useless "default" mechanism
2017-11-21 Zeframrevise all given/when documentation
2017-11-17 Zeframrip out quicksort and sort algorithm control
2017-11-11 Zeframreturn inode numbers as strings where necessary
2017-11-04 Zeframinitialisation of simple aggregate state variables
2017-10-16 Tony Cook(perl #131982) update the set/getpriority documentation too
2017-08-23 Dominic Hargreavesperlfunc.pod grammar fix: A -> An
2017-08-19 Zeframdocument fileno(DIRHANDLE)
2017-08-18 Zeframdocument dirhandles vs filehandles
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
next