summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
Commit message (Expand)AuthorAgeFilesLines
* perlfunc: highlight -X behaviour on dangling symlinksDavid Cantrell2018-11-011-0/+4
* Implement fatalization of dump()James E Keenan2018-10-171-3/+2
* (perl #125760) fatalize sysread/syswrite/recv/send on :utf8 handlesTony Cook2018-10-101-24/+9
* PATCH: [perl #133488] Fix grammer in perlfunc sysread()Karl Williamson2018-09-021-1/+1
* Document delete %hash{key} return valueSmylers2018-06-181-3/+6
* perlfunc: clarify that keys/values reset the iterator firstAaron Crane2018-04-191-3/+7
* perlfunc: clarify why next/last/redo don't affect sub{} et alAaron Crane2018-04-191-9/+12
* Spelling corrections in pod/*.pod from Alexandr Savca.Alexandr Savca2018-04-191-1/+1
* Spelling corrections from Ville Skytt.James E Keenan2018-04-081-1/+1
* perlfunc:goto: Correct and clarifyFather Chrysostomos2018-02-241-2/+3
* explain compile time effects of requireYves Orton2018-02-251-3/+13
* [perl #132854] Allow goto into first arg of bin opFather Chrysostomos2018-02-231-1/+3
* [perl #130936] Forbid some cases of inward gotoFather Chrysostomos2018-01-081-1/+2
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-20/+36
* better document while condition magicZefram2017-12-231-0/+22
* better doc of hash/array iteratorsZefram2017-12-231-1/+17
* minor punctuation improvementKaren Etheridge2017-12-181-1/+1
* merge branch zefram/dumb_matchZefram2017-12-171-36/+20
|\
| * add "whereis"Zefram2017-12-061-3/+6
| * change "when" keyword to "whereso"Zefram2017-12-051-3/+3
| * make "when" do implicit "next"Zefram2017-11-291-3/+2
| * remove useless "break" mechanismZefram2017-11-291-26/+4
| * make loop control apply to "given"Zefram2017-11-291-3/+6
| * remove useless "default" mechanismZefram2017-11-281-5/+3
| * revise all given/when documentationZefram2017-11-211-4/+7
* | typo fix in docZefram2017-12-161-1/+1
* | update and clarify "die" and "warn" docZefram2017-12-161-56/+71
* | perlfunc: remove stray plus from start of lineMarco Fontani2017-12-151-1/+1
* | rewrite "ref" documentation for clarityZefram2017-12-151-53/+40
* | refer to perldiag from perlfuncMarco Fontani2017-12-141-1/+2
* | perlfunc: Add note about reentrant functionsKarl Williamson2017-12-131-0/+11
* | better document version check aspect of "use"Zefram2017-12-121-0/+9
* | fix doc about filter subroutines' $_[0]Zefram2017-12-121-2/+3
* | [perl #74764] Forbid ‘goto’ jumping into ‘given’Father Chrysostomos2017-12-101-1/+2
* | Allow %j on non-C99 platformsKarl Williamson2017-12-081-2/+2
* | clarify "bless" docZefram2017-12-061-3/+6
* | perlfunc: re-flow docs amended in an earlier commitÆvar Arnfjörð Bjarmason2017-12-061-8/+7
* | pod/perlfunc: stop recommending older syntax supported by 5.6.*Ævar Arnfjörð Bjarmason2017-12-061-24/+25
* | remove doc hedge about autovivificationZefram2017-12-051-4/+0
* | second arg to mkdir is MODE, not MASKMarco Fontani2017-11-291-9/+9
|/
* rip out quicksort and sort algorithm controlZefram2017-11-171-20/+6
* return inode numbers as strings where necessaryZefram2017-11-111-0/+9
* initialisation of simple aggregate state variablesZefram2017-11-041-1/+1
* (perl #131982) update the set/getpriority documentation tooTony Cook2017-10-161-0/+6
* perlfunc.pod grammar fix: A -> AnDominic Hargreaves2017-08-231-1/+1
* document fileno(DIRHANDLE)Zefram2017-08-191-1/+4
* document dirhandles vs filehandlesZefram2017-08-181-1/+2
* Improve documentation of 'map'.James E Keenan2017-07-171-6/+5
* RT #130907: Fix the Unicode Bug in split " "Aaron Crane2017-07-151-0/+8
* (perl #131546) some notes on in-memory files for open()Tony Cook2017-07-041-0/+7